Skip to content

Commit

Permalink
inband/action_handlers: set powercycle required bool
Browse files Browse the repository at this point in the history
if its not the final install action
  • Loading branch information
joelrebel committed Aug 20, 2024
1 parent 27c22dc commit 4a72d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/inband/actions_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func (h *handler) installFirmware(ctx context.Context) error {
return h.powerCycleServer(ctx)
}

h.task.Data.HostPowercycleRequired = true
return nil
}

Expand Down

0 comments on commit 4a72d80

Please sign in to comment.