From 8b4c8cbf1a49663837e5a15235a2e206c231a77f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 13 Mar 2014 16:27:56 -0700 Subject: [PATCH] upgrade/dumpling-x: whitelist mon scrub mismatch A mixed dumpling/firefly cluster will have each mon independently encode the full map. Firefly now puts feature bits in the Incremental so that we encode the "right" way, but dumpling doesn't have that capability yet, and we don't plan to backport it. Fixes: #7704 Signed-off-by: Sage Weil --- suites/upgrade/dumpling-x/parallel/0-cluster/start.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suites/upgrade/dumpling-x/parallel/0-cluster/start.yaml b/suites/upgrade/dumpling-x/parallel/0-cluster/start.yaml index 71c52461a34a3..507fe3d31134e 100644 --- a/suites/upgrade/dumpling-x/parallel/0-cluster/start.yaml +++ b/suites/upgrade/dumpling-x/parallel/0-cluster/start.yaml @@ -14,3 +14,5 @@ overrides: conf: mon: mon warn on legacy crush tunables: false + log-whitelist: + - scrub mismatch -- 2.39.5