mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
The tests that exercise mgr failover do not necessarily leave a happy working mgr daemon in place, and since pg dump moved into the mgr, that means they should not try and call "pg dump" to validate PG state on shutdown. Signed-off-by: John Spray <john.spray@redhat.com>
11 lines
251 B
YAML
11 lines
251 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
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_failover
|