Re: [ceph-users] ceph lvm question

2018-07-30 Thread Alfredo Deza
Try using master? Not sure really what 3.1 supports. On Mon, Jul 30, 2018 at 2:03 PM, Satish Patel wrote: > Thanks Alfredo, > > This is what i am trying to do with ceph-ansible v3.1 and getting > following error, where i am wrong? > > --- > osd_objectstore: bluestore > osd_scenario: lvm > lvm_vo

Re: [ceph-users] ceph lvm question

2018-07-30 Thread Satish Patel
Thanks Alfredo, This is what i am trying to do with ceph-ansible v3.1 and getting following error, where i am wrong? --- osd_objectstore: bluestore osd_scenario: lvm lvm_volumes: - data: /dev/sdb TASK [ceph-osd : include scenarios/lvm.yml] ***

Re: [ceph-users] ceph lvm question

2018-07-30 Thread Alfredo Deza
On Sat, Jul 28, 2018 at 12:44 AM, Satish Patel wrote: > I have simple question i want to use LVM with bluestore (Its > recommended method), If i have only single SSD disk for osd in that > case i want to keep journal + data on same disk so how should i create > lvm to accommodate ? bluestore does

[ceph-users] ceph lvm question

2018-07-27 Thread Satish Patel
I have simple question i want to use LVM with bluestore (Its recommended method), If i have only single SSD disk for osd in that case i want to keep journal + data on same disk so how should i create lvm to accommodate ? Do i need to do following pvcreate /dev/sdb vgcreate vg0 /dev/sdb Now i hav