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

Method get_mgr_id

src/pybind/mgr/mgr_module.py:2080–2087  ·  view source on GitHub ↗

Retrieve the name of the manager daemon where this plugin is currently being executed (i.e. the active manager). :return: str

(self)

Source from the content-addressed store, hash-verified

2078 raise NotImplementedError()
2079
2080 def get_mgr_id(self) -> str:
2081 """
2082 Retrieve the name of the manager daemon where this plugin
2083 is currently being executed (i.e. the active manager).
2084
2085 :return: str
2086 """
2087 return self._ceph_get_mgr_id()
2088
2089 @API.expose
2090 def get_ceph_conf_path(self) -> str:

Callers 5

tool_execMethod · 0.95
_set_localizedMethod · 0.95
get_localized_storeMethod · 0.95
send_rgwadmin_commandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected