summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/singleton/all/test-crash.yaml
blob: beb83f0bb0bd42df0f658823241b72f6adc8a2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
roles:
  - [client.0, mon.a, mgr.x, osd.0, osd.1, osd.2]

tasks:
  - install:
  - ceph:
      pre-mgr-commands:
        - sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
      log-ignorelist:
        - Reduced data availability
        - OSD_.*DOWN
        - \(RECENT_CRASH\)
  - workunit:
      clients:
         client.0:
           - rados/test_crash.sh
  - ceph.restart: [osd.*]
  - exec:
      mon.a:
        - find $TESTDIR/archive/coredump -type f -exec rm -f {} \;