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

Method flush

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

Source from the content-addressed store, hash-verified

50
51 @cherrypy.expose
52 def flush(self) -> Dict[str, str]:
53 self.api.backend.flush()
54 return {"ok": "node-proxy data flushed"}
55
56
57class API(Server):

Callers 11

command_maintenanceFunction · 0.45
write_newFunction · 0.45
write_tmpFunction · 0.45
run_shell_commandFunction · 0.45
_setup_sshFunction · 0.45
write_tmp_fileFunction · 0.45
writeMethod · 0.45
test_writer_logMethod · 0.45
test_writerMethod · 0.45
enroll_tpm2Method · 0.45

Calls

no outgoing calls

Tested by 3

test_writer_logMethod · 0.36
test_writerMethod · 0.36