mirror of
https://github.com/ceph/ceph
synced 2025-02-09 03:49:38 +00:00
Fixes: https://tracker.ceph.com/issues/23718 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
19 lines
391 B
YAML
19 lines
391 B
YAML
overrides:
|
|
ceph:
|
|
log-ignorelist:
|
|
- Replacing daemon mds
|
|
- \(MDS_INSUFFICIENT_STANDBY\)
|
|
- \(MDS_ALL_DOWN\)
|
|
- \(MDS_UP_LESS_THAN_MAX\)
|
|
ceph-fuse:
|
|
disabled: true
|
|
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_failover
|
|
|