From 26b427356d920682b61cdf98fc2745e324c28baa Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 29 Oct 2019 11:29:46 -0500 Subject: [PATCH] mgr/telemetry: remove crush rule name This is a user-specified string and could contain identifying info. Signed-off-by: Sage Weil --- src/pybind/mgr/telemetry/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/telemetry/module.py b/src/pybind/mgr/telemetry/module.py index aeee3357e44..2f0682d2492 100644 --- a/src/pybind/mgr/telemetry/module.py +++ b/src/pybind/mgr/telemetry/module.py @@ -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() @@ -409,7 +410,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'], -- 2.39.5