ceph-osd: adds the crush_device_class param to the lvm scenario

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2324/head
Andrew Schoen 2018-01-11 10:59:01 -06:00 committed by Sébastien Han
parent 875e14cabf
commit 6cbb56a3b6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
db_vg: "{{ item.db_vg|default(omit) }}"
wal: "{{ item.wal|default(omit) }}"
wal_vg: "{{ item.wal_vg|default(omit) }}"
crush_device_class: "{{ item.crush_device_class|default(omit) }}"
environment:
CEPH_VOLUME_DEBUG: 1
with_items: "{{ lvm_volumes }}"