From e44e45a7c21882c668c730598946d89354734569 Mon Sep 17 00:00:00 2001 From: lijing Date: Wed, 17 Jan 2018 10:18:59 +0800 Subject: [PATCH] doc: update man page to explain ceph-volume support bluestore 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index f677d06238b7..e30eff6cfe30 100644 --- a/doc/man/8/ceph-volume.rst +++ b/doc/man/8/ceph-volume.rst @@ -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:: -- 2.47.3