]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rbd: drop redundant ignorelist entries
authorIlya Dryomov <idryomov@gmail.com>
Tue, 10 Oct 2023 10:31:28 +0000 (12:31 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 10 Oct 2023 10:50:36 +0000 (12:50 +0200)
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 <idryomov@gmail.com>
qa/rbd/data-pool/ec.yaml
qa/suites/rbd/singleton/all/rbd_tasks.yaml

index db289c7e7e609eafc60a8d48e6ef88e978d088ce..f39a5bb4ca622798ff73783cc5e3221e4b85319b 100644 (file)
@@ -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
index 4723eb6800ced3a58b70081b3db84fcdaee2194b..782b0214135e32ba1d6ec95e39e9a331d456b554 100644 (file)
@@ -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]