From: Alwin Antreich Date: Wed, 6 Nov 2019 14:09:05 +0000 (+0100) Subject: pveceph: add section - Destroying Ceph Manager X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=549350fe289aa9af66f48dde828cc04896f96a2e pveceph: add section - Destroying Ceph Manager Signed-off-by: Alwin Antreich Signed-off-by: Thomas Lamprecht --- diff --git a/pveceph.adoc b/pveceph.adoc index 6e9e3c2..fe000ee 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -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 ------------------