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: v15.2.17~69^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2560462fb42536b1569f4bbaf63c3f8afbec57f2;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 (cherry picked from commit 729a5b85a6586b47d16acbba2cf8e765e498cd65) Conflicts: src/common/options/global.yaml.in - global.yaml.in does not exist in Octopus; rather, these configs were handled in options.cc. --- diff --git a/src/common/options.cc b/src/common/options.cc index d2cd2cafc6a33..df346525fe59c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3600,7 +3600,7 @@ std::vector