mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
doc: update with osd addition
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
This commit is contained in:
parent
2210425a68
commit
3a691911fc
@ -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>`
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user