[2.4] may_reboot may not be working as expected
Bug #1770413 reported by
Andres Rodriguez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Expired
|
High
|
Unassigned |
Bug Description
I had a firmware upgrade script that required a reboot after upgrading firmware. However, when the script rebooted, the script was marked as failed:
The combined stdout/stderr of the script:
https:/
The stderr vs stdout
https:/
The script:
Changed in maas: | |
milestone: | none → 2.4.0rc2 |
importance: | Undecided → High |
status: | New → Triaged |
To post a comment you must log in.
What does hpsetup return when it runs? It may be hpsetup tells the system to reboot and returns a non-zero return code which is getting captured by MAAS as a failure. Can you tell hpsetup to not reboot and adding the command 'reboot' to the end of your script?