![Pradip Kadam](/assets/img/avatar_default.png)
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
12 lines
414 B
YAML
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.
|