9 Sep
2019
9 Sep
'19
11:48 a.m.
Hi, On 9/9/19 5:55 PM, Robert Sander wrote:
Hi,
On 09.09.19 17:39, Burkhard Linke wrote:
# ceph-volume lvm create --bluestore --data /dev/sda --block.db /dev/ceph-block-dbs-ea684aa8-544e-4c4a-8664-6cb50b3116b8/osd-block-db-a8f1489a-d97b-479e-b9a7-30fc9fa99cb5 When using an LV on a VG omit the leading /dev/ in the command line argument. Otherwise ceph-volume thinks it is a "real" device.
ceph-volume lvm create --bluestore --data /dev/sda --block.db ceph-block-dbs-ea684aa8-544e-4c4a-8664-6cb50b3116b8/osd-block-db-a8f1489a-d97b-479e-b9a7-30fc9fa99cb5
should work.
Thanks, that did the trick. Regards, Burkhard