How to Prevent Split-Brain and Configure Quorum in a Proxmox HA Cluster
Proxmox High Availability (HA) clusters allow virtual machines and containers to automatically migrate to a healthy node when one fails, eliminating the need for manual intervention. The core communication layer, Corosync, exchanges heartbeat messages between nodes and triggers a re-election when a node becomes unreachable. A major risk in such setups is 'split-brain,' a scenario where two or more cluster segments each believe the other is dead and simultaneously attempt to control the same resources, leading to data corruption or duplicate VM starts. Corosync prevents this through a majority-voting quorum system, where a node must secure more than half of all available votes before taking action — a node that cannot reach quorum shuts itself down to avoid inconsistencies. Proper quorum configuration, including a tiebreaker vote for even-numbered node counts and separate storage and heartbeat networks, is essential for a truly stable Proxmox HA deployment.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.


Discussion (0)
Log in to join the discussion and vote.
Log in