]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/verify/validater: increase heartbeat grace timeout 57485/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Wed, 15 May 2024 15:55:48 +0000 (21:25 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Thu, 16 May 2024 04:32:43 +0000 (10:02 +0530)
OSD_DOWN cluster log warning is raised on rare occasions due to
the osd_hearbeat_grace timeout getting exceeded. The warning is
soon cleared. Given the nature of the test (valgrind), the
grace timeout is increased to 160 secs to avoid generating the
warning.

Fixes: https://tracker.ceph.com/issues/65768
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
qa/suites/rados/verify/validater/valgrind.yaml

index f3ee027b9abbc375f5527567c091ac3bb0342e1c..c70893893fda90b770ce2f95d8fbcae3fa3d9e1e 100644 (file)
@@ -8,7 +8,8 @@ overrides:
   ceph:
     conf:
       global:
-        osd heartbeat grace: 80
+        # see https://tracker.ceph.com/issues/65768
+        osd heartbeat grace: 160
         # see https://tracker.ceph.com/issues/62992
         osd op thread timeout: 150
       mon: