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

Method _assert_ipmi

qa/tasks/ceph_manager.py:3205–3208  ·  view source on GitHub ↗
(remote)

Source from the content-addressed store, hash-verified

3203
3204 @staticmethod
3205 def _assert_ipmi(remote):
3206 assert remote.console.has_ipmi_credentials, (
3207 "powercycling requested but RemoteConsole is not "
3208 "initialized. Check ipmi config.")
3209
3210 def blackhole_kill_osd(self, osd):
3211 """

Callers 5

kill_osdMethod · 0.95
revive_osdMethod · 0.95
kill_monMethod · 0.95
revive_monMethod · 0.95
revive_mgrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected