summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/multisite/valgrind.yaml
blob: 1e17c783a0795ef1e85c68136637198347fddfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
os_type: centos   # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
overrides:
  install:
    ceph:
      flavor: notcmalloc
  ceph:
    conf:
      global:
        osd heartbeat grace: 40
    valgrind:
      mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
      osd: [--tool=memcheck]
      mds: [--tool=memcheck]