]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/telemetry: remove duplicated dict entry
authorKefu Chai <kchai@redhat.com>
Sat, 30 Jan 2021 12:44:06 +0000 (20:44 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Feb 2021 09:17:24 +0000 (17:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/telemetry/module.py

index 738a22985a430824038f32d2846d94129a1bbf61..e32c4ff99250a90347e46d690f12b77050571c75 100644 (file)
@@ -513,7 +513,6 @@ class Module(MgrModule):
                 cast(List[Dict[str, Any]], report['pools']).append(
                     {
                         'pool': pool['pool'],
-                        'type': pool['type'],
                         'pg_num': pool['pg_num'],
                         'pgp_num': pool['pg_placement_num'],
                         'size': pool['size'],