From bee4cf71b3be1b04dc3cfa9644fccba036c08b4a Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Wed, 21 Aug 2024 10:47:57 +1000 Subject: [PATCH] qa: Add ignorelist entries for reef-x tests Start with a reasonable list so we don't mask genuine issues. Fixes: https://tracker.ceph.com/issues/65235 Signed-off-by: Brad Hubbard (cherry picked from commit f011cc2262741faaa800c90d9089a50e79d06eea) --- .../parallel/overrides/ignorelist_health.yaml | 20 +++++++++++++++++++ .../overrides/ignorelist_health.yaml | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 qa/suites/upgrade/reef-x/parallel/overrides/ignorelist_health.yaml create mode 100644 qa/suites/upgrade/reef-x/stress-split/overrides/ignorelist_health.yaml diff --git a/qa/suites/upgrade/reef-x/parallel/overrides/ignorelist_health.yaml b/qa/suites/upgrade/reef-x/parallel/overrides/ignorelist_health.yaml new file mode 100644 index 000000000000..5e995da7d2c7 --- /dev/null +++ b/qa/suites/upgrade/reef-x/parallel/overrides/ignorelist_health.yaml @@ -0,0 +1,20 @@ +overrides: + ceph: + log-ignorelist: + - \(MDS_ALL_DOWN\) + - \(MDS_UP_LESS_THAN_MAX\) + - \(OSD_SLOW_PING_TIME + - reached quota + - overall HEALTH_ + - \(CACHE_POOL_NO_HIT_SET\) + - \(POOL_FULL\) + - \(SMALLER_PGP_NUM\) + - \(SLOW_OPS\) + - \(CACHE_POOL_NEAR_FULL\) + - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) + - \(OBJECT_MISPLACED\) + - slow request + - \(MON_DOWN\) + - noscrub + - nodeep-scrub diff --git a/qa/suites/upgrade/reef-x/stress-split/overrides/ignorelist_health.yaml b/qa/suites/upgrade/reef-x/stress-split/overrides/ignorelist_health.yaml new file mode 100644 index 000000000000..5e995da7d2c7 --- /dev/null +++ b/qa/suites/upgrade/reef-x/stress-split/overrides/ignorelist_health.yaml @@ -0,0 +1,20 @@ +overrides: + ceph: + log-ignorelist: + - \(MDS_ALL_DOWN\) + - \(MDS_UP_LESS_THAN_MAX\) + - \(OSD_SLOW_PING_TIME + - reached quota + - overall HEALTH_ + - \(CACHE_POOL_NO_HIT_SET\) + - \(POOL_FULL\) + - \(SMALLER_PGP_NUM\) + - \(SLOW_OPS\) + - \(CACHE_POOL_NEAR_FULL\) + - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) + - \(OBJECT_MISPLACED\) + - slow request + - \(MON_DOWN\) + - noscrub + - nodeep-scrub -- 2.47.3