From 573572f964d9f0f090dd7736a677f9a58bb791d6 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Wed, 12 May 2021 18:32:28 +0000 Subject: [PATCH] common/options/global.yaml.in: remove osd_command_thread* timeouts These are no longer used after 817cca779db24b9ef08138a546ccb339271a3d9c Signed-off-by: Neha Ojha --- src/common/options/global.yaml.in | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index db6007d91fc76..f6d17c1bad34b 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4859,17 +4859,6 @@ options: level: advanced default: true with_legacy: true -- name: osd_command_thread_timeout - type: int - level: advanced - default: 10_min - fmt_desc: The maximum time in seconds before timing out a command thread. - with_legacy: true -- name: osd_command_thread_suicide_timeout - type: int - level: advanced - default: 15_min - with_legacy: true - name: osd_heartbeat_interval type: int level: dev -- 2.39.5