Skip to content

Commit

Permalink
osd: make osd_fast_shutdown_notify_mon option true by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
satoru-takeuchi authored and NitzanMordhai committed Mar 13, 2022
1 parent b8fc409 commit 41b14ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options/global.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41b14ad

Please sign in to comment.