From: Kefu Chai Date: Wed, 6 May 2020 07:48:12 +0000 (+0800) Subject: qa/suites/upgrade: disable min pg per osd warning X-Git-Tag: v14.2.10~90^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34915%2Fhead;p=ceph.git 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 --- 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 6c9bd0d2160c..0650804a9174 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 ad5b0e236101..ae2fa2f58396 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