Actions
Bug #3073
openBMC Power --> reboot option == shutdown
Status:
Ready For Testing
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
I'm not sure if anybody else noticed this, but from the Foreman dashboard if you press the "reboot" button under the BMC-> Power management, it actually shuts down the machine instead of rebooting it.
Couldn't find an open bug on this, so forgive me if this is an already known issue.
Updated by Thomas Rosenstein almost 3 years ago
- Found in Releases 3.2.0 added
I just stumbled onto this. It seems the foreman code uses a wrong code to be sent to the proxy:
as you see it sends "soft" to the proxy
but you can see here, that soft == soft poweroff
I think that the power manager should send cycle for reboot and reset for reset, instead of cycle for reset.
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9082 added
Updated by The Foreman Bot over 2 years ago
- Status changed from Ready For Testing to New
- Pull request deleted (
https://github.com/theforeman/foreman/pull/9082)
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9082 added
Actions