mirror of
https://github.com/ceph/ceph
synced 2025-01-24 20:13:45 +00:00
dd4f322592
Added in https://github.com/ceph/ceph/pull/19744 Signed-off-by: John Spray <john.spray@redhat.com>
17 lines
412 B
YAML
17 lines
412 B
YAML
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
# tests may leave mgrs broken, so don't try and call into them
|
|
# to invoke e.g. pg dump during teardown.
|
|
wait-for-scrub: false
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(PG_
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_prometheus
|