ironic/releasenotes/notes/idrac-wsman-completed-with-errors-f65c9a48ed4c02d4.yaml
Aija Jauntēva 6e0c0e7fd0 Fix idrac-wsman having Completed with Errors jobs
iDRAC jobs can finish in 'Completed', 'Failed' and also
'Completed with Errors' state. This fix adds handling of
'Completed with Errors' as finished failed job otherwise node
stays in wait state as it does not consider such jobs
as finished.

Change-Id: I5018bf8ef6c86c6d303258f1497fa83d33b3cb76
2021-09-17 10:31:27 -04:00

9 lines
335 B
YAML

---
fixes:
- |
Fixes ``idrac-wsman`` BIOS and RAID interface steps to correctly check
status of iDRAC job that completed with errors. Now these jobs are treated
as failures. Before this fix node stayed in wait state as it was only
checking for "Completed" or "Failed" job status, but not "Completed
with Errors".