From a86f75f6f57c62e46084285cc6071f0043adf8a9 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 (cherry picked from commit aae02b6af468b1a62303655707a40d358088b0c1) Conflicts: qa/suites/rados/verify/validater/valgrind.yaml - Removed the setting for osd_op_thread_timeout made as part of https://tracker.ceph.com/issues/62992 which is not backported to squid. --- 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 03accceaff2..080e4988334 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 mon: mon osd crush smoke test: false osd: -- 2.39.5