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 <idryomov@gmail.com>
This commit is contained in:
Ilya Dryomov 2023-10-10 12:31:28 +02:00
parent 83880580aa
commit e40752ec25
2 changed files with 0 additions and 6 deletions

View 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

View 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]