From 76d3671d0302aaefa78a7152d39ca6c6b4510b1a Mon Sep 17 00:00:00 2001 From: Andreas Krebs Date: Wed, 17 Jul 2019 13:09:34 +0200 Subject: [PATCH] doc: Add missing ceph-volume lvm batch argument to ceph-volume.rst 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 --- doc/man/8/ceph-volume.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index 866cc16365683..369dfa703cbbe 100644 --- a/doc/man/8/ceph-volume.rst +++ b/doc/man/8/ceph-volume.rst @@ -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: -- 2.39.5