mirror of
https://github.com/ceph/ceph
synced 2025-01-05 10:42:05 +00:00
279f39d4c1
This reverts 453d72b294
. It turns out that
tcmalloc defeats the leak checking in valgrind.
Signed-off-by: Sage Weil <sage@inktank.com>
13 lines
263 B
YAML
13 lines
263 B
YAML
overrides:
|
|
install:
|
|
ceph:
|
|
flavor: notcmalloc
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd heartbeat grace: 40
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
mds: [--tool=memcheck]
|