summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAmit Uniyal <auniyal@redhat.com>2022-07-06 18:20:02 +0000
committerAmit Uniyal <auniyal@redhat.com>2022-08-03 04:52:10 +0000
commitdb919aa15f24c0d74f3c5c0e8341fad3f2392e57 (patch)
treed1d0e5871f927a1c249ba62f37b04b5f6d0f20aa /releasenotes
parent5904c7f993ac737d68456fc05adf0aaa7a6f3018 (diff)
downloadnova-db919aa15f24c0d74f3c5c0e8341fad3f2392e57.tar.gz
For evacuation, ignore if task_state is not None
ignore instance task state and continue with vm evacutaion Closes-Bug: #1978983 Change-Id: I5540df6c7497956219c06cff6f15b51c2c8bc29d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ignore-instance-task-state-for-evacuation-e000f141d0153638.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/ignore-instance-task-state-for-evacuation-e000f141d0153638.yaml b/releasenotes/notes/ignore-instance-task-state-for-evacuation-e000f141d0153638.yaml
new file mode 100644
index 0000000000..46ebf0bd2d
--- /dev/null
+++ b/releasenotes/notes/ignore-instance-task-state-for-evacuation-e000f141d0153638.yaml
@@ -0,0 +1,11 @@
+---
+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 \ No newline at end of file