mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: adds the crush_device_class param to the lvm scenario
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2324/head
parent
875e14cabf
commit
6cbb56a3b6
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue