From 3c8793c4bd077db2796b512a3b59cd6a01cb3a8c Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Mon, 21 Oct 2019 18:11:35 +1100 Subject: [PATCH] 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 --- doc/mgr/telemetry.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ----------------------- -- 2.39.5