Does proxmox support, corosync last man standing ?
I have a 8 node cluster and 8 nodes are divided into two chassis ( each chassis having 4 Nodes). Now if there is power outage due to any thing in one of the chassis
I will only have a 4 node cluster and thus no quorum.
I read in corosync documentation about last man standing algorithm
Using the above 8 node cluster example, with LMS enabled the cluster can retain quorum and continue operating by losing, in a cascade fashion, up to 6 nodes with only 2 remaining active.
Example chain of events:
1) cluster is fully operational with 8 nodes.
(expected_votes: 8 quorum: 5)
2) 3 nodes die, cluster is quorate with 5 nodes.
3) after last_man_standing_window timer expires,
expected_votes and quorum are recalculated.
(expected_votes: 5 quorum: 3)
4) at this point, 2 more nodes can die and
cluster will still be quorate with 3.
5) once again, after last_man_standing_window
timer expires expected_votes and quorum are
recalculated.
(expected_votes: 3 quorum: 2)
6) at this point, 1 more node can die and
cluster will still be quorate with 2.
7) one more last_man_standing_window timer
(expected_votes: 2 quorum: 2)
My question is how to enable the same in the proxmox, any configuration changed to be done
I have a 8 node cluster and 8 nodes are divided into two chassis ( each chassis having 4 Nodes). Now if there is power outage due to any thing in one of the chassis
I will only have a 4 node cluster and thus no quorum.
I read in corosync documentation about last man standing algorithm
Using the above 8 node cluster example, with LMS enabled the cluster can retain quorum and continue operating by losing, in a cascade fashion, up to 6 nodes with only 2 remaining active.
Example chain of events:
1) cluster is fully operational with 8 nodes.
(expected_votes: 8 quorum: 5)
2) 3 nodes die, cluster is quorate with 5 nodes.
3) after last_man_standing_window timer expires,
expected_votes and quorum are recalculated.
(expected_votes: 5 quorum: 3)
4) at this point, 2 more nodes can die and
cluster will still be quorate with 3.
5) once again, after last_man_standing_window
timer expires expected_votes and quorum are
recalculated.
(expected_votes: 3 quorum: 2)
6) at this point, 1 more node can die and
cluster will still be quorate with 2.
7) one more last_man_standing_window timer
(expected_votes: 2 quorum: 2)
My question is how to enable the same in the proxmox, any configuration changed to be done