6e0c0e7fd0
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
9 lines
335 B
YAML
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".
|