mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Now that we send these to the cluster log, we must whitelist them in the tests that exercise those unhealthy states. Fixes: http://tracker.ceph.com/issues/19551 Signed-off-by: John Spray <john.spray@redhat.com>
25 lines
603 B
YAML
25 lines
603 B
YAML
|
|
# Valgrind makes everything slow, so ignore slow requests
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- slow requests are blocked
|
|
|
|
os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
|
|
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]
|