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