From: David Zafman Date: Mon, 22 Jul 2019 18:52:41 +0000 (-0700) Subject: osd mgr: Add osd_mon_heartbeat_stat_stale option to time out ping info X-Git-Tag: v15.1.0~1664^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=048f8096265dd3a647adb970255e4b11c9617b2e;p=ceph.git osd mgr: Add osd_mon_heartbeat_stat_stale option to time out ping info after 1 hour Signed-off-by: David Zafman --- diff --git a/doc/rados/configuration/mon-osd-interaction.rst b/doc/rados/configuration/mon-osd-interaction.rst index 42be922fec0b..a7324ebb0e55 100644 --- a/doc/rados/configuration/mon-osd-interaction.rst +++ b/doc/rados/configuration/mon-osd-interaction.rst @@ -377,6 +377,15 @@ OSD Settings :Default: ``30`` +``osd mon heartbeat stat stale`` + +:Description: Stop reporting on heartbeat ping times which haven't been updated for + this many seconds. Set to zero to disable this action. + +:Type: 32-bit Integer +:Default: ``3600`` + + ``osd mon report interval`` :Description: The number of seconds a Ceph OSD Daemon may wait diff --git a/src/common/options.cc b/src/common/options.cc index 15d88ced4a4b..9f9d1fbe5ae5 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3373,6 +3373,11 @@ std::vector