pveceph: add section - Destroying Ceph Monitor

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:03 +01:00 committed by Thomas Lamprecht
parent be2d137e21
commit 0e38a56456

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