Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / fs / verify / validater / valgrind.yaml
1 # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
2 os_type: centos
3
4 # Valgrind makes everything slow, so ignore slow requests
5 overrides:
6   ceph:
7     log-whitelist:
8       - slow requests are blocked
9
10 overrides:
11   install:
12     ceph:
13       flavor: notcmalloc
14       debuginfo: true
15   ceph:
16     conf:
17       global:
18         osd heartbeat grace: 40
19       mon:
20         mon osd crush smoke test: false
21     valgrind:
22       mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
23       osd: [--tool=memcheck]
24       mds: [--tool=memcheck]
25   ceph-fuse:
26     client.0:
27       valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]