mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
f274737dfa
This lets us get line numbers in the valgrind xml output. Signed-off-by: Sage Weil <sage@redhat.com>
17 lines
387 B
YAML
17 lines
387 B
YAML
overrides:
|
|
install:
|
|
ceph:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd heartbeat grace: 40
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
mds: [--tool=memcheck]
|
|
ceph-fuse:
|
|
client.0:
|
|
valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|