I have four nodes in cluster. pvecm status should show expeceted votes = 4 and quorum = 3 but it's not:
How can I fix it and change expeceted votes to 4 and quorum to 3 without any cluster interruption?
Bash:
#pvecm status
Cluster information
-------------------
Name: kronos
Config Version: 5
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Mon Aug 8 08:53:58 2022
Quorum provider: corosync_votequorum
Nodes: 4
Node ID: 0x00000001
Ring ID: 1.66
Quorate: Yes
Votequorum information
----------------------
Expected votes: 7
Highest expected: 7
Total votes: 4
Quorum: 4
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.20.30.181 (local)
0x00000002 1 10.20.30.186
0x00000003 1 10.20.30.183
0x00000004 1 10.20.30.182
#pveversion
pve-manager/7.2-7/d0dd0e85 (running kernel: 5.11.22-7-pve)
How can I fix it and change expeceted votes to 4 and quorum to 3 without any cluster interruption?