mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Merge PR #26935 into nautilus
* refs/pull/26935/head: qa: extend MDS heartbeat grace for valgrind Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
7de8cb405c
@ -1,21 +1,20 @@
|
||||
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
||||
os_type: centos
|
||||
|
||||
# Valgrind makes everything slow, so ignore slow requests
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- slow requests are blocked
|
||||
|
||||
overrides:
|
||||
install:
|
||||
ceph:
|
||||
flavor: notcmalloc
|
||||
debuginfo: true
|
||||
ceph:
|
||||
# Valgrind makes everything slow, so ignore slow requests and extend heartbeat grace
|
||||
log-whitelist:
|
||||
- slow requests are blocked
|
||||
conf:
|
||||
global:
|
||||
osd heartbeat grace: 40
|
||||
mds:
|
||||
mds heartbeat grace: 60
|
||||
mon:
|
||||
mon osd crush smoke test: false
|
||||
valgrind:
|
||||
|
Loading…
Reference in New Issue
Block a user