mirror of
https://github.com/ceph/ceph
synced 2025-02-13 13:59:22 +00:00
Fixes: http://tracker.ceph.com/issues/40968 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
18 lines
406 B
YAML
18 lines
406 B
YAML
|
|
# 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
|
|
- MDS_CLIENT_LATE_RELEASE
|
|
- t responding to mclientcaps
|
|
|
|
tasks:
|
|
- cephfs_test_runner:
|
|
fail_on_skip: false
|
|
modules:
|
|
- tasks.cephfs.test_client_recovery
|