ironic/releasenotes/notes/redundant-maintenance-09849674334f656a.yaml
Dmitry Tantsur ad696c9bac Do not enter maintenance if cleaning fails before running the 1st step
We use maintenance mode to signal that hardware needs additional
intervention, because of potential damage or stuck long-running
processes. This is not the case for PXE booting or invalid requested
manual clean steps, so don't set maintenance if no clean step is
running when the failure occurs.

Change-Id: I8a7ce072359660fc6640e5f20ec2d3c452033557
2021-01-08 14:57:07 +01:00

6 lines
162 B
YAML

---
fixes:
- |
Failed cleaning no longer results in maintenance mode if no clean step is
running, e.g. on PXE timeout or failed clean steps validation.