[pve-devel] [PATCH docs 03/11] pveceph: add section - Destroying Ceph Monitor
Aaron Lauterer
a.lauterer at proxmox.com
Tue Nov 5 10:46:30 CET 2019
On 11/4/19 2:52 PM, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
> ---
> pveceph.adoc | 19 ++++++++++++++++++
> .../screenshot/gui-ceph-monitor-destroy.png | Bin 0 -> 154084 bytes
> 2 files changed, 19 insertions(+)
> create mode 100644 images/screenshot/gui-ceph-monitor-destroy.png
>
> diff --git a/pveceph.adoc b/pveceph.adoc
> index d9c17c7..caba1fe 100644
> --- a/pveceph.adoc
> +++ b/pveceph.adoc
> @@ -260,6 +260,25 @@ 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
> +----------------------
> +
> +[thumbnail="screenshot/gui-ceph-monitor-destroy.png"]
> +
> +To remove a Ceph Monitor via GUI, go to a PVE host under **Ceph -> Monitor**
> +and select the MON and hit **Destroy**.
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.
> +
> +On the command line, connect to the node where the MON is running and execute
> +the below command.
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.
> +
> +
More information about the pve-devel
mailing list