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-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dae148780ee82108f7744342a049fcef205965f3;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 (cherry picked from commit 9748de76e02254c6dc284dcc20ec5d5761760dcb) Conflicts: qa/cephfs/overrides/pg_health.yaml - Line before the point where the patch was to be applied is different comapred to main branch. --- diff --git a/qa/cephfs/overrides/pg_health.yaml b/qa/cephfs/overrides/pg_health.yaml index 07ca62e01fb..ae89af3e9af 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