On 11/4/19 2:52 PM, Alwin Antreich wrote:
Signed-off-by: Alwin Antreich <a.antre...@proxmox.com>
---
  pveceph.adoc                                 |  21 +++++++++++++++++++
  images/screenshot/gui-ceph-pools-destroy.png | Bin 0 -> 141532 bytes
  2 files changed, 21 insertions(+)
  create mode 100644 images/screenshot/gui-ceph-pools-destroy.png

diff --git a/pveceph.adoc b/pveceph.adoc
index a1cdf85..a4f2e4e 100644
--- a/pveceph.adoc
+++ b/pveceph.adoc
@@ -469,6 +469,27 @@ operation footnote:[Ceph pool operation
  http://docs.ceph.com/docs/luminous/rados/operations/pools/]
  manual.
+
+Destroying Ceph Pools
+---------------------
+
+[thumbnail="screenshot/gui-ceph-pools-destroy.png"]
+To destroy a pool on the GUI, go to a PVE host under **Ceph -> Pools** and
+select the pool to destroy. Then click on the **Destroy** button and enter the
+pool name as confirmation to delete the pool.
To destroy a pool via the GUI select a node in the tree view and go to the **Ceph -> Pools** panel. Select the pool to destroy and click the **Destroy** button. To confirm the destruction of the pool you need to enter the pool name.

+
+To destroy a pool on the command line run the following. Specify the
+'-remove_storages' to also remove the associated storage.
.. run the following command.

+
+[source,bash]
+----
+pveceph pool destroy <name>
+----
+
+NOTE: Deleting the data of a pool is a background task and can take some time.
+You will notice that data usage in the cluster is decreasing.

You will notice that the data usage in the cluster is decreasing.
+
+

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to