Skip to content

Commit bb969e2

Browse files
committed
Remove cold boot
Signed-off-by: Salvatore Daniele <[email protected]>
1 parent 2562cb0 commit bb969e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ipu.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ def helper(node: NodeConfig, iso_address: str) -> str:
124124
logger.info(helper(node, iso_address))
125125

126126
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)
134127
return True
135128

136129

0 commit comments

Comments
 (0)