]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: default values for mon_health_to_clog_* were flipped 30003/head
authorJames McClune <falcon78921@users.noreply.github.com>
Sun, 25 Aug 2019 03:24:31 +0000 (23:24 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 29 Aug 2019 12:29:34 +0000 (14:29 +0200)
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 <jmcclune@mcclunetechnologies.net>
(cherry picked from commit 820ada1e58c3713b7de8a4ce669185d26860b84b)

doc/rados/configuration/mon-config-ref.rst

index fd10763f30fe03ba657c6763c5cbf127b405cfcd..9f1fb8fedbd711778c479c432610e203c7fb7a80 100644 (file)
@@ -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