Bug #3073
open
BMC Power --> reboot option == shutdown
Added by Tal Kammer over 11 years ago.
Updated about 2 hours ago.
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.
- Found in Releases 3.2.0 added
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9082 added
- Status changed from Ready For Testing to New
- Pull request deleted (
https://github.com/theforeman/foreman/pull/9082)
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9082 added
- Assignee set to Yusuke Hirota
Issuer of this ticket only points out problem around reboot. However there is a problem around reset too:
- Changing power state to 'Reboot' via Web GUI makes target node run into shutdown
- Changing power state to 'Reset' via Web GUI makes target node run into powercycle
To fix above problems, we need to deal with 3 things:
1. Foreman core doesn't call BMC proxy's API correctly
- Changing power state to 'Reboot' via Web GUI calls BMC proxy's 'soft' power operation
- Changing power state to 'Reset' via Web GUI calls BMC proxy's 'cycle' power operation
2. Foreman BMC proxy doesn't support reboot at all BMC provider
3. Foreman BMC proxy doesn't support reset(powerreset) at Redfish provider
I and my colleague (Vanou Ishii) will submit 3 PRs, each one deals with above 3 causes respectively, to make Reboot&Reset power action through Web GUI work.
- Pull request https://github.com/theforeman/foreman/pull/10561 added
Also available in: Atom
PDF