MCPcopy Create free account
hub / github.com/ceph/ceph / remove_osd_perf_query

Method remove_osd_perf_query

src/pybind/mgr/mgr_module.py:2673–2679  ·  view source on GitHub ↗

Unregister an OSD perf query. :param int query_id: query ID

(self, query_id: int)

Source from the content-addressed store, hash-verified

2671 @API.perm('w')
2672 @API.expose
2673 def remove_osd_perf_query(self, query_id: int) -> None:
2674 """
2675 Unregister an OSD perf query.
2676
2677 :param int query_id: query ID
2678 """
2679 return self._ceph_remove_osd_perf_query(query_id)
2680
2681 @API.expose
2682 def get_osd_perf_counters(self, query_id: int) -> Optional[Dict[str, List[PerfCounterT]]]:

Callers 5

get_rbd_statsMethod · 0.45
shutdown_rbd_statsMethod · 0.45
handle_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected