]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: remove crush_device_class from lvm tests
authorAndrew Schoen <aschoen@redhat.com>
Thu, 18 Jan 2018 13:57:45 +0000 (07:57 -0600)
committerSébastien Han <seb@redhat.com>
Thu, 18 Jan 2018 14:03:38 +0000 (15:03 +0100)
The --crush-device-class flag for ceph-volume is not available in luminous so lets
remove this testing option for now until it's more widely available.

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 682112e502d066a2f05960a2e0588a1a5eb42469..b06be9b707be80d00d9236b3b25d132bce3f78fa 100644 (file)
@@ -13,7 +13,6 @@ 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 13329f9afefcc77767bd062d08fce07a5e8170fa..a449d6d194a2b84b4e76aeaa128e20aa4a410807 100644 (file)
@@ -16,7 +16,6 @@ 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