remove qdevice package

jimmy1987

Renowned Member
Dec 3, 2011
28
7
68
I had a qdevice in our cluster for a short time (as we're migrating from a different solution to proxmox) so i didn't have 3 free servers. Now I've removed the qdevice as is mentioned on the wiki and I've added the 3rd server.

That all works fine, but can I now safely remove the corosync-qdevice package from the nodes that had it? As on my 2 nodes that used the qdevice it still says quorate qdevice.

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

Membership information
----------------------
    Nodeid      Votes    Qdevice Name
0x00000001          1  NA,NV,NMW IP
0x00000002          1  NA,NV,NMW IP (local)
0x00000003          1         NR IP
0x00000000          0            Qdevice (votes 0)

The one that says NR is the node I just added which doesn't have the package anyway.
 
  • Like
Reactions: Johannes S
Hello,
Yes, you can safely remove the corosync-qdevice package from the nodes that had it.

I also tested on a 2 nodes cluster, I had to manually run ~# systemctl restart corosync on all cluster nodes, In order to completely remove the qdevice from pvecm status output.
 
  • Like
Reactions: Johannes S