summaryrefslogtreecommitdiff
path: root/releasenotes/notes/idrac-import-configuration-task-deleted-2a0e6a96509394b6.yaml
blob: 4f503abf3e21f21bc111bb70626ea64ff98894fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.