From 6cc15308a2a633a064332154722e9db84c1ebd2b Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 5 Nov 2023 16:24:16 +1000 Subject: [PATCH] doc/rados: format Q&A list in t-mon.rst Format a Q&A list in doc/rados/troubleshooting/troubleshooting.rst, in the "Clock Skews" section. Signed-off-by: Zac Dover (cherry picked from commit aadb87aeb5cd8b413937ddfe4562411d424c4bb1) --- doc/rados/troubleshooting/troubleshooting-mon.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index 3849149fb51a4..ca2f19631a84b 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -377,12 +377,15 @@ following: * EndRun `https://endruntechnologies.com `_ * Netburner `https://www.netburner.com `_ -What's the maximum tolerated clock skew? +Clock Skew Questions and Answers +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +**What's the maximum tolerated clock skew?** By default, monitors allow clocks to drift up to a maximum of 0.05 seconds (50 milliseconds). -Can I increase the maximum tolerated clock skew? +**Can I increase the maximum tolerated clock skew?** Yes, but we strongly recommend against doing so. The maximum tolerated clock skew is configurable via the ``mon-clock-drift-allowed`` option, but it is @@ -393,7 +396,7 @@ Can I increase the maximum tolerated clock skew? unforeseen effects on the stability of the monitors and overall cluster health. -How do I know whether there is a clock skew? +**How do I know whether there is a clock skew?** The monitors will warn you via the cluster status ``HEALTH_WARN``. When clock skew is present, the ``ceph health detail`` and ``ceph status`` commands @@ -410,7 +413,7 @@ How do I know whether there is a clock skew? the reported offsets of other monitors are relative to the lead monitor, not to any external reference source. -What should I do if there is a clock skew? +**What should I do if there is a clock skew?** Synchronize your clocks. Using an NTP client might help. However, if you are already using an NTP client and you still encounter clock skew problems, -- 2.39.5