[pve-devel] [PATCH docs 1/2] pvecm: Add required -r to rm

Dominic Jäger d.jaeger at proxmox.com
Wed Jul 22 12:20:51 CEST 2020


/etc/corosync/* includes the directory uidgid.d.
Consequentlly, a correct rm call requires -r.

Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
 pvecm.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pvecm.adoc b/pvecm.adoc
index 4bf2f59..9207571 100644
--- a/pvecm.adoc
+++ b/pvecm.adoc
@@ -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:
-- 
2.20.1





More information about the pve-devel mailing list