From b3aad53a1966b99170e78a4c497cb0b1b223981c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 24 Aug 2023 14:03:34 -0400 Subject: [PATCH] doc: reformat so note is not part of code Signed-off-by: Patrick Donnelly --- doc/cephfs/troubleshooting.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index b58d2469f6e..50e4c838308 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -100,10 +100,10 @@ things to do: ceph config set mds mds_heartbeat_reset_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