summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-04 14:02:38 +0000
committerGerrit Code Review <review@openstack.org>2022-08-04 14:02:38 +0000
commit7f5279edc9531c34879f9b1a94e5e8f42a3dcf44 (patch)
tree455a7357569835448f0f5988f52ff3cf808ba47d /releasenotes
parent3b4378c1890337a096b26f1a5335620d475cb778 (diff)
parentdb919aa15f24c0d74f3c5c0e8341fad3f2392e57 (diff)
downloadnova-7f5279edc9531c34879f9b1a94e5e8f42a3dcf44.tar.gz
Merge "For evacuation, ignore if task_state is not None"
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