2921fe685d
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
6 lines
215 B
YAML
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.
|