From 7b02209de5c41b6b5a408b528014e850bfd6401a Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 13 May 2026 14:29:43 -0400 Subject: [PATCH] qa: ignore POOL_FULL for rbd tests exercising full pools Fixes: https://tracker.ceph.com/issues/76586 Signed-off-by: Patrick Donnelly (cherry picked from commit eb433c57ead239eb819ddff5fda8a1322ea66b94) --- .../upgrade/reef-x/parallel/workload/test_rbd_api.yaml | 7 +++++++ .../reef-x/stress-split/3-stress-tasks/rbd_api.yaml | 7 +++++++ .../upgrade/squid-x/parallel/workload/test_rbd_api.yaml | 7 +++++++ .../squid-x/stress-split/3-stress-tasks/rbd_api.yaml | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml b/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml index bb9bedd3353..ba21e1144ba 100644 --- a/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml +++ b/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - is full + - pool.*full workload: full_sequential: - print: "**** done start test_rbd_api.yaml" diff --git a/qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml index 7360c5dfcf5..627527a6352 100644 --- a/qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - pool.*full + - is full stress-tasks: - workunit: branch: reef diff --git a/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml b/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml index 2a02e06eb09..1d35864aca5 100644 --- a/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml +++ b/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - is full + - pool.*full workload: full_sequential: - print: "**** done start test_rbd_api.yaml" diff --git a/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml index ee938dfded6..5818bcdaf2a 100644 --- a/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - is full + - pool.*full stress-tasks: - workunit: branch: squid -- 2.47.3