ironic/releasenotes/notes/node-stuck-when-conductor-down-3aa41a3abed9daf5.yaml
Dao Cong Tien d70db292ae Node gets stuck in ING state when conductor goes down
If a node is in ING state such as INSPECTING, RESCUING, and
the conductor goes down, when the conductor backs, the node
gets stuck with that ING state.

The cases for (DEPLOYING, CLEANING) are already processed
as expected, but (INSPECTING, RESCUING, UNRESCUING, VERIFYING,
ADOPTING). DELETING cannot be transitioned to 'fail' state.

Change-Id: Ie6886ea78fac8bae81675dabf467939deb1c4460
Story: #2003147
Task: #23282
2018-08-03 15:07:34 +00:00

8 lines
329 B
YAML

---
fixes:
- If a node gets stuck in one of the states ``deploying``, ``cleaning``,
``verifying``, ``inspecting``, ``adopting``, ``rescuing``, ``unrescuing``
for some reason (eg. conductor goes down when executing a task), it will
be moved to an appropriate failure state in the next time the conductor
starts.