Created
May 28, 2026 17:30
-
-
Save CN-CODEGOD/a35bab08e324773616a638a34e51c48d to your computer and use it in GitHub Desktop.
PVE删除cluster
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
| rm /etc/pve/corosync.conf | |
| # 把/etc/pve/nodes 里的node区别删除 | |
| Clean up the cluster configuration: | |
| ```bash | |
| rm -rf /etc/corosync/* | |
| ls /etc/pve/nodes #show all nodes data in folders, delete the other nodes folders | |
| rm -rf /etc/pve/nodes/<other_node_name> #just to be sure to delete data of other nodes | |
| ``` | |
| Reboot, just in case... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment