blob: b6b3c985887889429350ec6d4158684beae62570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
overrides:
ceph:
log-ignorelist:
- responding to mclientcaps\(revoke\)
- not advance its oldest_client_tid
- failing to advance its oldest client/flush tid
- Too many inodes in cache
- failing to respond to cache pressure
- slow requests are blocked
- failing to respond to capability release
- MDS cache is too large
- \(MDS_CLIENT_OLDEST_TID\)
- \(MDS_CACHE_OVERSIZED\)
tasks:
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_client_limits
|