[SOLVED] PVE Cluster & QDevice Status

MikeO3

New Member
Feb 11, 2025
2
0
1
Planet Earth
Hello.

I have a cluster of two hosts 8.4 pve-1 and pve-2 to which I have added a qdevice on an rpi. The following is the status from both nodes and wanted to know if this is normal or if there is an issue with the config on pve-2 which shows the following for the qdevice:
0x00000000 0 Qdevice (votes 1)

Thanks !

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

Quorum information
------------------
Date: Sat Apr 19 09:15:45 2025
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 1.a6
Quorate: Yes

Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate Qdevice

Membership information
----------------------
Nodeid Votes Qdevice Name
0x00000001 1 A,V,NMW 10.0.0.7 (local)
0x00000002 1 A,NV,NMW 10.0.0.6
0x00000000 1 Qdevice

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

Quorum information
------------------
Date: Sat Apr 19 09:15:45 2025
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000002
Ring ID: 1.a6
Quorate: Yes

Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 2
Quorum: 2
Flags: Quorate Qdevice

Membership information
----------------------
Nodeid Votes Qdevice Name
0x00000001 1 A,V,NMW 10.0.0.7
0x00000002 1 A,NV,NMW 10.0.0.6 (local)
0x00000000 0 Qdevice (votes 1)
 
I have a similar cluster with two nodes and a qdevice, and in both nodes I have "Total votes: 3", so I don't know why in your case it is different.

Can you check "systemctl status corosync-qdevice" in your pve-2 node?
 
  • Like
Reactions: Johannes S
Thanks for the suggestion but ya, it was clean until yesterday where lost network connection for some reason. if up/down did not fix so ended up rebooting pve-2 and reset itself to a good state.