]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/fs/verify/validater/valgrind.yaml
d614d01c5c32fefde699038fc4b4f953f2b610f8
[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 debuginfo: true
8 ceph:
9 # Valgrind makes everything slow, so ignore slow requests and extend heartbeat grace
10 log-ignorelist:
11 - slow requests are blocked
12 conf:
13 global:
14 osd heartbeat grace: 40
15 mds:
16 mds heartbeat grace: 60
17 mon:
18 mon osd crush smoke test: false
19 osd:
20 osd fast shutdown: false
21 valgrind:
22 mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
23 osd: [--tool=memcheck]
24 mds: [--tool=memcheck]
25 # see https://tracker.ceph.com/issues/38621
26 # mgr: [--tool=memcheck]
27 ceph-fuse:
28 client.0:
29 valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]