]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update man page to explain ceph-volume support bluestore
authorlijing <lijing@gohighsec.com>
Wed, 17 Jan 2018 02:18:59 +0000 (10:18 +0800)
committerlijing <lijing@gohighsec.com>
Wed, 17 Jan 2018 02:19:03 +0000 (10:19 +0800)
Fixes: http://tracker.ceph.com/issues/22663
Signed-off-by: Jing Li lijing@gohighsec.com
doc/man/8/ceph-volume.rst

index 431e82cf187ee87521009d8f80a5a097ae3e4532..1d43ce6c57ae8acdac9de0ef14f6bd760d225cee 100644 (file)
@@ -51,13 +51,13 @@ Usage::
 Optional Arguments:
 
 * [-h, --help]  show the help message and exit
-* [--bluestore] filestore objectstore (not yet implemented)
-* [--filestore] filestore objectstore (current default)
+* [--bluestore] bluestore objectstore (default)
+* [--filestore] filestore objectstore
 
 
 **prepare**
-Prepares a logical volume to be used as an OSD and journal using a ``filestore`` setup
-(``bluestore`` support is planned). It will not create or modify the logical volumes
+Prepares a logical volume to be used as an OSD and journal using a ``filestore``
+or ``bluestore`` (default) setup. It will not create or modify the logical volumes
 except for adding extra metadata.
 
 Usage::
@@ -69,8 +69,8 @@ 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 (not currently supported)
-* [--filestore]         Use the filestore objectstore (currently the only supported object store)
+* [--bluestore]         Use the bluestore objectstore (default)
+* [--filestore]         Use the filestore objectstore
 * [--osd-id OSD_ID]     Reuse an existing OSD id
 * [--osd-fsid OSD_FSID] Reuse an existing OSD fsid