corosync file always go back to default

dev03jr

New Member
Apr 12, 2023
11
0
1
Hi, i am using Proxmox with ZFS replication and HA, i have set the /etc/pve/corsync.conf:
quorum_votes: 1
two_nodes: yes
but everytime the pve1 crashes the pve2 stays on "waiting for quorum", when pve1 is online again the option is back to default, how to solve this?
 
Hi, i am using Proxmox with ZFS replication and HA, i have set the /etc/pve/corsync.conf:
quorum_votes: 1
two_nodes: yes
but everytime the pve1 crashes the pve2 stays on "waiting for quorum", when pve1 is online again the option is back to default, how to solve this?

You have syntax errors in the options, check man 5 votequorum [1]. If you know what you are doing, the correct is two_node: 1 and skip quorum_votes (as well as expected_votes) for this case altogether.

[1] https://manpages.debian.org/unstable/corosync/votequorum.5.en.html