Thanks Andrew, 1. So my understanding is that in a "more than 2 nodes cluster" , if two nodes are failed, the have_quorum is set to 0 by the cluster soft and the behavior is choosen by the administrator with the no-quorum-policy parameter. So the question is now : what is the best choice for no-quorum-policy value ? My feeling is that "ignore" would be the best choice if all services can run without problems on the remaining healthy nodes.
"suicide" or "stop" : my understanding is that it will kill the remaining healthy nodes or stop the services running on them, so it does not sound good for me ... "freeze" : don't see the difference between "freeze" and "ignore" ... ? Am I right ? 2. and what about the quorum policy in a two-nodes cluster ? Thanks Alain > > There is only one way to get quorum, have more than half of the nodes online. > You can look at the no-quorum-policy option though, that affects what > the cluster does when it doesn't have quorum. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
