]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/releases/nautilus: ask users to opt in to telemetry
authorSage Weil <sage@redhat.com>
Thu, 28 Feb 2019 19:51:04 +0000 (13:51 -0600)
committerSage Weil <sage@redhat.com>
Fri, 1 Mar 2019 20:32:06 +0000 (14:32 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/releases/nautilus.rst

index 44b35122cc7ccb522079b4dd17ef91cdf6d61ba2..0563e73b9ac89594438bd368ecfd29a178173231 100644 (file)
@@ -292,6 +292,18 @@ Instructions
    Nautilus, since pre-nautilus versions of Ceph to not understand the
    syntax.
 
+#. Consider enabling the :ref:`telemetry module <telemetry>` 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)
 -------------------------------------------------