Last active
October 5, 2022 18:41
-
-
Save hbasria/09f0e13d99dbe74fe560b993dde9ef3f to your computer and use it in GitHub Desktop.
Proxmox VE Removing cluster configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl stop pve-cluster | |
systemctl stop corosync | |
pmxcfs -l | |
rm -rf /etc/pve/corosync.conf | |
rm -rf /etc/corosync/* | |
killall pmxcfs | |
systemctl start pve-cluster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment