From 7dc6f94641bb310b8e65679ded73fcc097fb3130 Mon Sep 17 00:00:00 2001 From: tamil Date: Wed, 1 Oct 2014 16:42:13 -0700 Subject: [PATCH] added ceph config option to firefly-x in order to turn off mon warning Signed-off-by: tamil --- suites/upgrade/firefly-x/parallel/0-cluster/start.yaml | 3 +++ suites/upgrade/firefly-x/stress-split/0-cluster/start.yaml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/suites/upgrade/firefly-x/parallel/0-cluster/start.yaml b/suites/upgrade/firefly-x/parallel/0-cluster/start.yaml index 48ddee8ad9f36..30aac173ce8ff 100644 --- a/suites/upgrade/firefly-x/parallel/0-cluster/start.yaml +++ b/suites/upgrade/firefly-x/parallel/0-cluster/start.yaml @@ -14,3 +14,6 @@ overrides: log-whitelist: - scrub mismatch - ScrubResult + conf: + mon: + mon warn on legacy crush tunables: false diff --git a/suites/upgrade/firefly-x/stress-split/0-cluster/start.yaml b/suites/upgrade/firefly-x/stress-split/0-cluster/start.yaml index aca596eaa2b35..9ea0a27f82a2f 100644 --- a/suites/upgrade/firefly-x/stress-split/0-cluster/start.yaml +++ b/suites/upgrade/firefly-x/stress-split/0-cluster/start.yaml @@ -1,3 +1,8 @@ +overrides: + ceph: + conf: + mon: + mon warn on legacy crush tunables: false roles: - - mon.a - mon.b -- 2.39.5