]> git.proxmox.com Git - pve-docs.git/blobdiff - pveceph.1-synopsis.adoc
pbs: fix password and encryption key file location
[pve-docs.git] / pveceph.1-synopsis.adoc
index c0121c7431ee90a838a8fe970a193fa35d66b9c5..6d15c851392d0771a4e2bb42bb839958633447b2 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.
@@ -254,19 +262,27 @@ 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 purge* `[OPTIONS]`
 
 Destroy ceph related data and configuration files.
 
-*pveceph start* `[<service>]`
+`--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.
 
-`<service>`: `(ceph|mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`)::
+`--service` `(ceph|mon|mds|osd|mgr)(\.[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?)?` ('default =' `ceph.target`)::
 
 Ceph service name.
 
@@ -274,11 +290,11 @@ Ceph service name.
 
 Get ceph status.
 
-*pveceph stop* `[<service>]`
+*pveceph stop* `[OPTIONS]`
 
 Stop ceph services.
 
-`<service>`: `(ceph|mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}` ('default =' `ceph.target`)::
+`--service` `(ceph|mon|mds|osd|mgr)(\.[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?)?` ('default =' `ceph.target`)::
 
 Ceph service name.