nova/releasenotes/notes/ignore-instance-task-state-for-evacuation-e000f141d0153638.yaml
Amit Uniyal db919aa15f For evacuation, ignore if task_state is not None
ignore instance task state and continue with vm evacutaion

Closes-Bug: #1978983
Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
2022-08-03 04:52:10 +00:00

11 lines
433 B
YAML

---
fixes:
- |
If compute service is down in source node and user try to stop
instance, instance gets stuck at powering-off, hence evacuation fails with
msg: Cannot 'evacuate' instance <instance-id> while it is in
task_state powering-off.
It is now possible for evacuation to ignore the vm task state.
For more details see: `bug 1978983`_
.. _`bug 1978983`: https://bugs.launchpad.net/nova/+bug/1978983