From: Kefu Chai Date: Thu, 30 Apr 2020 05:50:39 +0000 (+0800) Subject: qa/cephfs: whitelist TOO_FEW_PGS X-Git-Tag: v14.2.10~17^2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32eb1821a5f14d266067a92c9e4af7c2002c4c7b;p=ceph.git qa/cephfs: whitelist TOO_FEW_PGS 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4 is not backported to mimic, but we are still running upgrade test from mimic. so in mimic, monitor still complains at seeing too many pgs per osd. this change is not cherry-picked from master, because we already have 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4 in master. Signed-off-by: Kefu Chai --- diff --git a/qa/cephfs/overrides/whitelist_health.yaml b/qa/cephfs/overrides/whitelist_health.yaml index ba19a1c30890..464bcd8c5252 100644 --- a/qa/cephfs/overrides/whitelist_health.yaml +++ b/qa/cephfs/overrides/whitelist_health.yaml @@ -9,3 +9,4 @@ overrides: - \(MDS_DAMAGE\) - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) + - \(TOO_FEW_PGS\)