Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
class
API(Server):
Callers
11
command_maintenance
Function · 0.45
write_new
Function · 0.45
write_tmp
Function · 0.45
run_shell_command
Function · 0.45
_setup_ssh
Function · 0.45
write_tmp_file
Function · 0.45
test_flush_clears_state
Method · 0.45
write
Method · 0.45
test_writer_log
Method · 0.45
test_writer
Method · 0.45
enroll_tpm2
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_flush_clears_state
Method · 0.36
test_writer_log
Method · 0.36
test_writer
Method · 0.36