pveceph: add section - Destroying Ceph Manager

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Alwin Antreich 2019-11-06 15:09:05 +01:00 committed by Thomas Lamprecht
parent 0e38a56456
commit 549350fe28

View 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
------------------