there is a 3 nodes pve cluster, and I want to change the ip of one node:
before:
pve2:10.0.0.31
pve-s:10.0.0.32
pve4:10.0.0.34
after:
pve2:10.0.0.31
pve-s:10.0.0.33 (changed)
pve4:10.0.0.34
firstly, I edited /etc/corosync/corosync.conf , change the ring0_addr of node pve-s from 10.0.0.32 to 10.0.0.33,
then I changed the related ip address in /etc/network/interface on host pve-s
finally, I restart corosync.service on every nodes:
systemctl restart corosync.service
now, the pve cluster runs normally, but I can't visit the host pve-s from web gui, and the Datacenter' summary still showed the old ip address of the pve-s host.
why, and how to resolve it?