From: lijing Date: Wed, 17 Jan 2018 02:18:59 +0000 (+0800) Subject: doc: update man page to explain ceph-volume support bluestore X-Git-Tag: v13.0.2~469^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8bdb49c927bc68d88c6de12537bd1daf7e2e433;p=ceph.git 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 --- diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index 431e82cf187e..1d43ce6c57ae 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