]> 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 8252e805a9b6e3b56f953bdc3a13c311457a4b79..6d15c851392d0771a4e2bb42bb839958633447b2 100644 (file)
@@ -72,7 +72,7 @@ NOTE: Requires option(s): `network`
 
 `--disable_cephx` `<boolean>` ('default =' `0`)::
 
-Disable cephx authentification.
+Disable cephx authentication.
 +
 WARNING: cephx is a security feature protecting against man-in-the-middle attacks. Only consider disabling cephx if your network is private!
 
@@ -98,9 +98,13 @@ Targeted number of replicas per object
 
 Install ceph related packages.
 
-`--version` `<luminous>` ::
+`--allow-experimental` `<boolean>` ('default =' `0`)::
 
-no description available
+Allow experimental versions. Use with care!
+
+`--version` `<luminous | nautilus | octopus>` ('default =' `nautilus`)::
+
+Ceph version to install.
 
 *pveceph lspools*
 
@@ -146,19 +150,15 @@ The ID of the manager
 
 Create Ceph Monitor and Manager
 
-`--exclude-manager` `<boolean>` ('default =' `0`)::
+`--mon-address` `<string>` ::
 
-When set, only a monitor will be created.
+Overwrites autodetected monitor IP address. Must be in the public network of ceph.
 
-`--id` `[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?` ::
+`--monid` `[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?` ::
 
 The ID for the monitor, when omitted the same as the nodename
 
-`--mon-address` `<string>` ::
-
-Overwrites autodetected monitor IP address. Must be in the public network of ceph.
-
-*pveceph mon destroy* `<monid>` `[OPTIONS]`
+*pveceph mon destroy* `<monid>`
 
 Destroy Ceph Monitor and Manager.
 
@@ -166,10 +166,6 @@ Destroy Ceph Monitor and Manager.
 
 Monitor ID
 
-`--exclude-manager` `<boolean>` ('default =' `0`)::
-
-When set, removes only the monitor, not the manager
-
 *pveceph osd create* `<dev>` `[OPTIONS]`
 
 Create OSD
@@ -178,21 +174,33 @@ Create OSD
 
 Block device name.
 
-`--bluestore` `<boolean>` ('default =' `1`)::
+`--crush-device-class` `<string>` ::
 
-Use bluestore instead of filestore. This is the default.
+Set the device class of the OSD in crush.
 
-`--fstype` `<ext4 | xfs>` ('default =' `xfs`)::
+`--db_dev` `<string>` ::
 
-File system type (filestore only).
+Block device name for block.db.
 
-`--journal_dev` `<string>` ::
+`--db_size` `<number> (1 - N)` ('default =' `bluestore_block_db_size or 10% of OSD size`)::
 
-Block device name for journal (filestore) or block.db (bluestore).
+Size in GiB for block.db.
++
+NOTE: Requires option(s): `db_dev`
+
+`--encrypted` `<boolean>` ('default =' `0`)::
+
+Enables encryption of the OSD.
 
 `--wal_dev` `<string>` ::
 
-Block device name for block.wal (bluestore only).
+Block device name for block.wal.
+
+`--wal_size` `<number> (0.5 - N)` ('default =' `bluestore_block_wal_size or 1% of OSD size`)::
+
+Size in GiB for block.wal.
++
+NOTE: Requires option(s): `wal_dev`
 
 *pveceph osd destroy* `<osdid>` `[OPTIONS]`
 
@@ -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>`: `(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>`: `(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.