blob: 0e111a5341ed31172152eab58c5fdc319fa9ef43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
overrides:
ceph:
log-whitelist:
- not responding, replacing
- \(MDS_INSUFFICIENT_STANDBY\)
- \(MDS_ALL_DOWN\)
- \(MDS_UP_LESS_THAN_MAX\)
ceph-fuse:
disabled: true
tasks:
- cephfs_test_runner:
modules:
- tasks.cephfs.test_failover
|