ironic/releasenotes/notes/drac-fix-power-on-reboot-race-condition-fe712aa9c79ee252.yaml
Dmitry Tantsur 68e6daf717 Release notes cleanup for 13.0.0
Change-Id: I0a2c5345b7f72014528a73ece68f442745f64302
2019-09-10 11:04:35 +02:00

17 lines
769 B
YAML

---
features:
- |
Adds a new configuration option ``[drac]boot_device_job_status_timeout``
that specifies the maximum amount of time (in seconds) to wait for the boot
device configuration job to transition to the scheduled state to allow a
reboot or power on action to complete.
fixes:
- |
Fixes an issue in the ``idrac`` hardware type where a configuration job
does not transition to the correct state and start execution during
a power on or reboot operation. If the boot device is being changed,
the system might complete its POST before the job is ready, leaving
the job in the queue, and the system will boot from the wrong device.
See bug `2004909 <https://storyboard.openstack.org/#!/story/2004909>`_ for
details.