ironic/releasenotes/notes/clean-nodes-stuck-in-cleaning-on-startup-443823ea4f937965.yaml
Zhenguo Niu 2921fe685d Clean nodes stuck in CLEANING state when ir-cond restarts
When a conductor managing a node dies abruptly mid cleaing, the
node will get stuck in the CLEANING state.

This also moves _start_service() before creating CLEANING nodes
in tests. Finally, it adds autospec to a few places where the tests
fail in a mysterious way otherwise.

Change-Id: Ia7bce4dff57569707de4fcf3002eac241a5aa85b
Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Partial-Bug: #1651092
2018-02-16 13:09:38 +01:00

6 lines
215 B
YAML

---
fixes:
- When a conductor managing a node dies mid-cleaning the node would get stuck
in the CLEANING state. Now upon conductor startup nodes in the CLEANING state
will be moved to the CLEANFAIL state.