From b20862c846c1b529fc36ff2d682c90fa17d80a2b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 8 Feb 2019 13:46:00 -0600 Subject: [PATCH] qa/suites/upgrade/luminous-x/parallel: enable all classes Otherwise it's annoying because the class list changes between luminous and nautilus, and we don't want to futz around with changing this setting during the upgrade. The problematic classes are 'cas' (added) and 'sdk' (not enabled by default but included by the cls/ workunit. Signed-off-by: Sage Weil --- qa/suites/upgrade/luminous-x/parallel/0-cluster/start.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/qa/suites/upgrade/luminous-x/parallel/0-cluster/start.yaml b/qa/suites/upgrade/luminous-x/parallel/0-cluster/start.yaml index 5b20ff55052..b86ddcdc767 100644 --- a/qa/suites/upgrade/luminous-x/parallel/0-cluster/start.yaml +++ b/qa/suites/upgrade/luminous-x/parallel/0-cluster/start.yaml @@ -45,8 +45,6 @@ overrides: mon: mon warn on osd down out interval zero: false osd: - osd_class_load_list: "cephfs hello journal lock log numops rbd refcount - rgw sdk timeindex user version" - osd_class_default_list: "cephfs hello journal lock log numops rbd refcount - rgw sdk timeindex user version" + osd class load list: "*" + osd class default list: "*" fs: xfs -- 2.39.5