]> git.proxmox.com Git - pve-docs.git/commitdiff
pveceph: add section - Destroying Ceph Pools
authorAlwin Antreich <a.antreich@proxmox.com>
Wed, 6 Nov 2019 14:09:06 +0000 (15:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Nov 2019 18:25:21 +0000 (19:25 +0100)
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveceph.adoc

index fe000eedbf48ffe036f52709b3f297c01687e73e..e6643952dfdc25e88cca1737615a71185de9fb78 100644 (file)
@@ -460,6 +460,24 @@ operation footnote:[Ceph pool operation
 http://docs.ceph.com/docs/luminous/rados/operations/pools/]
 manual.
 
+
+Destroying Ceph Pools
+---------------------
+
+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.
+
+Run the following command to destroy a pool. Specify the '-remove_storages' to
+also remove the associated storage.
+[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 the data usage in the cluster is decreasing.
+
 [[pve_ceph_device_classes]]
 Ceph CRUSH & device classes
 ---------------------------