f5a676a608
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
12 lines
434 B
YAML
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.
|