From 64f577214045122f0c0d97541d280afbb1a80fa1 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 11 Jan 2018 11:00:23 -0600 Subject: [PATCH] tests: adds crush_device_class to lvm tests Signed-off-by: Andrew Schoen --- tests/functional/centos/7/bs-lvm-osds/group_vars/all | 1 + tests/functional/centos/7/lvm-osds/group_vars/all | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/functional/centos/7/bs-lvm-osds/group_vars/all b/tests/functional/centos/7/bs-lvm-osds/group_vars/all index b06be9b70..682112e50 100644 --- a/tests/functional/centos/7/bs-lvm-osds/group_vars/all +++ b/tests/functional/centos/7/bs-lvm-osds/group_vars/all @@ -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 diff --git a/tests/functional/centos/7/lvm-osds/group_vars/all b/tests/functional/centos/7/lvm-osds/group_vars/all index a449d6d19..13329f9af 100644 --- a/tests/functional/centos/7/lvm-osds/group_vars/all +++ b/tests/functional/centos/7/lvm-osds/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 -- 2.39.5