]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/cephfs: ignore warning that pg is stuck peering for upgrade jobs
authorRishabh Dave <ridave@redhat.com>
Tue, 18 Feb 2025 12:30:03 +0000 (18:00 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 22 Sep 2025 08:12:54 +0000 (13:42 +0530)
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 <ridave@redhat.com>
(cherry picked from commit 9748de76e02254c6dc284dcc20ec5d5761760dcb)

qa/cephfs/overrides/pg_health.yaml

index 07ca62e01fbecd8b8a5c60004a6a37288ea5b583..ae89af3e9af7bfbb6513a328d9499314cb50a7af 100644 (file)
@@ -11,3 +11,4 @@ overrides:
       - Degraded data redundancy
       - pg .* is stuck inactive
       - pg .* is .*degraded
+      - pg .* is stuck peering