]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/telemetry: remove crush rule name
authorSage Weil <sage@redhat.com>
Tue, 29 Oct 2019 16:29:46 +0000 (11:29 -0500)
committerSage Weil <sage@redhat.com>
Wed, 6 Nov 2019 12:41:50 +0000 (06:41 -0600)
This is a user-specified string and could contain identifying info.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 26b427356d920682b61cdf98fc2745e324c28baa)

src/pybind/mgr/telemetry/module.py

index a7b5587626d6758577a1adecb14554a48086a9f8..625266543856142125864353c670839bf0e2e633 100644 (file)
@@ -49,6 +49,7 @@ REVISION = 3
 # Version 3:
 #   - added device health metrics (i.e., SMART data, minus serial number)
 #   - added CephFS metadata (how many MDSs, fs features, how many data pools)
+#   - remove crush_rule
 
 class Module(MgrModule):
     config = dict()
@@ -422,7 +423,6 @@ class Module(MgrModule):
                         'pgp_num': pool['pg_placement_num'],
                         'size': pool['size'],
                         'min_size': pool['min_size'],
-                        'crush_rule': pool['crush_rule'],
                         'pg_autoscale_mode': pool['pg_autoscale_mode'],
                         'target_max_bytes': pool['target_max_bytes'],
                         'target_max_objects': pool['target_max_objects'],