From 58eb3edc8478c993c5446475df58d659d3f6d356 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 6 May 2020 15:48:12 +0800 Subject: [PATCH] qa/suites/upgrade: disable min pg per osd warning disable the TOO_FEW_PGS warning, as 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4 is not backported to mimic, we will have TOO_FEW_PGS warnings when a healthy cluster is expected when upgrading from mimic. this change disables this warning by setting "mon_pg_warn_min_per_osd" to "0". this change is not cherry-picked from master. as 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4 is already included by master, and we don't perform upgrade from mimic on master branch. Signed-off-by: Kefu Chai --- qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml | 1 + qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml b/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml index 6c9bd0d2160ce..0650804a91747 100644 --- a/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml +++ b/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml @@ -34,6 +34,7 @@ tasks: global: mon warn on pool no app: false bluestore_warn_on_legacy_statfs: false + mon pg warn min per osd: 0 - exec: osd.0: - ceph osd require-osd-release mimic diff --git a/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml b/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml index ad5b0e236101b..ae2fa2f583961 100644 --- a/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml +++ b/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml @@ -16,6 +16,7 @@ tasks: conf: global: bluestore_warn_on_legacy_statfs: false + mon pg warn min per osd: 0 - exec: osd.0: - ceph osd require-osd-release mimic -- 2.39.5