From 838081cd4c839b7711fb1b45c14896780e8d15ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Wed, 22 Jul 2020 12:20:51 +0200 Subject: [PATCH] pvecm: Add required -r to rm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /etc/corosync/* includes the directory uidgid.d. Consequentlly, a correct rm call requires -r. Signed-off-by: Dominic Jäger --- pvecm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvecm.adoc b/pvecm.adoc index 7501095..ecddd37 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: