From cfb75b8e299e2761b3e82a9afe15b3164bf07eb4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 18 Jan 2018 07:57:45 -0600 Subject: [PATCH] tests: remove crush_device_class from lvm tests 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 --- 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 deletions(-) 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 682112e50..b06be9b70 100644 --- a/tests/functional/centos/7/bs-lvm-osds/group_vars/all +++ b/tests/functional/centos/7/bs-lvm-osds/group_vars/all @@ -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 diff --git a/tests/functional/centos/7/lvm-osds/group_vars/all b/tests/functional/centos/7/lvm-osds/group_vars/all index 13329f9af..a449d6d19 100644 --- a/tests/functional/centos/7/lvm-osds/group_vars/all +++ b/tests/functional/centos/7/lvm-osds/group_vars/all @@ -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