]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: ignore warning that pg is stuck peering for upgrade jobs 61876/head
authorRishabh Dave <ridave@redhat.com>
Tue, 18 Feb 2025 12:30:03 +0000 (18:00 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 18 Feb 2025 14:40:22 +0000 (20:10 +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>
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