From: Andrew Schoen Date: Thu, 11 Jan 2018 19:04:07 +0000 (-0600) Subject: ceph-volume: adds crush_device_class to the functional tests X-Git-Tag: v13.0.2~499^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=36a388d72acb049b5ee25ceea6a8d341aa58e31f;p=ceph.git ceph-volume: adds crush_device_class to the functional tests Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all index 17e9044e1d6bb..2050c59907442 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/create/group_vars/all @@ -14,6 +14,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 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all index e7ff18ed1d826..f90d233d8c577 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all @@ -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 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/create/group_vars/all index 17e9044e1d6bb..2050c59907442 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/create/group_vars/all @@ -14,6 +14,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 diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all index e7ff18ed1d826..f90d233d8c577 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/create/group_vars/all @@ -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