5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-02-02 09:47:07 +03:00

pmxcfs: fix wrong information now covered in pvecm

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>
This commit is contained in:
Thomas Lamprecht 2016-10-20 17:11:38 +02:00 committed by Dietmar Maurer
parent d9abb1d637
commit 38ae8db3a1
2 changed files with 4 additions and 28 deletions

View 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 your cluster. This makes sure that all secret cluster/ssh keys and any
shared configuration data is destroyed. shared configuration data is destroyed.
In some cases, you might prefer to put a node back to local mode In some cases, you might prefer to put a node back to local mode without
without reinstall, which is described here: reinstall, which is described in
<<pvecm_separate_node_without_reinstall,Separate A Node Without Reinstalling>>
* 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
ifdef::manvolnum[] ifdef::manvolnum[]
include::pve-copyright.adoc[] include::pve-copyright.adoc[]

View File

@ -295,6 +295,7 @@ cluster again, you have to
* then join it, as explained in the previous section. * then join it, as explained in the previous section.
[[pvecm_separate_node_without_reinstall]]
Separate A Node Without Reinstalling Separate A Node Without Reinstalling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~