95a3e1bdfd
The iDRAC will return a "The command failed to set RequestedState" error if the server is powered off and a reboot is requested. In this situation, convert the requested reboot into a power on to avoid this error. To minimize the chance of a race condition, it is critical to do this check immediately before sending the power state change command. This keeps the window during which the server could change power states without us knowing about it as small as possible. Note that this error is returned in other scenarios as well. Change-Id: I4c95959090423ff1929700f0fce596510447ac1c Story: 2007487 Task: 39206
8 lines
305 B
YAML
8 lines
305 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug where rebooting a node managed by the ``idrac`` hardware
|
|
type when using the WS-MAN power interface sometimes fails with a
|
|
``The command failed to set RequestedState`` error. See bug `2007487
|
|
<https://storyboard.openstack.org/#!/story/2007487>`_ for details.
|