]> git.proxmox.com Git - ceph.git/blame - ceph/qa/suites/rados/singleton/all/test-crash.yaml
bump version to 18.2.2-pve1
[ceph.git] / ceph / qa / suites / rados / singleton / all / test-crash.yaml
CommitLineData
11fdf7f2
TL
1roles:
2 - [client.0, mon.a, mgr.x, osd.0, osd.1, osd.2]
3
4tasks:
5 - install:
6 - ceph:
9f95a23c 7 pre-mgr-commands:
20effc67 8 - sudo ceph config set mgr mgr_pool false --force
cd265ab1 9 log-ignorelist:
11fdf7f2
TL
10 - Reduced data availability
11 - OSD_.*DOWN
eafe8130 12 - \(RECENT_CRASH\)
aee94f69 13 - \(POOL_APP_NOT_ENABLED\)
11fdf7f2
TL
14 - workunit:
15 clients:
16 client.0:
17 - rados/test_crash.sh
18 - ceph.restart: [osd.*]
9f95a23c
TL
19 - exec:
20 mon.a:
21 - find $TESTDIR/archive/coredump -type f -exec rm -f {} \;