Merge pull request #17590 from xiaoxichen/minor_doc_fix

doc: fix typo on specify db block device

Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-09-08 18:46:09 +08:00 committed by GitHub
commit fca4fe30a9

View File

@ -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
==========