A small adaption to this. With PVE 9.2 you can disarm HA [0] which closes all watchdogs, the resource.cfg move is not needed anymore.Save your /etc/pve/ha/resources.cfg ~/resources.cfg.save
touch ~/resources.cfg
mv ~/resources.cfg /etc/pve/ha/.
Change IP manual in /etc/pve/corosync.cfg AND (!!) give it a "1" new higher config_version (below in config) BEFORE (!!) saving, eg with vi.
On each pve-host do : systemctl restart corosync
cp ~/resources.cfg.save /etc/pve/ha/resources.cfg
lo UNKNOWN 127.0.0.1/8 ::1/128Few questions before offering a solution:
- What does SERV-DELL-1 show for ip -br a, and what's in its /etc/network/interfaces?
- Is your corosync network on its own physical NIC, or a VLAN on a shared one? That changes how much work adding the address is.
2 physical links shared the Management Network and Corosync Network.Few questions before offering a solution:
- What does SERV-DELL-1 show for ip -br a, and what's in its /etc/network/interfaces?
- Is your corosync network on its own physical NIC, or a VLAN on a shared one? That changes how much work adding the address is.

A small adaption to this. With PVE 9.2 you can disarm HA [0] which closes all watchdogs, the resource.cfg move is not needed anymore.
[0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#ha_manager_disarm
2 physical links shared the Management Network and Corosync Network. View attachment 99294
So Thank you to All and I prepared the action plan. Is it good ?:
1. Move all VM-s from server 1 to the other nodes.
2. Put the host server 1 into maintenance mode - ha-manager crm-command node-maintenance enable <server1>
3. Change IP manual in /etc/pve/corosync.cfg AND (!!) give it a "1" new higher config_version (below in config) BEFORE (!!) saving, eg with vi.
On server 1 only change from:
node {
name: SERV-DELL-1
nodeid: 1
quorum_votes: 1
ring0_addr: 10.100.250.101
}
To:
node {
name: SERV-DELL-1
nodeid: 1
quorum_votes: 1
ring0_addr: 10.100.252.101
}
Increment config_version: 5 to config_version: 6
4. On server 1 systemctl restart corosync
corosync -t
corosync-cfgtool -s
pvecm nodes
pvecm status
5. Check if config is changes for all hosts
We use essential cookies to make this site work, and optional cookies to enhance your experience.