diff --git a/Hypervisors/Proxmox/Cluster/DestroyCluster.md b/Hypervisors/Proxmox/Cluster/DestroyCluster.md new file mode 100644 index 0000000..0e78aeb --- /dev/null +++ b/Hypervisors/Proxmox/Cluster/DestroyCluster.md @@ -0,0 +1,29 @@ +--- +title: Удаление кластера Proxmox +description: +published: true +date: 2025-05-21T11:32:20.040Z +tags: proxmox, cluster +editor: markdown +dateCreated: 2025-05-21T11:31:51.721Z +--- + +systemctl stop pve-cluster.service + +systemctl stop corosync.service + +pmxcfs -l + +rm -rf /etc/pve/corosync.conf + +rm -rf /etc/corosync/ + +killall pmxcfs + +systemctl restart pve-cluster.service + +cd /etc/pve/nodes + +ls + +rm -rf /etc/pve/nodes/pve-01/ \ No newline at end of file