From aae02b6af468b1a62303655707a40d358088b0c1 Mon Sep 17 00:00:00 2001 From: Sridhar Seshasayee Date: Wed, 15 May 2024 21:25:48 +0530 Subject: [PATCH] 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 --- qa/suites/rados/verify/validater/valgrind.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/suites/rados/verify/validater/valgrind.yaml b/qa/suites/rados/verify/validater/valgrind.yaml index f3ee027b9abbc..c70893893fda9 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: -- 2.39.5