Malin revised this gist . Go to revision
1 file changed, 9 insertions
remove-PVE-cluster.sh(file created)
@@ -0,0 +1,9 @@ | |||
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 |
Newer
Older