tripleo-heat-templates/releasenotes/notes/maint-cleaning-153aa746d92a5292.yaml
Dmitry Tantsur 036946bc7d Ironic: disallow deployment and cleaning in maintenance mode
This is a common source of confusion for users since ironic essentially
gets stuck in "wait call-back" or "clean wait" state. See e.g.
https://bugzilla.redhat.com/show_bug.cgi?id=1712561

Depends-On: https://review.opendev.org/#/c/683970/
Change-Id: I3b3f6037970e741f93549878e4e36d36297be9c3
2019-09-23 16:15:14 +02:00

12 lines
455 B
YAML

---
upgrade:
- |
The bare metal service (ironic) no longer allows nodes in maintenance
to enter deployment or cleaning. If a node enters maintenance during
deployment or cleaning, the process will be immediately aborted.
fixes:
- |
Deployment or cleaning of bare metal nodes no longer gets stuck if a node
is in maintenance mode. The process is aborted instead and has to be
restarted after moving the node out of maintenance.