From 0271e64f4b47b918dba1216dbc478801bb6517ce Mon Sep 17 00:00:00 2001 From: Jamie Pryde Date: Fri, 29 May 2026 12:44:56 +0100 Subject: [PATCH] qa: Ignore deprecated EC plugin warning in teuthology tests Add DEPRECATED_EC_PLUGIN to the list of health warnings to ignore in the thrash-erasure-code-* tests that use deprecated plugins or techniques. It is expected that this warning will be raised. Signed-off-by: Jamie Pryde --- qa/suites/rados/thrash-erasure-code-big/thrashers/careful.yaml | 1 + qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml | 1 + qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml | 1 + qa/suites/rados/thrash-erasure-code-big/thrashers/mapgap.yaml | 1 + .../rados/thrash-erasure-code-big/thrashers/morepggrow.yaml | 1 + qa/suites/rados/thrash-erasure-code-big/thrashers/pggrow.yaml | 1 + qa/suites/rados/thrash-erasure-code-shec/thrashers/careful.yaml | 1 + qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml | 1 + qa/suites/rados/thrash-erasure-code/thrashers/careful.yaml | 1 + qa/suites/rados/thrash-erasure-code/thrashers/default.yaml | 1 + qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml | 1 + .../rados/thrash-erasure-code/thrashers/minsize_recovery.yaml | 1 + qa/suites/rados/thrash-erasure-code/thrashers/morepggrow.yaml | 1 + qa/suites/rados/thrash-erasure-code/thrashers/pggrow.yaml | 1 + 14 files changed, 14 insertions(+) diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/careful.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/careful.yaml index df0a14500d9..e6bb42c1f4e 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/careful.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/careful.yaml @@ -5,6 +5,7 @@ overrides: - objects unfound and apparently lost - slow request - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd debug reject backfill probability: .3 diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml index 09b6c1782ad..c986cf111db 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml @@ -5,6 +5,7 @@ overrides: - objects unfound and apparently lost - slow request - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd debug reject backfill probability: .1 diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml index a36155609a2..21f48887905 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: mon: osd pool default ec fast read: true diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/mapgap.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/mapgap.yaml index 6cf4dc93016..4e2f0db18f3 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/mapgap.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/mapgap.yaml @@ -5,6 +5,7 @@ overrides: - objects unfound and apparently lost - osd_map_cache_size - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: mon: mon min osdmap epochs: 2 diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/morepggrow.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/morepggrow.yaml index 794e994f2ce..5a73289bc85 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/morepggrow.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/morepggrow.yaml @@ -9,6 +9,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) tasks: - thrashosds: timeout: 1200 diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/pggrow.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/pggrow.yaml index 15be6b43b31..38a694754b3 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/pggrow.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/pggrow.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd scrub min interval: 60 diff --git a/qa/suites/rados/thrash-erasure-code-shec/thrashers/careful.yaml b/qa/suites/rados/thrash-erasure-code-shec/thrashers/careful.yaml index e18379b5f84..f7615d7bb04 100644 --- a/qa/suites/rados/thrash-erasure-code-shec/thrashers/careful.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/thrashers/careful.yaml @@ -5,6 +5,7 @@ overrides: - objects unfound and apparently lost - slow request - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd debug reject backfill probability: .3 diff --git a/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml b/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml index 00c8689d493..4d7c9d682a4 100644 --- a/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml @@ -5,6 +5,7 @@ overrides: - objects unfound and apparently lost - slow request - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd debug reject backfill probability: .1 diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/careful.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/careful.yaml index 0602f01ad8c..94061462c41 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/careful.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/careful.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd debug reject backfill probability: .3 diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml index 989b83e8f77..ecd133b074a 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd debug reject backfill probability: .1 diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml index 5fbb9504b61..dd38b33cc64 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: mon: osd pool default ec fast read: true diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/minsize_recovery.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/minsize_recovery.yaml index f7df20f313f..218d3f73841 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/minsize_recovery.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/minsize_recovery.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) create_rbd_pool: False pre-mgr-commands: - sudo ceph config set mgr mgr_pool false --force diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/morepggrow.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/morepggrow.yaml index f8c54232381..4ad3001128d 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/morepggrow.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/morepggrow.yaml @@ -9,6 +9,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) tasks: - thrashosds: timeout: 1200 diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/pggrow.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/pggrow.yaml index ed13bfd3e93..02abf3518cc 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/pggrow.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/pggrow.yaml @@ -4,6 +4,7 @@ overrides: - but it is still running - objects unfound and apparently lost - \(POOL_APP_NOT_ENABLED\) + - \(DEPRECATED_EC_PLUGIN\) conf: osd: osd scrub min interval: 60 -- 2.47.3