This is used with the lvm osd scenario. When using devices you need the
option to set the crush device class for all of the OSDs that are
created from those devices.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
# - data: /dev/sdb1
lvm_volumes: []
+crush_device_class: ""
##########
objectstore: "{{ osd_objectstore }}"
batch_devices: "{{ devices }}"
dmcrypt: "{{ dmcrypt|default(omit) }}"
+ crush_device_class: "{{ crush_device_class|default(omit) }}"
action: "batch"
environment:
CEPH_VOLUME_DEBUG: 1