Hello,
I'm trying to change the IP address (ring1_addr) of one node in my 3 node cluster.
Unfortunately after the node reboot the config will be overwritten with the old one again.
Here are the steps I'm doing on the node with the IP to change:
From my understanding the new config should then be synced to the other 2 nodes in the cluster, but it doesn't.
Does anyone have a idea how I can change the IP address or somehow sync the new config to the other nodes?
Any help is appreciated!
I'm trying to change the IP address (ring1_addr) of one node in my 3 node cluster.
Unfortunately after the node reboot the config will be overwritten with the old one again.
Here are the steps I'm doing on the node with the IP to change:
Code:
systemctl stop pve-cluster && systemctl stop corosync
pmxcfs -l
nano /etc/pve/corosync.conf -->
- Change of ring1_addr to the new IP address
- Increment config_version from 10 to 11
reboot
From my understanding the new config should then be synced to the other 2 nodes in the cluster, but it doesn't.
Does anyone have a idea how I can change the IP address or somehow sync the new config to the other nodes?
Any help is appreciated!
Last edited: