]> git.proxmox.com Git - pve-docs.git/blobdiff - pveceph.1-synopsis.adoc
update link qemu documentation non web.archive
[pve-docs.git] / pveceph.1-synopsis.adoc
index 0fff8c0129dbe2a046511d1f77ee068043b82869..b5eaa87b404922503214cdf9cee34de1d7096e2b 100644 (file)
@@ -98,7 +98,11 @@ Targeted number of replicas per object
 
 Install ceph related packages.
 
-`--version` `<luminous | nautilus>` ('default =' `nautilus`)::
+`--allow-experimental` `<boolean>` ('default =' `0`)::
+
+Allow experimental versions. Use with care!
+
+`--version` `<luminous | nautilus | octopus>` ('default =' `nautilus`)::
 
 Ceph version to install.
 
@@ -170,6 +174,10 @@ Create OSD
 
 Block device name.
 
+`--crush-device-class` `<string>` ::
+
+Set the device class of the OSD in crush.
+
 `--db_dev` `<string>` ::
 
 Block device name for block.db.
@@ -218,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>` ::
 
@@ -230,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.
@@ -254,14 +266,54 @@ If true, destroys pool even if in use
 
 Remove all pveceph-managed storages configured for this pool
 
-*pveceph pool ls*
+*pveceph pool ls* `[FORMAT_OPTIONS]`
 
 List all pools.
 
-*pveceph purge*
+*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.
 
+`--crash` `<boolean>` ::
+
+Additionally purge Ceph crash logs, /var/lib/ceph/crash.
+
+`--logs` `<boolean>` ::
+
+Additionally purge Ceph logs, /var/log/ceph.
+
 *pveceph start* `[OPTIONS]`
 
 Start ceph services.