From 9748de76e02254c6dc284dcc20ec5d5761760dcb Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Tue, 18 Feb 2025 18:00:03 +0530 Subject: [PATCH] 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 --- qa/cephfs/overrides/pg_health.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3