From: Patrick Donnelly Date: Mon, 28 Aug 2023 14:27:55 +0000 (-0400) Subject: Merge PR #53144 into main X-Git-Tag: v19.0.0~598 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0f2e060b0f609ec557bf1ab5c40c61b759a6e34;p=ceph.git Merge PR #53144 into main * refs/pull/53144/head: doc: reformat so note is not part of code Reviewed-by: Anthony D Atri --- b0f2e060b0f609ec557bf1ab5c40c61b759a6e34 diff --cc doc/cephfs/troubleshooting.rst index 0e511526b96,50e4c838308..34de1b7501d --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@@ -98,12 -98,12 +98,12 @@@ things to do .. code:: bash - ceph config set mds mds_heartbeat_reset_grace 3600 + ceph config set mds mds_heartbeat_grace 3600 - This has the effect of having the MDS continue to send beacons to the monitors - even when its internal "heartbeat" mechanism has not been reset (beat) in one - hour. Note the previous mechanism for achieving this was via the - `mds_beacon_grace` monitor setting. + .. note:: This has the effect of having the MDS continue to send beacons to the monitors + even when its internal "heartbeat" mechanism has not been reset (beat) in one + hour. The previous mechanism for achieving this was via the + `mds_beacon_grace` monitor setting. * **Disable open file table prefetch.** Normally, the MDS will prefetch directory contents during recovery to heat up its cache. During long