ironic/releasenotes/notes/fix-do-not-tear-down-nodes-upon-cleaning-failure-a9cda6ae71ed2540.yaml
Arne Wiebalck f5a676a608 Do not tear down node upon cleaning failure
In case of a failure during cleaning, ironic currently shuts the
node off. This is dangerous, e.g. when the cleaning step is a
firmware upgrade. This patch proposes to corect this behaviour
and leave the node on in case cleaning raises an exception.

Task: #30357
Story: #2005375
Change-Id: I5fe8b380c890eb9b9dcee33868ceda2a9bab9929
2019-08-13 16:55:32 +02:00

12 lines
434 B
YAML

---
fixes:
- |
Fixes a bug where ironic would shut a node down upon cleaning failure.
Now, the node stays powered on (as documented and intended).
upgrade:
- |
When a failure occurs during cleaning, nodes will no longer be shut down. The
behaviour was changed to prevent harm and allow for an admin intervention
when sensitive operations, such as firmware upgrades, are performed and fail
during cleaning.