/etc/corosync/* includes the directory uidgid.d. Consequentlly, a correct rm call requires -r.
Signed-off-by: Dominic Jäger <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
