summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/verify/validater/valgrind.yaml
blob: 7b7e4d45e522962a5091e7b6dad1c6ec093212af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
overrides:
  install:
    ceph:
      #debuginfo: true
  ceph:
    conf:
      global:
        osd heartbeat grace: 40
      mon:
        mon osd crush smoke test: false
      osd:
        osd fast shutdown: false
#    valgrind:
#      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
#      osd: [--tool=memcheck]
#      mds: [--tool=memcheck]
## https://tracker.ceph.com/issues/38621
##      mgr: [--tool=memcheck]