From f6ec7c543f1ee7a80f742f50f9f50be92f3eb0c8 Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Thu, 9 Jan 2025 19:29:16 +0530 Subject: 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 --- qa/suites/rados/monthrash/workloads/rados_mon_osdmap_prune.yaml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3