Created
September 20, 2025 18:43
-
-
Save dogukancagatay/38a224a6e571dc36e48a2772391709b1 to your computer and use it in GitHub Desktop.
Proxmox VE disable clustering
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
| # Proxmox VE disable clustering -- Run on all nodes | |
| rm -rf /etc/corosync/* | |
| rm /etc/pve/corosync.conf | |
| killall pmxcfs | |
| systemctl start pve-cluster | |
| # Optional: remove the other nodes | |
| rm -rf /etc/pve/nodes/pve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment