summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAija Jauntēva <aija.jaunteva@dell.com>2021-09-17 10:17:25 -0400
committerAija Jauntēva <aija.jaunteva@dell.com>2021-09-17 10:31:27 -0400
commit6e0c0e7fd025dbfdc4f2e6070ad5cdb3079c2cef (patch)
tree45de109af359c428e61f4fb40597854bc2053a24 /releasenotes
parentde50ff2df5257af504d12469bc7cbb2848044f80 (diff)
downloadironic-6e0c0e7fd025dbfdc4f2e6070ad5cdb3079c2cef.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/idrac-wsman-completed-with-errors-f65c9a48ed4c02d4.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/idrac-wsman-completed-with-errors-f65c9a48ed4c02d4.yaml b/releasenotes/notes/idrac-wsman-completed-with-errors-f65c9a48ed4c02d4.yaml
new file mode 100644
index 000000000..1e6747327
--- /dev/null
+++ b/releasenotes/notes/idrac-wsman-completed-with-errors-f65c9a48ed4c02d4.yaml
@@ -0,0 +1,8 @@
+---
+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".