From e3bf1a787f600e2cc46568fd025c799e2ec2c7a4 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Thu, 18 Nov 2021 20:48:18 +0000 Subject: [PATCH] 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 Pacific; rather, these configs were handled in options.cc. --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 4992b53ff81d0..b0387f65bf8cc 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3804,7 +3804,7 @@ std::vector