ironic/releasenotes/notes/fix-idrac-wsman-deploy-with-existing-non-bios-jobs-78aa2195d0c3016f.yaml
Riccardo Pittau 5f35896bfb Prepare for bugfix release
Change-Id: I8b4900831bd4828f61926c92d4c53f818a8a087a
2021-12-06 12:46:11 +01:00

17 lines
676 B
YAML

---
fixes:
- |
Fixes ``idrac-wsman`` management interface ``set_boot_device`` method that
would fail deployment when there are existing jobs present with
the error::
"Failed to change power state to ''power on'' by ''rebooting''.
Error: DRAC operation failed. Reason: Unfinished config jobs
found: <list of existing jobs>. Make sure they are completed
before retrying."
Now there can be non-BIOS jobs present during deployment.
This will still fail for cases when there are BIOS jobs present.
In such cases it's advised to use the ``idrac-redfish`` interface
that does not have this limitation when setting boot device.