summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>2025-01-09 14:59:16 +0100
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>2025-01-09 14:59:16 +0100
commitf6ec7c543f1ee7a80f742f50f9f50be92f3eb0c8 (patch)
treefb5c284ccd18364863a08f3b6a7205d99a948ae3
parentMerge pull request #61213 from Matan-B/wip-matanb-crimson-shared-lru-dtor (diff)
downloadceph-f6ec7c543f1ee7a80f742f50f9f50be92f3eb0c8.tar.xz
ceph-f6ec7c543f1ee7a80f742f50f9f50be92f3eb0c8.zip
rados/monthrash: add PG_DEGRADED to ignorelist
Issue: mon/test_mon_osdmap_prune.sh is failing due to PG_DEGRADED state. Cause: We are writing an objects to a newly created PG before it has enough OSDs in acting set to create enough replicas. This is expected behaviour, thus the solution is to add the warning to ignorelist. Fixes: https://tracker.ceph.com/issues/69288 Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
-rw-r--r--qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml b/qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml
index 372bf2561fa..8b3c4c11ac6 100644
--- a/qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml
+++ b/qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml
@@ -15,6 +15,7 @@ overrides:
# causing tests to fail due to health warns, even if
# the tests themselves are successful.
- \(OSDMAP_FLAGS\)
+ - \(PG_DEGRADED\)
tasks:
- workunit:
clients: