From: Rishabh Dave Date: Tue, 18 Feb 2025 12:30:03 +0000 (+0530) Subject: qa/cephfs: ignore warning that pg is stuck peering for upgrade jobs X-Git-Tag: v20.0.0~54^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9748de76e02254c6dc284dcc20ec5d5761760dcb;p=ceph.git qa/cephfs: ignore warning that pg is stuck peering for upgrade jobs Health warning "pg .* is stuck peering" is seen while Ceph cluster is under the upgrade process during fs/upgrade QA job. Being an expected warning, it should be added to the ignorelist. And besides this one, we already ignore more severe warnings ("pg is stuck inactive" and "pg is degrarded") for fs/upgrade jobs. Fixes: https://tracker.ceph.com/issues/70023 Signed-off-by: Rishabh Dave --- diff --git a/qa/cephfs/overrides/pg_health.yaml b/qa/cephfs/overrides/pg_health.yaml index 07ca62e01fbe..ae89af3e9af7 100644 --- a/qa/cephfs/overrides/pg_health.yaml +++ b/qa/cephfs/overrides/pg_health.yaml @@ -11,3 +11,4 @@ overrides: - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded + - pg .* is stuck peering