mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
10 lines
263 B
YAML
10 lines
263 B
YAML
overrides:
|
|
ceph:
|
|
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]
|