]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: extend MDS heartbeat grace for valgrind 26963/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 13 Mar 2019 16:13:02 +0000 (09:13 -0700)
committerAshish Singh <assingh@redhat.com>
Fri, 15 Mar 2019 03:30:35 +0000 (09:00 +0530)
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 7b520755ce62461060b6dc75fb7a39c464d2bdcb)

qa/suites/fs/verify/validater/valgrind.yaml

index 6982cedfcaba956b049071e1586fd02d65564bf2..b25b714877645d45d6052729c25e39724dee1925 100644 (file)
@@ -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: