D
doknet
Guest
Hello, I wonder.
Promox 2.1
1) Do I need to explain the changes in the wiki http://pve.proxmox.com/wiki/Two-Node_High_Availability_Cluster When the storage is an external server via NFS?
2) if not necessary should we leave it as is the file?
3) Is it necessary, repeat even if the storage is in an external server changes in cluster.conf?
4) Is it necessary, repeat enve if the storage is in an external server, change in cluster.conf without DRDB.
5) I understand that it is not necessary to configure <fencedevices>
6) Someone could spend a sample configuration of cluster.conf in case you have external storage only, eg via NFS. -
7) an example of cluster.conf with two storage, external storage, and other with device in DRDB.
From already thank you very much.
Promox 2.1
1) Do I need to explain the changes in the wiki http://pve.proxmox.com/wiki/Two-Node_High_Availability_Cluster When the storage is an external server via NFS?
2) if not necessary should we leave it as is the file?
Code:
root@www12:~# cat /etc/pve/cluster.conf
<?xml version="1.0"?>
<cluster name="CLUSTIUOG" config_version="2">
<cman keyfile="/var/lib/pve-cluster/corosync.authkey">
</cman>
3) Is it necessary, repeat even if the storage is in an external server changes in cluster.conf?
Code:
root@www12:~# cat /etc/pve/cluster.conf
<?xml version="1.0"?>
<cluster name="CLUSTIUOG" config_version="3">
<cman keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1" expected_votes="1"></cman>
</cman>
4) Is it necessary, repeat enve if the storage is in an external server, change in cluster.conf without DRDB.
Code:
<clusternodes>
<clusternode name="www11" votes="1" nodeid="1"/>
<clusternode name="www12" votes="1" nodeid="2"/></clusternodes>
</cluster>
6) Someone could spend a sample configuration of cluster.conf in case you have external storage only, eg via NFS. -
7) an example of cluster.conf with two storage, external storage, and other with device in DRDB.
From already thank you very much.
Last edited by a moderator: