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

Method start

src/ceph-node-proxy/ceph_node_proxy/api.py:26–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24
25 @cherrypy.expose
26 def start(self) -> Dict[str, str]:
27 self.api.backend.start()
28 self.api.reporter.run()
29 return {"ok": "node-proxy daemon started"}
30
31 @cherrypy.expose
32 def reload(self) -> Dict[str, str]:

Callers 6

runMethod · 0.45
check_statusMethod · 0.45
init_systemMethod · 0.45
init_reporterMethod · 0.45
init_apiMethod · 0.45
safe_realpathMethod · 0.45

Calls 1

runMethod · 0.45

Tested by

no test coverage detected