I'd like to modify the quorum behavior to require 2 nodes to start the
cluster but allow it to continue with only 1 node after a failure.
It seemed that the two_node option used with the votequorum provider might
provide what I'm looking for (corosync.conf section below).
However, I'm getting the first behavior (requiring 2 nodes to start) without
the second (continute with only 1 node).
Should I provide a votequorum device to add another vote after a failure?
Any other ideas?
Alan
---
quorum {
        provider: corosync_votequorum
        expected_votes: 2
        votes: 1
        two_node: 1
}
_______________________________________________
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to