]> git.proxmox.com Git - pve-docs.git/blobdiff - pveceph.1-synopsis.adoc
pvecm: add basic next-id section
[pve-docs.git] / pveceph.1-synopsis.adoc
index 9514e3e62b73f90686bd6391a8d46a6cfde91eb5..47857fdbdc1c97e6fe3467b69d96088782d9b4b7 100644 (file)
@@ -48,6 +48,22 @@ The ceph filesystem name.
 
 Number of placement groups for the backing data pool. The metadata pool will use a quarter of this.
 
+*pveceph fs destroy* `<name>` `[OPTIONS]`
+
+Destroy a Ceph filesystem
+
+`<name>`: `<string>` ::
+
+The ceph filesystem name.
+
+`--remove-pools` `<boolean>` ('default =' `0`)::
+
+Remove data and metadata pools configured for this fs.
+
+`--remove-storages` `<boolean>` ('default =' `0`)::
+
+Remove all pveceph-managed storages configured for this fs.
+
 *pveceph help* `[OPTIONS]`
 
 Get help about specified command.
@@ -220,7 +236,7 @@ If set, we remove partition table entries.
 
 *pveceph pool create* `<name>` `[OPTIONS]`
 
-Create POOL
+Create Ceph pool
 
 `<name>`: `<string>` ::
 
@@ -228,7 +244,7 @@ The name of the pool. It must be unique.
 
 `--add_storages` `<boolean>` ::
 
-Configure VM and CT storage using the new pool.
+Configure VM and CT storage using the new pool. Always enabled for erasure coded pools.
 
 `--application` `<cephfs | rbd | rgw>` ('default =' `rbd`)::
 
@@ -238,6 +254,10 @@ The application of the pool.
 
 The rule to use for mapping object placement in the cluster.
 
+`--erasure-coding` `k=<integer> ,m=<integer> [,device-class=<class>] [,failure-domain=<domain>] [,profile=<profile>]` ::
+
+no description available
+
 `--min_size` `<integer> (1 - 7)` ('default =' `2`)::
 
 Minimum number of replicas per object
@@ -278,6 +298,10 @@ The name of the pool. It must be unique.
 
 If true, destroys pool even if in use
 
+`--remove_ecprofile` `<boolean>` ('default =' `1`)::
+
+Remove the erasure code profile. Defaults to true, if applicable.
+
 `--remove_storages` `<boolean>` ('default =' `0`)::
 
 Remove all pveceph-managed storages configured for this pool