Malin hat die Gist bearbeitet . Zu Änderung gehen
1 file changed, 9 insertions
remove-PVE-cluster.sh(Datei erstellt)
| @@ -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 | |
Neuer
Älter