diff options
Diffstat (limited to '')
-rw-r--r-- | src/pybind/mgr/mgr_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 5a7b9bfc6..3fefd79b9 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -2059,7 +2059,7 @@ class MgrModule(ceph_module.BaseMgrModule, MgrModuleLoggingMixin): @profile_method() def get_unlabeled_perf_counters(self, prio_limit: int = PRIO_USEFUL, services: Sequence[str] = ("mds", "mon", "osd", - "rbd-mirror", "rgw", + "rbd-mirror", "cephfs-mirror", "rgw", "tcmu-runner")) -> Dict[str, dict]: """ Return the perf counters currently known to this ceph-mgr |