]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: add wal_devices option support to ceph_volume module
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 23 Aug 2019 07:02:12 +0000 (09:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 26 Sep 2019 09:35:24 +0000 (11:35 +0200)
commit09e04a91973304fda9ec006776f4a9b9f2bc93b9
treef6f83ff886303496e7b90f7d9af4e01adbf0352d
parent70f1b37097b24edadad49158713fccb94b57c43e
osd: add wal_devices option support to ceph_volume module

This commit adds the `wal_devices` option support to the
ceph_volume module.
passing a devices list in `bluestore_wal_devices` will make ceph-volume
creating 1 vg using these devices to create block.wal partitions.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/osds.yml.sample
library/ceph_volume.py
roles/ceph-osd/defaults/main.yml
roles/ceph-osd/tasks/scenarios/lvm-batch.yml