]> git.proxmox.com Git - pve-docs.git/commitdiff
pmxcfs: fix wrong information now covered in pvecm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Oct 2016 15:11:38 +0000 (17:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 20 Oct 2016 15:28:14 +0000 (17:28 +0200)
The "Remove Cluster configuration" section is outdated and has also
missing steps (e.g. stopping corosync before removing its config)

We have the information in the pvecm.adoc (Cluster Manager) so delete
the howto and reference the one from pvecm instead.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pmxcfs.adoc
pvecm.adoc

index d35c9606123a171cf02c375ae299cb8bd240230f..764cdf452470f91185e0618aa0256adcb645c11a 100644 (file)
@@ -174,34 +174,9 @@ The recommended way is to reinstall the node after you removed it from
 your cluster. This makes sure that all secret cluster/ssh keys and any
 shared configuration data is destroyed.
 
-In some cases, you might prefer to put a node back to local mode
-without reinstall, which is described here:
-
-* stop the cluster file system in `/etc/pve/`
-
- # systemctl stop pve-cluster
-
-* start it again but forcing local mode
-
- # pmxcfs -l
-
-* remove the cluster configuration
-
- # rm /etc/pve/cluster.conf
- # rm /etc/cluster/cluster.conf
- # rm /var/lib/pve-cluster/corosync.authkey
-
-* stop the cluster file system again
-
- # systemctl stop pve-cluster
-
-* restart PVE services (or reboot)
-
- # systemctl start pve-cluster
- # systemctl restart pvedaemon
- # systemctl restart pveproxy
- # systemctl restart pvestatd
-
+In some cases, you might prefer to put a node back to local mode without
+reinstall, which is described in
+<<pvecm_separate_node_without_reinstall,Separate A Node Without Reinstalling>>
 
 ifdef::manvolnum[]
 include::pve-copyright.adoc[]
index 8b3290f2e646fdd3318460f60da7b55dd5722efc..99fe3a9a8715638ff4a7148fce6175da1be10716 100644 (file)
@@ -295,6 +295,7 @@ cluster again, you have to
 
 * then join it, as explained in the previous section.
 
+[[pvecm_separate_node_without_reinstall]]
 Separate A Node Without Reinstalling
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~