2a0fd1d13f
set_power_state has returned to the caller immediately without confirming the system has reached the requested state. This fixes that by synchronously waiting until the target state has been read before returning. That bug can cause instance workload deployments to fail on Dell EMC PowerEdge server models on which IPA ramdisk soft power off fails and ironic employs its OOB fallback strategy. After an otherwise successful deployment, the node is active, but is powered off. No error is reported in last_error. If the subsequent instance workflow expects the system to be powered on into the operating system, it fails. Story: 2009204 Task: 43261 Change-Id: I3112a22149c07e5508f26c79f33d09aeb905c308
11 lines
544 B
YAML
11 lines
544 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes ``idrac-wsman`` power interface to wait for the hardware to reach the
|
|
target state before returning. For systems where soft power off at the end
|
|
of deployment to boot to instance failed and forced hard power off was
|
|
used, this left node successfully deployed in off state without any errors.
|
|
This broke other workflows expecting node to be on booted into
|
|
OS at the end of deployment. Additional information can be found in
|
|
`story 2009204 <https://storyboard.openstack.org/#!/story/2009204>`_.
|