Running cluster - is it possible to change nodes ip addresses

m3a2r1

Active Member
Feb 23, 2020
162
5
38
48
I've got running cluster with 3 nodes and I've changed them ip addresses. And they stopped to run as cluster.
Is it possible to change ips on running cluster or I have to revert addresses, disconnect all nodes then change addresses and connect again?
 
root can edit it. please read the links i've sent for instructions
 
Is it normal that on broken cluster I can't edit anything in /etc/pve directory?
 
you can try to stop it and start it locally:
Code:
systemctl stop pmxcfs
pmxcfs -l # starts local cfs

then try editing the file. when you're done:
Code:
killall pmxcfs
systemctl start pmxcfs