Skip to content

Instantly share code, notes, and snippets.

@CN-CODEGOD
Created May 28, 2026 17:30
Show Gist options
  • Select an option

  • Save CN-CODEGOD/a35bab08e324773616a638a34e51c48d to your computer and use it in GitHub Desktop.

Select an option

Save CN-CODEGOD/a35bab08e324773616a638a34e51c48d to your computer and use it in GitHub Desktop.
PVE删除cluster
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