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

index 6e9e3c27bd596a55770a124cae614894e9c370c0..fe000eedbf48ffe036f52709b3f297c01687e73e 100644 (file)
@@ -296,6 +296,24 @@ pveceph mgr create
 ----
 
 
+Destroying Ceph Manager
+----------------------
+
+To remove a Ceph Manager via the GUI first select a node in the tree view and
+go to the **Ceph -> Monitor** panel. Select the Manager and click the
+**Destroy** button.
+
+To remove a Ceph Monitor via the CLI first connect to the node on which the
+Manager is running. Then execute the following command:
+[source,bash]
+----
+pveceph mgr destroy
+----
+
+NOTE: A Ceph cluster can function without a Manager, but certain functions like
+the cluster status or usage require a running Manager.
+
+
 [[pve_ceph_osds]]
 Creating Ceph OSDs
 ------------------