mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
5923961465
This reverts 693bd23851
, which was
added in response to http://tracker.ceph.com/issues/18126. But
we updated the Ubuntu packages in sepia so it should be good to go.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
24 lines
519 B
YAML
24 lines
519 B
YAML
|
|
# Valgrind makes everything slow, so ignore slow requests
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- slow requests are blocked
|
|
|
|
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]
|