]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rados/verify/validater/valgrind.yaml
ef5ef7bd7b5d287a5a1d9d1c1cd4712e154e6429
[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]