From: Ilya Dryomov Date: Tue, 10 Oct 2023 10:31:28 +0000 (+0200) Subject: qa/suites/rbd: drop redundant ignorelist entries X-Git-Tag: v19.0.0~287^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F53914%2Fhead;p=ceph.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 --- diff --git a/qa/rbd/data-pool/ec.yaml b/qa/rbd/data-pool/ec.yaml index db289c7e7e60..f39a5bb4ca62 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 4723eb6800ce..782b0214135e 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]