diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-12-07 11:47:51 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-12-07 18:37:00 +0100 |
commit | 8fa6cf757ec2e9c77a964d2d24b9f32a83724c1f (patch) | |
tree | f681942956001e26d271f955646e042f2d9293f7 /qa | |
parent | qa/suites/upgrade/*-x: add "is down" to log-ignorelist (diff) | |
download | ceph-8fa6cf757ec2e9c77a964d2d24b9f32a83724c1f.tar.xz ceph-8fa6cf757ec2e9c77a964d2d24b9f32a83724c1f.zip |
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 <idryomov@gmail.com>
Diffstat (limited to 'qa')
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 |