[SOLVED] Delete or Reset HA Cluster

A.G.S

Member
Jul 30, 2024
9
0
6
France
Hello,

I moved my 2 PMG in another VLAN and now the HA Cluster don't work (the cluster try to communicate with the old VLAN and IP).
How can I delete or reset the cluster ?

Thanks
 
Hi! If you’ve moved to a new VLAN/IP range, Corosync is probably still binding to the old interface. You might try editing /etc/pve/corosync.conf with the new IPs and restarting the cluster services. Have you updated that config yet?
 
Hello LukasInCloud,

I solved my problem by editing /etc/pmg/cluster.conf and modifying the old IPs by the new one.

Thanks