]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/verify/validater/valgrind.yaml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / qa / suites / rados / verify / validater / valgrind.yaml
1 os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
2 overrides:
3 install:
4 ceph:
5 flavor: notcmalloc
6 debuginfo: true
7 ceph:
8 conf:
9 global:
10 osd heartbeat grace: 40
11 valgrind:
12 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
13 osd: [--tool=memcheck]
14 mds: [--tool=memcheck]