From: Sage Weil Date: Thu, 28 Feb 2019 19:51:04 +0000 (-0600) Subject: doc/releases/nautilus: ask users to opt in to telemetry X-Git-Tag: v14.1.1~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1cc4d344470cea088c9282d7098aa6bc07dd32f;p=ceph.git doc/releases/nautilus: ask users to opt in to telemetry Signed-off-by: Sage Weil --- diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index 44b35122cc7c..0563e73b9ac8 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -292,6 +292,18 @@ Instructions Nautilus, since pre-nautilus versions of Ceph to not understand the syntax. +#. Consider enabling the :ref:`telemetry module ` to send + anonymized usage statistics and crash information to the Ceph + upstream developers. To see what would be reported (without actually + sending any information to anyone),:: + + ceph mgr module enable telemetry + ceph telemetry show + + If you are comfortable with the data that is reported, you can opt-in to + automatically report the high-level cluster metadata with:: + + ceph telemetry on Upgrading from pre-Luminous releases (like Jewel) -------------------------------------------------