mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
453d72b294
We now have the suppressions to avoid this. Yay! Signed-off-by: Sage Weil <sage@inktank.com>
7 lines
161 B
YAML
7 lines
161 B
YAML
overrides:
|
|
ceph:
|
|
valgrind:
|
|
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
|
|
osd: [--tool=memcheck]
|
|
mds: [--tool=memcheck]
|