From 0e38a56456f78dabf5014db7a7be3f27eb6ab2fe Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Wed, 6 Nov 2019 15:09:03 +0100 Subject: [PATCH] pveceph: add section - Destroying Ceph Monitor Signed-off-by: Alwin Antreich Signed-off-by: Thomas Lamprecht --- pveceph.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pveceph.adoc b/pveceph.adoc index 20b5b63..6e9e3c2 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -260,6 +260,23 @@ This will also install the needed Ceph Manager ('ceph-mgr') by default. If you do not want to install a manager, specify the '-exclude-manager' option. +Destroying Ceph Monitor +---------------------- + +To remove a Ceph Monitor via the GUI first select a node in the tree view and +go to the **Ceph -> Monitor** panel. Select the MON and click the **Destroy** +button. + +To remove a Ceph Monitor via the CLI first connect to the node on which the MON +is running. Then execute the following command: +[source,bash] +---- +pveceph mon destroy +---- + +NOTE: At least three Monitors are needed for quorum. + + [[pve_ceph_manager]] Creating Ceph Manager ----------------------