Hi there,
I'm recently having a two nodes Cluster of PVE in my home environment.
Caused by some accidents i needed to change the IP address of one node (the other one remained where it was on the IP-range)
What did i do?
On both nodes (while they still had quorum) i changed the corosync.conf running :
and finally restarting the service on both nodes (just in case ;-)
after that i needed to...
Read more
I'm recently having a two nodes Cluster of PVE in my home environment.
Caused by some accidents i needed to change the IP address of one node (the other one remained where it was on the IP-range)
What did i do?
On both nodes (while they still had quorum) i changed the corosync.conf running :
Bash:
nano /etc/pve/corosync.conf
and finally restarting the service on both nodes (just in case ;-)
Bash:
systemctl restart corosync
after that i needed to...
Read more