Lost of quorom between each nodes - how to startup in standalone mode

llinty

Member
Sep 15, 2022
25
4
8
Hello,

after a network misconfiguration the 2 nodes cluster + 1 Qdevice is no more starting. Node of the 2 nodes are ale to connect to the external voter (Qdevice) to be able start again.

root@serveur2:~# pvecm status
Cluster information
-------------------
Name: My-Cluster
Config Version: 3
Transport: knet
Secure auth: on

Quorum information
------------------
Date: Tue Mar 4 14:23:14 2025
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.59
Quorate: No

Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 1
Quorum: 2 Activity blocked
Flags:

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.3.20 (local)

In the meantime to resolve the network error how can I start the node serveur2 in standalone mode.

Please help!
Thanks
 
WARNING : YOU CAN LOOSE DATA, thus backup what you have to before doing this (example : VMs and /etc on each nodes)
In order to FORCE local node operations : pvecm expect 1
Then you will have to pay attention to what you are doing in /etc/pve as it won't be synchronized to other hosts.
 
WARNING : YOU CAN LOOSE DATA, thus backup what you have to before doing this (example : VMs and /etc on each nodes)
In order to FORCE local node operations : pvecm expect 1
Then you will have to pay attention to what you are doing in /etc/pve as it won't be synchronized to other hosts.
Hello and thank you for your advice. Backup data is a second nature to me . however pvecm expect 1 does not solved my problem. To start in standalone mode :

pmxcfs -l

Then in have édited the corosync.conf file to increase the voting value to 2. Then I have restarted the cluster Service. Quorum is now ok because it is read from configuration file which is not more synchronized. I will revert after to resynchronize the other node.

Thanks!