doc: update with osd addition

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
This commit is contained in:
Changcheng Liu 2019-10-30 17:07:01 +08:00
parent 2210425a68
commit 3a691911fc
2 changed files with 3 additions and 4 deletions

View File

@ -19,8 +19,7 @@ work with Ceph, the tool will assign a few pieces of metadata information using
part of a Ceph system, and what role they have (journal, filestore, bluestore,
etc...)
Although initially :term:`filestore` is supported (and supported by default)
the back end can be specified with:
Although :term:`bluestore` is the default, the back end can be specified with:
* :ref:`--filestore <ceph-volume-lvm-prepare_filestore>`

View File

@ -32,8 +32,8 @@ Zap Disks
To zap a disk (delete its partition table) in preparation for use with Ceph,
execute the following::
ceph-deploy disk zap {osd-server-name}:{disk-name}
ceph-deploy disk zap osdserver1:sdb
ceph-deploy disk zap {osd-server-name} {disk-name}
ceph-deploy disk zap osdserver1 /dev/sdb /dev/sdc
.. important:: This will delete all data.