ironic/releasenotes/notes/fix-cleaning-stuck-on-networkerror-4aedbf3673413af6.yaml
Kaifeng Wang 31c8087408 Fix nodes stuck at cleaning on Network Service issues
Ironic validates network interface before the cleaning process,
currently invalid parameter is captured but for not others.
There is chance that a node could be stucked at the cleaning
state on networking issues or temporary service down of neutron
service.

This patch adds NetworkError to the exception hanlding to cover
such cases.

Change-Id: If20de2ad4ae4177dea10b7ebfc9a91ca6fbabdb9
2022-09-20 09:31:51 -07:00

9 lines
352 B
YAML

---
fixes:
- |
Fixes an issue where cleaning operations could fail in such a way that was
not easily recoverable when pre-cleaning network interface configuration
was validated, yet contained invalid configuration.
Now Ironic properly captures the error and exits from cleaning in a
state which allows for cleaning to be retried.