From fa53e07adbaa154e838477b0c19a1420042515d4 Mon Sep 17 00:00:00 2001 From: alamin Date: Fri, 26 Sep 2025 10:12:55 +0000 Subject: [PATCH] Delete 'removecluster-comm' --- removecluster-comm | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 removecluster-comm diff --git a/removecluster-comm b/removecluster-comm deleted file mode 100644 index bcf5da2..0000000 --- a/removecluster-comm +++ /dev/null @@ -1,13 +0,0 @@ -Shut down the other nodes. This step is important to isolate the node from the rest of the cluster and avoid corosync or other services to copy back deleted files on the local node we're gonna act on. - -Remove corosync config to ensure the node is no longer part of the cluster: -```bash -rm /etc/pve/corosync.conf -``` - -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/ #just to be sure to delete data of other nodes -``` \ No newline at end of file