blob: d5951468ba5140aef0d2b2473bee5bf62f4712b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
overrides:
check-counter:
dry_run: true
ceph:
log-ignorelist:
- evicting unresponsive client
- RECENT_CRASH
tasks:
- exec:
mon.a:
- ceph config set mgr mgr/crash/warn_recent_interval 0
- cephfs_test_runner:
fail_on_skip: false
modules:
- tasks.cephfs.test_snapshots
|