From ae96b9f0a283a65ddf6887461f3515a5a756572b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 20 Apr 2018 12:46:48 -0400 Subject: [PATCH] doc/man/ceph-volume update flags for prepare Signed-off-by: Alfredo Deza --- doc/man/8/ceph-volume.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index e30eff6cfe301..496a0c9fec2c1 100644 --- a/doc/man/8/ceph-volume.rst +++ b/doc/man/8/ceph-volume.rst @@ -72,12 +72,14 @@ Optional arguments: * [-h, --help] show the help message and exit * [--journal JOURNAL] A logical group name, path to a logical volume, or path to a device -* [--journal-size GB] Size (in GB) A logical group name or a path to a logical volume * [--bluestore] Use the bluestore objectstore (default) +* [--block.wal] Path to a bluestore block.wal logical volume or partition +* [--block.db] Path to a bluestore block.db logical volume or partition * [--filestore] Use the filestore objectstore * [--dmcrypt] Enable encryption for the underlying OSD devices * [--osd-id OSD_ID] Reuse an existing OSD id * [--osd-fsid OSD_FSID] Reuse an existing OSD fsid +* [--crush-device-class] Define a CRUSH device class to assign the OSD to Required arguments: @@ -91,7 +93,7 @@ avoiding large amounts of data being rebalanced. The single-call process unifies exactly what ``prepare`` and ``activate`` do, with the convenience of doing it all at once. Flags and general usage are -equivalent to those of the ``prepare`` subcommand. +equivalent to those of the ``prepare`` and ``activate`` subcommand. **trigger** This subcommand is not meant to be used directly, and it is used by systemd so @@ -136,8 +138,8 @@ group, and lv the logical volume name):: Positional arguments: -* Either in the form of ``vg/lv`` for logical volumes or - ``/path/to/sda1`` for regular devices. +* Either in the form of ``vg/lv`` for logical volumes, + ``/path/to/sda1`` or ``/path/to/sda`` for regular devices. **zap** @@ -157,8 +159,8 @@ Usage, for logical partitions:: Positional arguments: -* Either in the form of ``vg/lv`` for logical volumes or - ``/path/to/sda1`` for regular devices. +* Either in the form of ``vg/lv`` for logical volumes, + ``/path/to/sda1`` or ``/path/to/sda`` for regular devices. simple -- 2.39.5