From 9f912c2158f679e1a5ea3586fec8a8bcee01f45d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 22 Oct 2019 09:18:08 -0500 Subject: [PATCH] qa/suites/upgrade/*-x-singleton: suppress TOO_FEW_PGS warning Signed-off-by: Sage Weil --- qa/suites/upgrade/mimic-x-singleton/0-cluster/start.yaml | 1 + qa/suites/upgrade/nautilus-x-singleton/0-cluster/start.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/qa/suites/upgrade/mimic-x-singleton/0-cluster/start.yaml b/qa/suites/upgrade/mimic-x-singleton/0-cluster/start.yaml index dc4fd9fd1ec0c..3c972901e6ff2 100644 --- a/qa/suites/upgrade/mimic-x-singleton/0-cluster/start.yaml +++ b/qa/suites/upgrade/mimic-x-singleton/0-cluster/start.yaml @@ -14,6 +14,7 @@ overrides: ms bind msgr2: false bluestore warn on legacy statfs: false bluestore warn on no per pool omap: false + mon pg warn min per osd: 0 mds: debug ms: 1 debug mds: 20 diff --git a/qa/suites/upgrade/nautilus-x-singleton/0-cluster/start.yaml b/qa/suites/upgrade/nautilus-x-singleton/0-cluster/start.yaml index 499bca95c44f0..ee3f97ad54411 100644 --- a/qa/suites/upgrade/nautilus-x-singleton/0-cluster/start.yaml +++ b/qa/suites/upgrade/nautilus-x-singleton/0-cluster/start.yaml @@ -13,6 +13,7 @@ overrides: ms dump corrupt message level: 0 ms bind msgr2: false bluestore warn on no per pool omap: false + mon pg warn min per osd: 0 mds: debug ms: 1 debug mds: 20 -- 2.47.3