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

Method mark_down_osd

qa/tasks/ceph_manager.py:3248–3252  ·  view source on GitHub ↗

Cluster command wrapper

(self, osd)

Source from the content-addressed store, hash-verified

3246 timeout=timeout, stdout=DEVNULL)
3247
3248 def mark_down_osd(self, osd):
3249 """
3250 Cluster command wrapper
3251 """
3252 self.raw_cluster_cmd('osd', 'down', str(osd))
3253
3254 def mark_in_osd(self, osd):
3255 """

Callers 15

taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.95
taskFunction · 0.80
kill_osdMethod · 0.80
restartFunction · 0.80

Calls 1

raw_cluster_cmdMethod · 0.95

Tested by

no test coverage detected