]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update with osd addition 31244/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Wed, 30 Oct 2019 09:07:01 +0000 (17:07 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Fri, 1 Nov 2019 05:55:41 +0000 (13:55 +0800)
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
doc/ceph-volume/lvm/prepare.rst
doc/rados/deployment/ceph-deploy-osd.rst

index dd0e604bcfd6c6893941f1decfa767d2d354732f..97b44d2a23679e1cf904140c9963706be8ed64af 100644 (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>`
index 3994adc86426f8fae2a4a52872573094e84ad249..bb1db323692b1ea7f12b12eaa4f4512130784a7d 100644 (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.