I wanted to use a dedicated NIC for cluster network. First I changed /etc/network/interfaces and made sure that the new IPs were accessible from all nodes.
Then I changed corosync.conf (I thought) according to the documentation in https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_edit_corosync_conf
I put the new IPs als ring0 and added the old as ring1
systemctl status now gave this error:
Sep 11 16:30:24 pve01 corosync[1613]: [TOTEM ] new config has different address for link 0 (addr changed from 192.168.178.201 to 10.1.1.1). Internal value was NOT c>
Sep 11 16:30:24 pve01 corosync[1613]: [TOTEM ] new config has different address for link 0 (addr changed from 192.168.178.202 to 10.1.1.2). Internal value was NOT c>
Sep 11 16:30:24 pve01 corosync[1613]: [TOTEM ] new config has different address for link 0 (addr changed from 192.168.178.203 to 10.1.1.3). Internal value was NOT c>
Sep 11 16:30:24 pve01 corosync[1613]: [CFG ] Cannot configure new interface definitions: To reconfigure an interface it must be deleted and recreated. A working i>
Because of the errors I copied corosync.conf.bak back to corosync.conf. But this did not restore the original state. On the web interface node 2 and 3 have red crosses and when I tried to edit again I got a permission denied:
So I guess the special shared file system is broken. How can I repair this? Please help!
Then I changed corosync.conf (I thought) according to the documentation in https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_edit_corosync_conf
I put the new IPs als ring0 and added the old as ring1
systemctl status now gave this error:
Sep 11 16:30:24 pve01 corosync[1613]: [TOTEM ] new config has different address for link 0 (addr changed from 192.168.178.201 to 10.1.1.1). Internal value was NOT c>
Sep 11 16:30:24 pve01 corosync[1613]: [TOTEM ] new config has different address for link 0 (addr changed from 192.168.178.202 to 10.1.1.2). Internal value was NOT c>
Sep 11 16:30:24 pve01 corosync[1613]: [TOTEM ] new config has different address for link 0 (addr changed from 192.168.178.203 to 10.1.1.3). Internal value was NOT c>
Sep 11 16:30:24 pve01 corosync[1613]: [CFG ] Cannot configure new interface definitions: To reconfigure an interface it must be deleted and recreated. A working i>
Because of the errors I copied corosync.conf.bak back to corosync.conf. But this did not restore the original state. On the web interface node 2 and 3 have red crosses and when I tried to edit again I got a permission denied:
Code:
root@pve01:~# cp /etc/pve/corosync.conf /etc/pve/corosync.conf.new
cp: cannot create regular file '/etc/pve/corosync.conf.new': Permission denied