]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/suites/rados/singleton/all/test-crash.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / suites / rados / singleton / all / test-crash.yaml
index 8002deaa5db97561e1bc1bfbc89f50be8a54533d..7a0d0d23dee5545ef0632b171b4fce74c50f2bd8 100644 (file)
@@ -4,6 +4,8 @@ roles:
 tasks:
   - install:
   - ceph:
+      pre-mgr-commands:
+        - sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
       log-whitelist:
         - Reduced data availability
         - OSD_.*DOWN
@@ -13,3 +15,6 @@ tasks:
          client.0:
            - rados/test_crash.sh
   - ceph.restart: [osd.*]
+  - exec:
+      mon.a:
+        - find $TESTDIR/archive/coredump -type f -exec rm -f {} \;