mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
doc: fix typo on specify db block device
Should use block.db instead of block-db Signed-off-by: Xiaoxi Chen <xiaoxchen@ebay.com>
This commit is contained in:
parent
594b736228
commit
14ffd9ba8c
@ -49,7 +49,7 @@ A single-device BlueStore OSD can be provisioned with::
|
||||
|
||||
To specify a WAL device and/or DB device, ::
|
||||
|
||||
ceph-disk prepare --bluestore <device> --block.wal <wal-device> --block-db <db-device>
|
||||
ceph-disk prepare --bluestore <device> --block.wal <wal-device> --block.db <db-device>
|
||||
|
||||
Cache size
|
||||
==========
|
||||
|
Loading…
Reference in New Issue
Block a user