I have been struggling with this for a long time. Finally I succeeded.
I had created a cluster with 2 proxmox hosts with fence device enabled.
In the cluster.conf I had an entry from cman with 2 variables as (two_node="1") and (expected_votes="1")
Rest of the config as as per instructions. everything was working fine.
When I tried to add a new proxmox host to the cluster with pvecm add command, it could not start the cman service on the new host because it gave error of "2 nodes already setup, there a 3 nodes. could not start cman, waiting for quorum....
Finally, I changed in cman settings from (two_node=1") to (three_node=1") and also added the fence parameter for the 3rd node.
After doing that I could add the node to the cluster.
So my question is, if I have initially 3 nodes for a cluster. Looking to add more nodes in the future, if I add the cman variable (ten_node="1") and expected_votes="1") before hand will it be ok to do that?
Thanks in advance
I had created a cluster with 2 proxmox hosts with fence device enabled.
In the cluster.conf I had an entry from cman with 2 variables as (two_node="1") and (expected_votes="1")
Rest of the config as as per instructions. everything was working fine.
When I tried to add a new proxmox host to the cluster with pvecm add command, it could not start the cman service on the new host because it gave error of "2 nodes already setup, there a 3 nodes. could not start cman, waiting for quorum....
Finally, I changed in cman settings from (two_node=1") to (three_node=1") and also added the fence parameter for the 3rd node.
After doing that I could add the node to the cluster.
So my question is, if I have initially 3 nodes for a cluster. Looking to add more nodes in the future, if I add the cman variable (ten_node="1") and expected_votes="1") before hand will it be ok to do that?
Thanks in advance