mirror of
https://github.com/ceph/ceph
synced 2025-02-09 12:00:04 +00:00
20 lines
552 B
YAML
20 lines
552 B
YAML
# The task interferes with the network, so we need
|
|
# to permit OSDs to complain about that.
|
|
overrides:
|
|
ceph:
|
|
log-ignorelist:
|
|
- evicting unresponsive client
|
|
- but it is still running
|
|
- slow request
|
|
- MDS_CLIENT_LATE_RELEASE
|
|
- t responding to mclientcaps
|
|
- file system flag refuse_client_session is set
|
|
- Degraded data redundancy
|
|
- MDS_CLIENTS_LAGGY
|
|
- Reduced data availability
|
|
tasks:
|
|
- cephfs_test_runner:
|
|
fail_on_skip: false
|
|
modules:
|
|
- tasks.cephfs.test_client_recovery
|