Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ notify
Function
notify
qa/tasks/watch_notify_same_primary.py:90–98 ·
view source on GitHub ↗
(n, msg)
Source
from the content-addressed store, hash-verified
88
break
89
90
def
notify(n, msg):
91
remote.run(
92
args = [
93
"rados"
,
94
"-p"
, pool,
95
"notify"
,
96
obj(n),
97
msg],
98
logger=log.getChild(
'notify.{id}'
.format(id=n)))
99
100
[notify(n,
'notify1'
)
for
n in range(len(watches))]
101
Callers
15
task
Function · 0.85
main
Function · 0.85
main
Function · 0.85
parse_cmd_args
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
notify_quiesce
Method · 0.85
notify_unquiesce
Method · 0.85
Calls
3
obj
Function · 0.70
run
Method · 0.45
format
Method · 0.45
Tested by
13
main
Function · 0.68
do_notify
Method · 0.68
default_to_parent
Method · 0.68
setup
Method · 0.68
setup
Method · 0.68
parse_io_seq_options
Function · 0.68
main
Function · 0.68
register_conn
Method · 0.68
register_conn_closed
Method · 0.68
register_conn_ready
Method · 0.68
main
Function · 0.68
main
Function · 0.68