MCPcopy 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

taskFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
parse_cmd_argsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
notify_quiesceMethod · 0.85
notify_unquiesceMethod · 0.85

Calls 3

objFunction · 0.70
runMethod · 0.45
formatMethod · 0.45

Tested by 13

mainFunction · 0.68
do_notifyMethod · 0.68
default_to_parentMethod · 0.68
setupMethod · 0.68
setupMethod · 0.68
parse_io_seq_optionsFunction · 0.68
mainFunction · 0.68
register_connMethod · 0.68
register_conn_closedMethod · 0.68
register_conn_readyMethod · 0.68
mainFunction · 0.68
mainFunction · 0.68