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
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]
***
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
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