]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/ceph-volume update flags for prepare
authorAlfredo Deza <adeza@redhat.com>
Fri, 20 Apr 2018 16:46:48 +0000 (12:46 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 Apr 2018 16:48:01 +0000 (12:48 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/man/8/ceph-volume.rst

index e30eff6cfe301b9cffd7a4decf350c6032311ff2..496a0c9fec2c16c5ea3510cc1e745262c0f49738 100644 (file)
@@ -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:
 
-* <DEVICE>  Either in the form of ``vg/lv`` for logical volumes or
-  ``/path/to/sda1`` for regular devices.
+* <DEVICE>  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:
 
-* <DEVICE>  Either in the form of ``vg/lv`` for logical volumes or
-  ``/path/to/sda1`` for regular devices.
+* <DEVICE>  Either in the form of ``vg/lv`` for logical volumes,
+  ``/path/to/sda1`` or ``/path/to/sda`` for regular devices.
 
 
 simple