[pve-devel] [PATCH docs 05/11] pveceph: add section - Destroying Ceph Manager

Aaron Lauterer a.lauterer at proxmox.com
Tue Nov 5 10:55:35 CET 2019



On 11/4/19 2:52 PM, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
> ---
>   pveceph.adoc                                  |  20 ++++++++++++++++++
>   .../screenshot/gui-ceph-manager-destroy.png   | Bin 0 -> 153596 bytes
>   2 files changed, 20 insertions(+)
>   create mode 100644 images/screenshot/gui-ceph-manager-destroy.png
> 
> diff --git a/pveceph.adoc b/pveceph.adoc
> index 2d0d2a9..a1cdf85 100644
> --- a/pveceph.adoc
> +++ b/pveceph.adoc
> @@ -300,6 +300,26 @@ pveceph mgr create
>   ----
>   
>   
> +Destroying Ceph Manager
> +----------------------
> +
> +[thumbnail="screenshot/gui-ceph-manager-destroy.png"]
> +
> +To remove a Ceph Manager via GUI, go to a PVE host under **Ceph -> Monitor**
> +and select the Manager and hit **Destroy**.

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.

> +
> +On the command line, connect to the node where the Manager is running and
> +execute the below command.

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.
> +
> +




More information about the pve-devel mailing list