For two node clusters ordinarily, the loss of quorum after one out of
two nodes fails will prevent the remaining node from continuing (if both
nodes have one vote.) Special configuration options can be set to allow
the one remaining node to continue operating if the other fails. To do
this only two nodes, each with one vote, can be defined in cluster.conf.
The two_node and expected_votes values must then be set to 1 in the
cman section as follows.
---
cman two_node="1" expected_votes="1"
---
cman two_node="1" expected_votes="1"
No comments:
Post a Comment