]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: adds crush_device_class to lvm tests
authorAndrew Schoen <aschoen@redhat.com>
Thu, 11 Jan 2018 17:00:23 +0000 (11:00 -0600)
committerSébastien Han <seb@redhat.com>
Wed, 17 Jan 2018 12:49:29 +0000 (13:49 +0100)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/functional/centos/7/bs-lvm-osds/group_vars/all
tests/functional/centos/7/lvm-osds/group_vars/all

index b06be9b707be80d00d9236b3b25d132bce3f78fa..682112e502d066a2f05960a2e0588a1a5eb42469 100644 (file)
@@ -13,6 +13,7 @@ copy_admin_key: true
 lvm_volumes:
   - data: data-lv1
     data_vg: test_group
+    crush_device_class: test
   - data: data-lv2
     data_vg: test_group
     db: journal1
index a449d6d194a2b84b4e76aeaa128e20aa4a410807..13329f9afefcc77767bd062d08fce07a5e8170fa 100644 (file)
@@ -16,6 +16,7 @@ lvm_volumes:
   - data: data-lv1
     journal: /dev/sdc1
     data_vg: test_group
+    crush_device_class: test
   - data: data-lv2
     journal: journal1
     data_vg: test_group