all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs 1/2] pvecm: Add required -r to rm
@ 2020-07-22 10:20 Dominic Jäger
  2020-07-22 10:20 ` [pve-devel] [PATCH docs 2/2] pvecm: Add output for delnode Dominic Jäger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dominic Jäger @ 2020-07-22 10:20 UTC (permalink / raw)
  To: pve-devel

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

Signed-off-by: Dominic Jäger <d.jaeger@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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-20 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 10:20 [pve-devel] [PATCH docs 1/2] pvecm: Add required -r to rm Dominic Jäger
2020-07-22 10:20 ` [pve-devel] [PATCH docs 2/2] pvecm: Add output for delnode Dominic Jäger
2020-08-20 13:31   ` [pve-devel] applied: " Thomas Lamprecht
2020-07-22 10:31 ` [pve-devel] [PATCH docs 1/2] pvecm: Add required -r to rm Thomas Lamprecht
2020-07-23  7:17   ` Dominic Jäger
2020-08-20 13:31 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal