]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update man page to explain ceph-volume support bluestore 20679/head
authorlijing <lijing@gohighsec.com>
Wed, 17 Jan 2018 02:18:59 +0000 (10:18 +0800)
committerAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 20:50:25 +0000 (15:50 -0500)
Fixes: http://tracker.ceph.com/issues/22663
Signed-off-by: Jing Li lijing@gohighsec.com
(cherry picked from commit c8bdb49c927bc68d88c6de12537bd1daf7e2e433)

doc/man/8/ceph-volume.rst

index f677d06238b7374580e3834f439df1f024b6f8e5..e30eff6cfe301b9cffd7a4decf350c6032311ff2 100644 (file)
@@ -55,13 +55,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::