ironic/releasenotes/notes/idrac-import-configuration-task-deleted-2a0e6a96509394b6.yaml
Aija Jauntēva c174380db3 Fix iDRAC import configuration missing task handling
Older iDRACs delete the task after 1 minute, since 5.00.00.00
the task is being kept for 10 minutes.
However, if encountering the issue, handle it and advise
user to either upgrade iDRAC if not already or decrease
checking interval.
Prior this node got stuck in wait mode forever if task was
deleted as raised exception by periodic didn't make the step
fail.

Change-Id: I5d500b7d53e9804aa3b54dc400d8621f40cd5d0c
2021-09-13 11:57:03 -04:00

13 lines
633 B
YAML

---
fixes:
- |
Fix ``idrac-redfish`` clean/deploy step ``import_configuration`` to handle
completed import configuration tasks that are deleted by iDRAC before
Ironic has checked task's status.
Prior iDRAC firmware version 5.00.00.00 completed tasks are deleted after
1 minute in iDRAC Redfish. That is not always sufficient to check for
their status in periodic check that runs every minute by default. Before
this fix node got stuck in wait mode forever. This is fixed by failing the
step with error informing to decrease periodic check interval or upgrade
iDRAC firmware if not done already.