]> git.proxmox.com Git - pve-docs.git/blobdiff - pveceph.1-synopsis.adoc
update static and schema information
[pve-docs.git] / pveceph.1-synopsis.adoc
index 6d15c851392d0771a4e2bb42bb839958633447b2..b5eaa87b404922503214cdf9cee34de1d7096e2b 100644 (file)
@@ -226,9 +226,9 @@ The name of the pool. It must be unique.
 
 Configure VM and CT storage using the new pool.
 
-`--application` `<cephfs | rbd | rgw>` ::
+`--application` `<cephfs | rbd | rgw>` ('default =' `rbd`)::
 
-The application of the pool, 'rbd' by default.
+The application of the pool.
 
 `--crush_rule` `<string>` ::
 
@@ -238,6 +238,10 @@ The rule to use for mapping object placement in the cluster.
 
 Minimum number of replicas per object
 
+`--pg_autoscale_mode` `<off | on | warn>` ('default =' `warn`)::
+
+The automatic PG scaling mode of the pool.
+
 `--pg_num` `<integer> (8 - 32768)` ('default =' `128`)::
 
 Number of placement groups.
@@ -266,6 +270,38 @@ Remove all pveceph-managed storages configured for this pool
 
 List all pools.
 
+*pveceph pool set* `<name>` `[OPTIONS]`
+
+Change POOL settings
+
+`<name>`: `<string>` ::
+
+The name of the pool. It must be unique.
+
+`--application` `<cephfs | rbd | rgw>` ::
+
+The application of the pool.
+
+`--crush_rule` `<string>` ::
+
+The rule to use for mapping object placement in the cluster.
+
+`--min_size` `<integer> (1 - 7)` ::
+
+Minimum number of replicas per object
+
+`--pg_autoscale_mode` `<off | on | warn>` ::
+
+The automatic PG scaling mode of the pool.
+
+`--pg_num` `<integer> (8 - 32768)` ::
+
+Number of placement groups.
+
+`--size` `<integer> (1 - 7)` ::
+
+Number of replicas per object
+
 *pveceph purge* `[OPTIONS]`
 
 Destroy ceph related data and configuration files.