All cluster nodes red

yena

Renowned Member
Nov 18, 2011
385
6
83
Hello, after a issue on my local network i hav all 5 nodes with red icon ( not joined into the cluster ) but my LAN now is OK.
How can restore the cluster status ?
Thanks!
 
Hi,
how looks the output if this commands on all nodes:
Code:
pvecm status
cat /etc/pve/.members
depends on the output perhaps an restart of corosync is on some nodes nesseary?
Code:
systemctl restart corosync
If you have quorum and the gui show red, you need to restart other services (pvestatd pvedaemon pve-cluster)

Udo
 
Hi,
how looks the output if this commands on all nodes:
Code:
pvecm status
cat /etc/pve/.members
depends on the output perhaps an restart of corosync is on some nodes nesseary?
Code:
systemctl restart corosync
If you have quorum and the gui show red, you need to restart other services (pvestatd pvedaemon pve-cluster)

Udo

After rebooting one node and waiting some minutes, everything is back ok..

Thanks