From: Joao Eduardo Luis Date: Thu, 12 Dec 2019 17:41:14 +0000 (+0000) Subject: PendingReleaseNotes: add telemetry mgr module X-Git-Tag: v12.2.13~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6f243be8c16e26bb928d0998ca681b131f40c65;p=ceph.git PendingReleaseNotes: add telemetry mgr module Signed-off-by: Joao Eduardo Luis --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 02497ac5df1c..904021f68444 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -5,6 +5,44 @@ python3.6 as the native python3. see the `announcement _` for more details on the background of this change. +* We now have telemetry support via a ceph-mgr module. The telemetry module is + absolutely on an opt-in basis, and is meant to collect generic cluster + information and push it to a central endpoint. By default, we're pushing it + to a project endpoint at https://telemetry.ceph.com/report, but this is + customizable using by setting the 'url' config option with:: + + ceph telemetry config-set url '' + + You will have to opt-in on sharing your information with:: + + ceph telemetry on + + You can view exactly what information will be reported first with:: + + ceph telemetry show + + Should you opt-in, your information will be licensed under the + Community Data License Agreement - Sharing - Version 1.0, which you can + read at https://cdla.io/sharing-1-0/ + + The telemetry module reports information about CephFS file systems, + including: + + - how many MDS daemons (in total and per file system) + - which features are (or have been) enabled + - how many data pools + - approximate file system age (year + month of creation) + - how much metadata is being cached per file system + + As well as: + + - whether IPv4 or IPv6 addresses are used for the monitors + - whether RADOS cache tiering is enabled (and which mode) + - whether pools are replicated or erasure coded, and + which erasure code profile plugin and parameters are in use + - how many RGW daemons, zones, and zonegroups are present; which RGW frontends are in use + - aggregate stats about the CRUSH map, like which algorithms are used, how big buckets are, how many rules are defined, and what tunables are in use + 12.2.12 ------- * In 12.2.9 and earlier releases, keyring caps were not checked for validity,