From 902ee9d5fbf33ce25c5c5c321cd3e35e360441dc Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 21 May 2025 11:32:20 +0000 Subject: [PATCH] docs: update Hypervisors/Proxmox/Cluster/DestroyCluster --- Hypervisors/Proxmox/Cluster/DestroyCluster.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Hypervisors/Proxmox/Cluster/DestroyCluster.md 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