From 9ff058e67ac31899da8fa44d6a8457ebe52f074f Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Thu, 13 Feb 2025 15:27:09 -0600 Subject: [PATCH] qa/suites/upgrade: ignore when pg is stuck peering This warning is part of PG_AVAILABILITY, which we already ignore. This is part of the "detail" in the warning, so we need to add an extra bit to the ignorelist when PG_AVAILABILITY isn't explicitly present. Fixes: https://tracker.ceph.com/issues/69456 Signed-off-by: Laura Flores --- qa/suites/upgrade/reef-x/parallel/0-start.yaml | 1 + qa/suites/upgrade/reef-x/stress-split/1-start.yaml | 1 + qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml | 1 + qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index 62fb6427f72..182aa1ebd53 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 59ccfe2cd02..265df15a03d 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 diff --git a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml index 472dd76b7e9..0877df3d09e 100644 --- a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml @@ -19,6 +19,7 @@ overrides: - is down - TELEMETRY_CHANGED - pg .*? is .*?degraded.*?, acting + - pg .* is stuck peering tasks: - install: branch: reef diff --git a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml index fbaf787d07b..65ef37d2472 100644 --- a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml @@ -19,6 +19,7 @@ overrides: - is down - TELEMETRY_CHANGED - pg .*? is .*?degraded.*?, acting + - pg .* is stuck peering tasks: - install: branch: squid -- 2.47.3