EIVE System Reboot Logic #762
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#762
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The error handling within EIVE System leading to a reboot calls the
sendFullRebootCommand()
function. This function will not only reboot, but boot onto the image 0 0. I don't think this is actually what we want here. A reboot self should be sufficient, especially given that our image 0 0 will lag behind for the foreseeable future.Maybe we should also add a delay between triggering the reboot event and the actual reboot, to ensure that the event can be triggered and stored before actaully rebooting.
I think reboot self is better here as well. I would keep the reboot until the PDEC issue is understood bette. A delay sounds reasonable.
This was fixed, including the PDEC bug itself.