From: Yaarit Hatuka Date: Thu, 5 Mar 2020 17:15:27 +0000 (-0500) Subject: doc/mgr/telemetry: add 'send' command X-Git-Tag: v14.2.11~63^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f010ba9b5b35cedaf2037fe7ae8b940daf7eb0f3;p=ceph.git doc/mgr/telemetry: add 'send' command Signed-off-by: Yaarit Hatuka (cherry picked from commit 4308c5d56ea9cb89eebf8085b1394fc5d1c2f8ae) --- diff --git a/doc/mgr/telemetry.rst b/doc/mgr/telemetry.rst index c0f56dde3c4..37fa8214299 100644 --- a/doc/mgr/telemetry.rst +++ b/doc/mgr/telemetry.rst @@ -123,6 +123,16 @@ The see the current configuration:: ceph telemetry status +Manually sending telemetry +-------------------------- + +To ad hoc send telemetry data:: + + ceph telemetry send + +In case telemetry is not enabled (with 'ceph telemetry on'), you need to add +'--license sharing-1-0' to 'ceph telemetry send' command. + Sending telemetry through a proxy ---------------------------------