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

Method init

src/ceph-node-proxy/ceph_node_proxy/main.py:69–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.loop()
68
69 def init(self) -> None:
70 self.init_system()
71 self.init_reporter()
72 self.init_api()
73
74 def fetch_oob_details(self) -> Dict[str, str]:
75 try:

Callers 1

runMethod · 0.95

Calls 3

init_systemMethod · 0.95
init_reporterMethod · 0.95
init_apiMethod · 0.95

Tested by

no test coverage detected