From: Tim Serong Date: Mon, 21 Oct 2019 07:11:35 +0000 (+1100) Subject: doc/mgr/telemetry: update default interval X-Git-Tag: v15.1.0~1211^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31008%2Fhead;p=ceph.git doc/mgr/telemetry: update default interval 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 --- diff --git a/doc/mgr/telemetry.rst b/doc/mgr/telemetry.rst index 2c3e612abd1..de51a4548f1 100644 --- a/doc/mgr/telemetry.rst +++ b/doc/mgr/telemetry.rst @@ -81,10 +81,10 @@ Telemetry can be disabled at any time 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 -----------------------