diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 30df9621f47..4c3bc486014 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -940,7 +940,8 @@ class MgrModule(ceph_module.BaseMgrModule): return (0, 0) def get_all_perf_counters(self, prio_limit=PRIO_USEFUL, - services=("mds", "mon", "osd", "rgw")): + services=("mds", "mon", "osd", + "rbd-mirror", "rgw")): """ Return the perf counters currently known to this ceph-mgr instance, filtered by priority equal to or greater than `prio_limit`.