Skip to content

Commit

Permalink
pxe persistent bug fix
Browse files Browse the repository at this point in the history
Sometimes if host is changed to boot from disk, we are not
fixing the pxe flag as persistent options are being ignored.

Fixes: #340
Change-Id: I775537f306136f6a8be8ae7459e0705d1bfc23e7
  • Loading branch information
kambiz-aghaiepour committed Oct 12, 2020
1 parent 1b803ad commit d370989
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quads/tools/move_and_rebuild_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,7 @@ async def move_and_rebuild(host, new_cloud, semaphore, rebuild=False, loop=None)
"chassis",
"bootdev",
"pxe",
"options",
"=",
"persistent",
"options=persistent",
]
await execute_ipmi(
host, arguments=ipmi_pxe_persistent, semaphore=new_semaphore
Expand Down

0 comments on commit d370989

Please sign in to comment.