]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add missing ceph-volume lvm batch argument to ceph-volume.rst 29081/head
authorAndreas Krebs <wintamute@gmail.com>
Wed, 17 Jul 2019 11:09:34 +0000 (13:09 +0200)
committerAlfredo Deza <alfredo@deza.pe>
Fri, 13 Sep 2019 12:27:53 +0000 (08:27 -0400)
The optional argument '--osds-per-device' is missing. Since this is quite helpful when creating NVMe based OSDs, it should be documented.

Signed-off-by: Andreas Krebs <wintamute@gmail.com>
doc/man/8/ceph-volume.rst

index 866cc1636568379e2c975849facb90177c08f8e0..369dfa703cbbe112d0e032f9f650e38eaca761c6 100644 (file)
@@ -85,12 +85,10 @@ Optional arguments:
 * [--dmcrypt]           Enable encryption for the underlying OSD devices
 * [--crush-device-class] Define a CRUSH device class to assign the OSD to
 * [--no-systemd]         Do not enable or create any systemd units
-* [--report]         Report what the potential outcome would be for the
-                     current input (requires devices to be passed in)
-* [--format]         Output format when reporting (used along with
-                     --report), can be one of 'pretty' (default) or 'json'
-* [--block-db-size]     Set (or override) the "bluestore_block_db_size" value,
-                        in bytes
+* [--osds-per-device]   Provision more than 1 (the default) OSD per device
+* [--report]         Report what the potential outcome would be for the current input (requires devices to be passed in)
+* [--format]         Output format when reporting (used along with --report), can be one of 'pretty' (default) or 'json'
+* [--block-db-size]     Set (or override) the "bluestore_block_db_size" value, in bytes
 * [--journal-size]      Override the "osd_journal_size" value, in megabytes
 
 Required positional arguments: