From: Ilya Dryomov Date: Tue, 10 Oct 2023 10:31:28 +0000 (+0200) Subject: qa/suites/rbd: drop redundant ignorelist entries X-Git-Tag: v18.2.1~74^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=296dda4725387fa57ff0f9c8e9d804adab19074e;p=ceph-ci.git 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 (cherry picked from commit e40752ec25155ab232a68cd44093a9764ebf4091) --- diff --git a/qa/rbd/data-pool/ec.yaml b/qa/rbd/data-pool/ec.yaml index db289c7e7e6..f39a5bb4ca6 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 4723eb6800c..782b0214135 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]