Last active 1717745218

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