mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
qa: add task for progress module
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
09f5f9e1eb
commit
46a74a07d9
24
qa/suites/rados/mgr/tasks/progress.yaml
Normal file
24
qa/suites/rados/mgr/tasks/progress.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
config:
|
||||
global:
|
||||
osd pool default size : 3
|
||||
osd pool default min size : 2
|
||||
# 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\)
|
||||
- \(MDS_ALL_DOWN\)
|
||||
- \(MDS_UP_LESS_THAN_MAX\)
|
||||
- \(FS_WITH_FAILED_MDS\)
|
||||
- \(FS_DEGRADED\)
|
||||
- \(PG_
|
||||
- replacing it with standby
|
||||
- No standby daemons available
|
||||
- cephfs_test_runner:
|
||||
modules:
|
||||
- tasks.mgr.test_progress
|
Loading…
Reference in New Issue
Block a user