]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/suites/rados/verify/validater/valgrind.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / suites / rados / verify / validater / valgrind.yaml
index 2ed6637777f1e95725bffeda6526cf4386c6f746..83eb2add5430054b33d905bd9794937ba9ecd125 100644 (file)
@@ -9,16 +9,21 @@ overrides:
   ceph:
     conf:
       global:
-        osd heartbeat grace: 40
-        debug refs: 5
+        osd heartbeat grace: 80
       mon:
         mon osd crush smoke test: false
       osd:
         osd fast shutdown: false
+        debug bluestore: 1
+        debug bluefs: 1
     log-whitelist:
       - overall HEALTH_
 # valgrind is slow.. we might get PGs stuck peering etc
       - \(PG_
+# mons sometimes are left off of initial quorum due to valgrind slowness.  ok to whitelist here because we'll still catch an actual crash due to the core
+      - \(MON_DOWN\)
+      - \(SLOW_OPS\)
+      - slow request
     valgrind:
       mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
       osd: [--tool=memcheck]