]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/telemetry: update default interval 31009/head
authorTim Serong <tserong@suse.com>
Mon, 21 Oct 2019 07:11:35 +0000 (18:11 +1100)
committerTim Serong <tserong@suse.com>
Mon, 21 Oct 2019 07:26:20 +0000 (18:26 +1100)
Commit 712987d533 changed the default interval to 24h;
updating the docs to match (this also should go to
the Nautilus branch as that commit landed there too
in https://github.com/ceph/ceph/pull/27709)

Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit 3c8793c4bd077db2796b512a3b59cd6a01cb3a8c)

doc/mgr/telemetry.rst

index 2bd1edb09b379963f46f56197ab03f210437523a..b6e5a23968e44be13dcb64b19d0113e905226037 100644 (file)
@@ -56,10 +56,10 @@ Telemetry can be disabled with::
 Interval
 --------
 
-The module compiles and sends a new report every 72 hours by default.
+The module compiles and sends a new report every 24 hours by default.
 You can adjust this interval with::
 
-  ceph config set mgr mgr/telemetry/interval 24    # report every day
+  ceph config set mgr mgr/telemetry/interval 72    # report every three days
 
 Contact and Description
 -----------------------