]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/verify/validater/valgrind.yaml
bf10aee699a0666c12c74084a6ba0ffcc05d885e
[ceph.git] / ceph / qa / suites / fs / verify / validater / valgrind.yaml
1 # Only works on os_type: centos
2 # See http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
3
4 overrides:
5 install:
6 ceph:
7 flavor: notcmalloc
8 debuginfo: true
9 ceph:
10 # Valgrind makes everything slow, so ignore slow requests and extend heartbeat grace
11 log-whitelist:
12 - slow requests are blocked
13 conf:
14 global:
15 osd heartbeat grace: 40
16 mds:
17 mds heartbeat grace: 60
18 mon:
19 mon osd crush smoke test: false
20 osd:
21 osd fast shutdown: false
22 valgrind:
23 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
24 osd: [--tool=memcheck]
25 mds: [--tool=memcheck]
26 # see https://tracker.ceph.com/issues/38621
27 # mgr: [--tool=memcheck]
28 ceph-fuse:
29 client.0:
30 valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]