From: Patrick Donnelly Date: Wed, 13 Mar 2019 16:13:02 +0000 (-0700) Subject: qa: extend MDS heartbeat grace for valgrind X-Git-Tag: v14.2.0~30^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7b520755ce62461060b6dc75fb7a39c464d2bdcb;p=ceph-ci.git qa: extend MDS heartbeat grace for valgrind 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 --- diff --git a/qa/suites/fs/verify/validater/valgrind.yaml b/qa/suites/fs/verify/validater/valgrind.yaml index 2a7f21bfbb9..fc4c459d1ac 100644 --- a/qa/suites/fs/verify/validater/valgrind.yaml +++ b/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: