]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/telemetry: add 'ec_optimizations' flag to 'basic_pool_flags' collection wip-add-telemetry-pool-flag
authorLaura Flores <lflores@ibm.com>
Fri, 3 Oct 2025 19:49:44 +0000 (14:49 -0500)
committerLaura Flores <lflores@ibm.com>
Fri, 3 Oct 2025 19:50:56 +0000 (14:50 -0500)
Should happen as per the release checklist: https://docs.ceph.com/en/tentacle/dev/release-checklists/#first-release-candidate

Signed-off-by: Laura Flores <lflores@ibm.com>
src/pybind/mgr/telemetry/module.py

index c9aa3b2792d0cff7d067678294bccc99af4579d7..2885450fb857df949954b4dedcf40cb2b5e032b5 100644 (file)
@@ -1163,6 +1163,7 @@ class Module(MgrModule):
                             'eio',
                             'bulk',
                             'crimson',
+                            'ec_optimizations',
                             ]
 
                         pool_data['flags_names'] = [flag for flag in pool['flags_names'].split(',') if flag in flags_to_report]