From: Yuri Weinstein Date: Tue, 21 Apr 2026 21:55:52 +0000 (-0700) Subject: qa/tests: ignore 'pg stuck peering' during upgrade tests X-Git-Tag: v19.2.4~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6558d34307a32d9d8f6669244d01fa0b39fe162;p=ceph.git qa/tests: ignore 'pg stuck peering' during upgrade tests This warning is part of PG_AVAILABILITY, which we already ignore. The detail message 'pg .* is stuck peering' does not always include PG_AVAILABILITY explicitly, so add it separately to the ignorelist. Fixes: https://tracker.ceph.com/issues/69456 Signed-off-by: Yuri Weinstein --- diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 62fb6427f722..182aa1ebd538 100644 --- a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml @@ -47,6 +47,7 @@ overrides: - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive + - pg .* is stuck peering - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml index da9fd26c099e..49f5f267b1a2 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -16,6 +16,7 @@ overrides: - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive + - pg .* is stuck peering - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index 62fb6427f722..182aa1ebd538 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -47,6 +47,7 @@ overrides: - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive + - pg .* is stuck peering - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS diff --git a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml index d01fa1857e67..53ac04719850 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -16,6 +16,7 @@ overrides: - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive + - pg .* is stuck peering - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS