summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-idrac-wsman-deploy-with-existing-non-bios-jobs-78aa2195d0c3016f.yaml
blob: b2a0a7060c63006d9bc6a3768b5974329cc1f545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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.