From: Sridhar Seshasayee Date: Wed, 15 May 2024 15:55:48 +0000 (+0530) Subject: qa/suites/rados/verify/validater: increase heartbeat grace timeout X-Git-Tag: testing/wip-vshankar-testing-20250110.122509-reef-debug~31^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8a23afa6536191bafb9f86756d70da746759c0a3;p=ceph-ci.git qa/suites/rados/verify/validater: increase heartbeat grace timeout 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 (cherry picked from commit aae02b6af468b1a62303655707a40d358088b0c1) --- diff --git a/qa/suites/rados/verify/validater/valgrind.yaml b/qa/suites/rados/verify/validater/valgrind.yaml index f3ee027b9ab..c70893893fd 100644 --- a/qa/suites/rados/verify/validater/valgrind.yaml +++ b/qa/suites/rados/verify/validater/valgrind.yaml @@ -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: