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.
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:
Remove corosync config to ensure the node is no longer part of the cluster: