]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: make osd_fast_shutdown_notify_mon option true by default
authorSatoru Takeuchi <satoru.takeuchi@gmail.com>
Thu, 18 Nov 2021 20:48:18 +0000 (20:48 +0000)
committerNitzanMordhai <nmordech@redhat.com>
Sun, 13 Mar 2022 07:18:02 +0000 (07:18 +0000)
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 <satoru.takeuchi@gmail.com>
src/common/options/global.yaml.in

index 6d8d0736ffa92010cdbad87b122289476286a2a5..d2f89b73550ef460f75c35d4e89a3412fb775bac 100644 (file)
@@ -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