We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2562cb0 commit bb969e2Copy full SHA for bb969e2
ipu.py
@@ -124,13 +124,6 @@ def helper(node: NodeConfig, iso_address: str) -> str:
124
logger.info(helper(node, iso_address))
125
126
def post_boot(self, *, desired_ip_range: Optional[tuple[str, str]] = None) -> bool:
127
- logger.info("Workaround: cold booting the host since currently driver can't deal with host rebooting without coordination")
128
- assert self.config.host_side_bmc is not None
129
- ipu_host_bmc = BMC.from_bmc(self.config.host_side_bmc)
130
- ipu_host_bmc.cold_boot()
131
- assert self.config.ip is not None
132
- acc = host.RemoteHost(self.config.ip)
133
- self._wait_for_acc_with_retry(acc=acc, timeout=300)
134
return True
135
136
0 commit comments