remove-PVE-cluster.sh
· 243 B · Bash
Raw
# from https://www.reddit.com/r/Proxmox/comments/avk2gx/help_cluster_not_ready_no_quorum_500/
systemctl stop pve-cluster
systemctl stop corosync
pmxcfs -l
rm /etc/pve/corosync.conf
rm /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
| 1 | # from https://www.reddit.com/r/Proxmox/comments/avk2gx/help_cluster_not_ready_no_quorum_500/ |
| 2 | |
| 3 | systemctl stop pve-cluster |
| 4 | systemctl stop corosync |
| 5 | pmxcfs -l |
| 6 | rm /etc/pve/corosync.conf |
| 7 | rm /etc/corosync/* |
| 8 | killall pmxcfs |
| 9 | systemctl start pve-cluster |