ironic/releasenotes/notes/fix-wsman-raid-async-step-error-handling-f44e2001ac018d12.yaml
Aija Jauntēva 23951f4b44 Fix idrac-wsman RAID step async error handling
Instead of using process_event('fail') use error_handlers,
otherwise in case of failure node gets stuck and fails
because of timeout, instead of failing earlier due to
step failure.

Story: 2008307
Task: 41194
Change-Id: Ieec0173f57367587985d2baad77205bb83e8b69a
2020-11-02 12:56:29 -05:00

9 lines
391 B
YAML

---
fixes:
- |
Fixes ``idrac-wsman`` RAID ``create_configuration`` clean step,
``apply_configuration`` deploy step and ``delete_configuration`` clean and
deploy step to fail correctly in case of error when checking completed
jobs. Before the fix when RAID job failed, then node cleaning or deploying
failed with timeout instead of actual error in clean or deploy step.