summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/skip-clear-job-queue-idrac-reset-if-attr-missing-b2a2b609c906c6c4.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/skip-clear-job-queue-idrac-reset-if-attr-missing-b2a2b609c906c6c4.yaml b/releasenotes/notes/skip-clear-job-queue-idrac-reset-if-attr-missing-b2a2b609c906c6c4.yaml
new file mode 100644
index 000000000..df9bef955
--- /dev/null
+++ b/releasenotes/notes/skip-clear-job-queue-idrac-reset-if-attr-missing-b2a2b609c906c6c4.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Resolved clear_job_queue and reset_idrac verify step failures which occur
+ when the functionality is not supported by the iDRAC. When this condition
+ is detected, the code in the step handles the exception and logs a warning
+ and completes successfully in case of verification steps but fails in case
+ of cleaning steps.