From: Alfredo Deza Date: Wed, 29 Nov 2017 14:56:15 +0000 (-0500) Subject: doc/rados update bluestore config to use ceph-volume X-Git-Tag: v13.0.2~872^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4243085d11f97a0d538a87062bd3fa64847522d9;p=ceph.git doc/rados update bluestore config to use ceph-volume Signed-off-by: Alfredo Deza --- diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index 2f7550a4458..8c7e4284c63 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -45,11 +45,14 @@ it will fix). A single-device BlueStore OSD can be provisioned with:: - ceph-disk prepare --bluestore + ceph-volume lvm prepare --bluestore --data To specify a WAL device and/or DB device, :: - ceph-disk prepare --bluestore --block.wal --block.db + ceph-volume lvm prepare --bluestore --data --block.wal --block.db + +.. note:: --data can be a Logical Volume using the vg/lv notation. Other + devices can be existing logical volumes or GPT partitions Cache size ==========