I had previously created a Qdevice. Today I removed it:
I then added a fifth node. If I look at the status it still shows a Qdevice flag and Qdevice column?
I was not expecting to see anything about Qdevice. Did it not fully remove? Does it display there permanently now?
Of note, .103 and .104 were restarted, and .108 is new. Do I need to restart the other two?
My next goal was to decommission an old server and add a Qdevice again...
Code:
# pvecm qdevice remove
Synchronizing state of corosync-qdevice.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable corosync-qdevice
Removed "/etc/systemd/system/multi-user.target.wants/corosync-qdevice.service".
Synchronizing state of corosync-qdevice.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable corosync-qdevice
Removed "/etc/systemd/system/multi-user.target.wants/corosync-qdevice.service".
Synchronizing state of corosync-qdevice.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable corosync-qdevice
Removed "/etc/systemd/system/multi-user.target.wants/corosync-qdevice.service".
Synchronizing state of corosync-qdevice.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable corosync-qdevice
Removed "/etc/systemd/system/multi-user.target.wants/corosync-qdevice.service".
Reloading corosync.conf...
Done
Removed Qdevice.
I then added a fifth node. If I look at the status it still shows a Qdevice flag and Qdevice column?
Code:
# pvecm status
Cluster information
-------------------
Name: clustername
Config Version: 8
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Tue May 6 15:44:34 2025
Quorum provider: corosync_votequorum
Nodes: 5
Node ID: 0x00000001
Ring ID: 1.5d
Quorate: Yes
Votequorum information
----------------------
Expected votes: 5
Highest expected: 5
Total votes: 5
Quorum: 3
Flags: Quorate Qdevice
Membership information
----------------------
Nodeid Votes Qdevice Name
0x00000001 1 NA,NV,NMW 10.1.1.107 (local)
0x00000002 1 NR 10.1.1.104
0x00000003 1 NA,NV,NMW 10.1.1.102
0x00000004 1 NR 10.1.1.103
0x00000005 1 NR 10.1.1.108
0x00000000 0 Qdevice (votes 0)
I was not expecting to see anything about Qdevice. Did it not fully remove? Does it display there permanently now?
Of note, .103 and .104 were restarted, and .108 is new. Do I need to restart the other two?
My next goal was to decommission an old server and add a Qdevice again...