From: James McClune Date: Sun, 25 Aug 2019 03:24:31 +0000 (-0400) Subject: doc: default values for mon_health_to_clog_* were flipped X-Git-Tag: v15.1.0~1763^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29867%2Fhead;p=ceph.git 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 --- diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 7a0c1c34d6c5..268e1bff6508 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