blob: fcea1b88cf6e3f707c4bc7104565d3c5c769cfea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
os_type: centos
overrides:
install:
ceph:
debuginfo: true
rbd_fsx:
valgrind: ["--tool=memcheck"]
workunit:
env:
VALGRIND: "--tool=memcheck --leak-check=full"
|