mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 22:27:54 +00:00
pvecm: Add required -r to rm
/etc/corosync/* includes the directory uidgid.d. Consequentlly, a correct rm call requires -r. Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
parent
3b5f76b8da
commit
838081cd4c
@ -414,7 +414,7 @@ Delete the corosync configuration files:
|
||||
[source,bash]
|
||||
----
|
||||
rm /etc/pve/corosync.conf
|
||||
rm /etc/corosync/*
|
||||
rm -r /etc/corosync/*
|
||||
----
|
||||
|
||||
You can now start the filesystem again as normal service:
|
||||
|
Loading…
Reference in New Issue
Block a user