From 484b167ed3e1c9517ec463727f2084829761f3da 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 (cherry picked from commit 3c8793c4bd077db2796b512a3b59cd6a01cb3a8c) --- 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 2bd1edb09b379..b6e5a23968e44 100644 --- a/doc/mgr/telemetry.rst +++ b/doc/mgr/telemetry.rst @@ -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 ----------------------- -- 2.39.5