ironic/releasenotes/notes/fix_pending_non_bios_job_execution-4b22e168ac915f4f.yaml
Pradip Kadam 006970fe86 DRAC: Fix a bug for clear_job_queue clean step with non-BIOS pending job
If we create pending non-bios config job(E.g create/delete virtual disk)
with "At next reboot" option and execute "clear_job_queue" clean step,
then that job gets deleted after job execution instead of getting
deleted before job execution.

Change-Id: Ibeae18798a25e33fa070f1120ce0cc0981f66850
Story: #2006580
Task: #36695
(cherry picked from commit 4be3fcef26)
2019-10-14 05:49:17 +00:00

11 lines
325 B
YAML

---
fixes:
- |
Fixes a bug in the ``idrac`` hardware type where executing
the ``clear_job_queue`` clean step, pending non-BIOS config jobs
(E.g. create/delete virtual disk) were not being deleted before
job execution.
See bug `2006580 https://storyboard.openstack.org/#!/story/2006580`
for details