]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: default values for mon_health_to_clog_* were flipped
authorJames McClune <falcon78921@users.noreply.github.com>
Sun, 25 Aug 2019 03:24:31 +0000 (23:24 -0400)
committerJames McClune <falcon78921@users.noreply.github.com>
Sun, 25 Aug 2019 15:35:41 +0000 (11:35 -0400)
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>
doc/rados/configuration/mon-config-ref.rst

index 7a0c1c34d6c56a2eb11a6a0a00c6a4a3bc7cd4f9..268e1bff6508c84b2a5e3e6f68902380c2c8a505 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