ironic/releasenotes/notes/add_clean_step_clear_job_queue-7b774d8d0e36d1b2.yaml
Pradip Kadam dd9c5fcedf DRAC : clear_job_queue clean step to fix pending bios config jobs
If pending bios config job for changing the boot mode
is in job queue on an overcloud node, then ironic will
abandon the introspection attempt for the node,
which will cause overall introspection to fail.

Added clear_job_queue cleaning step in the iDRAC driver that
clears the Lifecycle Controller job queue even if there is
pending bios config job or any other pending job in job queue.

Change-Id: I35e4c61dd44384429224dee6de9827d8debe9cf9
Story: 2006322
Task: 36053
2019-08-29 05:07:41 -04:00

12 lines
414 B
YAML

---
features:
- |
Adds ``clear_job_queue`` cleaning step to hardware type ``idrac``.
``clear_job_queue`` cleaning step clears the Lifecycle Controller
job queue including any pending jobs.
fixes:
- |
Fixes an issue where if there is a pending bios config job in job queue,
then ironic will abandon the introspection attempt for the node,
which will cause overall introspection to fail.