From a1d0846751051ea92b01c01b72671202e338c23b Mon Sep 17 00:00:00 2001 From: James McClune Date: Sat, 24 Aug 2019 23:24:31 -0400 Subject: [PATCH] doc: default values for mon_health_to_clog_* were flipped On a freshly installed nautilus cluster (i.e. 14.2.2), the default values are: mon_health_to_clog_interval = 3600 mon_health_to_clog_tick_interval = 60.000000 Fixes: https://tracker.ceph.com/issues/41403 Signed-off-by: James McClune (cherry picked from commit 820ada1e58c3713b7de8a4ce669185d26860b84b) --- doc/rados/configuration/mon-config-ref.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index fd10763f30fe..9f1fb8fedbd7 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -422,8 +422,8 @@ by setting it in the ``[mon]`` section of the configuration file. log (a non-positive number disables it). If current health summary is empty or identical to the last time, monitor will not send it to cluster log. -:Type: Integer -:Default: 3600 +:Type: Float +:Default: 60.000000 ``mon health to clog interval`` @@ -433,7 +433,7 @@ by setting it in the ``[mon]`` section of the configuration file. send the summary to cluster log no matter if the summary changes or not. :Type: Integer -:Default: 60 +:Default: 3600 -- 2.47.3