Re: [ceph-users] ceph-ansible / block-db block-wal

2019-11-01 Thread solarflow99
ceph-ansible is able to find those on its own now, try just not specifying the devices and dedicated devices like before, you'll see in the osd .yml file its changed. On Wed, Oct 30, 2019 at 3:47 AM Lars Täuber wrote: > I don't use ansible anymore. But this was my config for the host onode1: >

Re: [ceph-users] ceph-ansible / block-db block-wal

2019-10-30 Thread Lars Täuber
I don't use ansible anymore. But this was my config for the host onode1: ./host_vars/onode2.yml: lvm_volumes: - data: /dev/sdb db: '1' db_vg: host-2-db - data: /dev/sdc db: '2' db_vg: host-2-db - data: /dev/sde db: '3' db_vg: host-2-db - data: /dev/sdf db: '4'

[ceph-users] ceph-ansible / block-db block-wal

2019-10-30 Thread CUZA Frédéric
Hi Everyone, Does anyone know how to indicate block-db and block-wal to device on ansible ? In ceph-deploy it is quite easy : ceph-deploy osd create osd_host08 --data /dev/sdl --block-db /dev/sdm12 --block-wal /dev/sdn12 -bluestore On my data nodes I have 12 HDDs and 2 SSDs I use those SSDs for