From 3a691911fcde106233570e254e71d6bf1cee6dc5 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Wed, 30 Oct 2019 17:07:01 +0800 Subject: [PATCH] doc: update with osd addition Signed-off-by: Changcheng Liu --- doc/ceph-volume/lvm/prepare.rst | 3 +-- doc/rados/deployment/ceph-deploy-osd.rst | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/ceph-volume/lvm/prepare.rst b/doc/ceph-volume/lvm/prepare.rst index dd0e604bcfd..97b44d2a236 100644 --- a/doc/ceph-volume/lvm/prepare.rst +++ b/doc/ceph-volume/lvm/prepare.rst @@ -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 ` diff --git a/doc/rados/deployment/ceph-deploy-osd.rst b/doc/rados/deployment/ceph-deploy-osd.rst index 3994adc8642..bb1db323692 100644 --- a/doc/rados/deployment/ceph-deploy-osd.rst +++ b/doc/rados/deployment/ceph-deploy-osd.rst @@ -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. -- 2.39.5