From e40752ec25155ab232a68cd44093a9764ebf4091 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Tue, 10 Oct 2023 12:31:28 +0200 Subject: [PATCH] qa/suites/rbd: drop redundant ignorelist entries CACHE_POOL_NO_HIT_SET is retained in *api_tests*.yaml and rbd_mirror.yaml snippets for TestLibRBD.ListChildrenTiered and TestClusterWatcher.CachePools tests. Signed-off-by: Ilya Dryomov --- qa/rbd/data-pool/ec.yaml | 3 --- qa/suites/rbd/singleton/all/rbd_tasks.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/qa/rbd/data-pool/ec.yaml b/qa/rbd/data-pool/ec.yaml index db289c7e7e609..f39a5bb4ca622 100644 --- a/qa/rbd/data-pool/ec.yaml +++ b/qa/rbd/data-pool/ec.yaml @@ -12,9 +12,6 @@ overrides: bdev_inject_crash_probability: .5 ceph: fs: xfs - log-ignorelist: - - overall HEALTH_ - - \(CACHE_POOL_NO_HIT_SET\) conf: client: rbd default data pool: datapool diff --git a/qa/suites/rbd/singleton/all/rbd_tasks.yaml b/qa/suites/rbd/singleton/all/rbd_tasks.yaml index 4723eb6800ced..782b0214135e3 100644 --- a/qa/suites/rbd/singleton/all/rbd_tasks.yaml +++ b/qa/suites/rbd/singleton/all/rbd_tasks.yaml @@ -4,9 +4,6 @@ tasks: - install: - ceph: fs: xfs - log-ignorelist: - - overall HEALTH_ - - \(CACHE_POOL_NO_HIT_SET\) - workunit: clients: all: [rbd/test_rbd_tasks.sh] -- 2.39.5