blob: f5e9a0b5cf46169a2a7a92dbe508941f25e6ad4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# The task interferes with the network, so we need
# to permit OSDs to complain about that.
overrides:
ceph:
log-whitelist:
- evicting unresponsive client
- but it is still running
- slow request
tasks:
- cephfs_test_runner:
modules:
- tasks.cephfs.test_client_recovery
|