]> git.proxmox.com Git - pve-docs.git/commitdiff
pveceph: add section - Destroying Ceph Monitor
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 6 Nov 2019 14:09:03 +0000 (15:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Nov 2019 18:23:05 +0000 (19:23 +0100)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveceph.adoc

index 20b5b63a38e9138d5245a20b458fadedaf012dd0..6e9e3c27bd596a55770a124cae614894e9c370c0 100644 (file)
@@ -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
 ----------------------