On Thu, 15 Sep 2016, Kamble, Nitin A wrote: > Can I use ceph-disk to prepare a bluestore OSD now? > > I would like to know proper command line parameters for ceph-disk . > > The following related issue tracker has closed, does it mean it is ready > to use for creation of bluestore OSDs? > > From: http://tracker.ceph.com/issues/13942 > > > > > Updated by Sage Weil 9 months ago > > • Status changed from In Progress to Verified > > • Assignee deleted (Loic Dachary) > > For the 'ceph-disk prepare' part, I think we should keep it simple initially: > > > > ceph-disk --osd-objectstore bluestore maindev[:dbdev[:waldev]] > > and teach ceph-disk how to do the partitioning for bluestore (no generic way to ask ceph-osd that). We can leave off the db/wal devices initially, and then make activate work, so that there is something functional. Then add dbdev and waldev support last. You just need to pass --bluestore to ceph-disk for a single-disk setup. The multi-device PR is still pending, but close: https://github.com/ceph/ceph/pull/10135 sage