From 8fa6cf757ec2e9c77a964d2d24b9f32a83724c1f Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Sat, 7 Dec 2024 11:47:51 +0100 Subject: [PATCH] qa/suites/upgrade/*-x: add more PG states to log-ignorelist Cover warnings like [WRN] pg 2.7 is active+undersized+degraded, acting [6,7]" in cluster log This is based on commit 4a4fc7bad533 ("qa: ignore pg availability/degraded warnings"). Signed-off-by: Ilya Dryomov --- qa/suites/upgrade/quincy-x/parallel/0-start.yaml | 3 +++ qa/suites/upgrade/quincy-x/stress-split/1-start.yaml | 4 +++- qa/suites/upgrade/reef-x/parallel/0-start.yaml | 3 +++ qa/suites/upgrade/reef-x/stress-split/1-start.yaml | 4 +++- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml index 8bd18509780..990718f14f9 100644 --- a/qa/suites/upgrade/quincy-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/quincy-x/parallel/0-start.yaml @@ -39,7 +39,10 @@ overrides: - mon down - MON_DOWN - out of quorum + - PG_AVAILABILITY - PG_DEGRADED - Reduced data availability - Degraded data redundancy + - pg .* is stuck inactive + - pg .* is .*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 4d1b056ff32..24b5c9716a7 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/1-start.yaml @@ -8,11 +8,13 @@ overrides: - mon down - MON_DOWN - out of quorum + - PG_AVAILABILITY - PG_DEGRADED - Reduced data availability - Degraded data redundancy + - pg .* is stuck inactive + - pg .* is .*degraded - OSDMAP_FLAGS - - PG_AVAILABILITY tasks: - install: branch: quincy diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index 8bd18509780..990718f14f9 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -39,7 +39,10 @@ overrides: - mon down - MON_DOWN - out of quorum + - PG_AVAILABILITY - PG_DEGRADED - Reduced data availability - Degraded data redundancy + - pg .* is stuck inactive + - pg .* is .*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 3239f0def3d..80aba7c594a 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -8,11 +8,13 @@ overrides: - mon down - MON_DOWN - out of quorum + - PG_AVAILABILITY - PG_DEGRADED - Reduced data availability - Degraded data redundancy + - pg .* is stuck inactive + - pg .* is .*degraded - OSDMAP_FLAGS - - PG_AVAILABILITY tasks: - install: branch: reef -- 2.39.5