I follow this old thread https://forum.proxmox.com/threads/change-ip-of-cluster-node.106676/#post-459672 and https://pve.proxmox.com/wiki/Cluster_Manager trying to change IP of my 3 nodes cluster.
Previously they were setup with no vLAN consideration, now I'm setting vlan meaning new subnets.
I've figured out that there're now 2 corosync.conf files, and how to edit both of them (previous post seems to be pre PVE7.2), I've also broke my cluster and figured out that manually reseting both corosync.conf along with other files can restore connection.
Here's overall my steps on node1
I've tried to all 4 combination on node2 but just couldn't the cluster to work with new node1 ip
Previously they were setup with no vLAN consideration, now I'm setting vlan meaning new subnets.
I've figured out that there're now 2 corosync.conf files, and how to edit both of them (previous post seems to be pre PVE7.2), I've also broke my cluster and figured out that manually reseting both corosync.conf along with other files can restore connection.
Here's overall my steps on node1
Code:
systemctl stop corosync pve-cluster && pmxcfs -l
nano /etc/pve/corosync.conf
nano /etc/hosts
nano /etc/network/interfaces
nano /etc/pve/priv/known_hosts
nano /etc/corosync/corosync.conf
killall pmxcfs && systemctl start pve-cluster corosync
systemctl restart networking.service
I've tried to all 4 combination on node2 but just couldn't the cluster to work with new node1 ip
- with and withoutmodify /etc/corosync/corosync.conf
- with and without restarting corosync