From c8bdb49c927bc68d88c6de12537bd1daf7e2e433 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 --- doc/man/8/ceph-volume.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index 431e82cf187ee..1d43ce6c57ae8 100644 --- a/doc/man/8/ceph-volume.rst +++ b/doc/man/8/ceph-volume.rst @@ -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 -- 2.39.5