]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: add block_db_devices option support to ceph_volume module
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 20 Aug 2019 13:57:45 +0000 (15:57 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 26 Sep 2019 14:21:54 +0000 (16:21 +0200)
commitd666e03b0c21d3d3bb5be0577def75621bf48fde
tree24039abd7e56979c35abe4020aa8894da976710e
parent26e0f4db979c7a8182054b977d35beb9bb50b0e0
osd: add block_db_devices option support to ceph_volume module

This commit adds the `block_db_devices` option support to the
ceph_volume module.
passing a devices list in `dedicated_devices` will make ceph-volume
creating 1 vg using these devices to create block.db partitions for data
devices.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7b836eaa47fc0a84d5c5d79dfadd9dab96eb6472)
group_vars/osds.yml.sample
library/ceph_volume.py
roles/ceph-osd/defaults/main.yml
roles/ceph-osd/tasks/scenarios/lvm-batch.yml