Skip to content

Commit

Permalink
qa: extend MDS heartbeat grace for valgrind
Browse files Browse the repository at this point in the history
Valgrind makes the MDS slowwwww. The newish mds_heartbeat_grace config allows
us to keep sending beacons to the mons even if the internal heartbeat is slow.
This avoids the laggy messages which are useful to grep for unrelated messaging
issues.

Fixes: http://tracker.ceph.com/issues/38723
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 7b52075)
  • Loading branch information
batrick authored and ashishkumsingh committed Mar 15, 2019
1 parent ac551e6 commit 4873e04
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions qa/suites/fs/verify/validater/valgrind.yaml
@@ -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:
Expand Down

0 comments on commit 4873e04

Please sign in to comment.