From: Satoru Takeuchi Date: Thu, 18 Nov 2021 20:48:18 +0000 (+0000) Subject: osd: make osd_fast_shutdown_notify_mon option true by default X-Git-Tag: v18.0.0~1185^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=729a5b85a6586b47d16acbba2cf8e765e498cd65;p=ceph.git osd: make osd_fast_shutdown_notify_mon option true by default osd_fast_shutdown_notify_mon option is false by default. So users suffer from error log flood, slow ops, and the long I/O timeouts on voluntary OS shutdown before they are aware of the existence of this option. Let's make this option true by default. Fixes: https://tracker.ceph.com/issues/53328 Signed-off-by: Satoru Takeuchi --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 6d8d0736ffa..d2f89b73550 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -3272,7 +3272,7 @@ options: desc: Tell mon about OSD shutdown on immediate shutdown long_desc: Tell the monitor the OSD is shutting down on immediate shutdown. This helps with cluster log messages from other OSDs reporting it immediately failed. - default: false + default: true see_also: - osd_fast_shutdown - osd_mon_shutdown_timeout