From ce510a031a7268a62c73f0bc596ceaeac16b0d41 Mon Sep 17 00:00:00 2001 From: alamin Date: Fri, 26 Sep 2025 13:39:50 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4f4fdbc..cc2d453 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Remove cluster from proxmox 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. +```bash +systemctl stop pve-cluster corosync +``` + Remove corosync config to ensure the node is no longer part of the cluster: ```bash rm /etc/pve/corosync.conf