Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / rados / 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 overrides:
5   install:
6     ceph:
7       flavor: notcmalloc
8       debuginfo: true
9   ceph:
10     conf:
11       global:
12         osd heartbeat grace: 40
13       mon:
14         mon osd crush smoke test: false
15     log-whitelist:
16       - overall HEALTH_
17 # valgrind is slow.. we might get PGs stuck peering etc
18       - \(PG_
19     valgrind:
20       mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
21       osd: [--tool=memcheck]
22       mds: [--tool=memcheck]