]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: extend MDS heartbeat grace for valgrind 26935/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 13 Mar 2019 16:13:02 +0000 (09:13 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 13 Mar 2019 16:18:32 +0000 (09:18 -0700)
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>
qa/suites/fs/verify/validater/valgrind.yaml

index 2a7f21bfbb9770a1ac0ce5e35025cca2ddcb8361..fc4c459d1ac2e481e5999d832047cd36c3475ffa 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: