]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
committerLaura Flores <lflores@redhat.com>
Fri, 25 Mar 2022 18:01:26 +0000 (13:01 -0500)
commit2560462fb42536b1569f4bbaf63c3f8afbec57f2
treed34eb687b25efd6e980e306ebe7ec3987621f3e7
parentb51d866559c7cde15d3b75ee17bbba8fdf2584be
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 <satoru.takeuchi@gmail.com>
(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.
src/common/options.cc