summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-06 23:49:17 +0000
committerGerrit Code Review <review@openstack.org>2022-10-06 23:49:17 +0000
commitdf8e0335fa978b952b580f37c301c0867f797508 (patch)
treef30dbe2fed8ac87fc46bdcfc83c3da373962e24b /releasenotes
parentbbebdc3928272e5bf234e38c4c0726a9e1d476e1 (diff)
parent9fea934c71d3c2fa7fdd80c67d94e18466c5cf9a (diff)
downloadnova-df8e0335fa978b952b580f37c301c0867f797508.tar.gz
Merge "Handle "no RAM info was set" migration case"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1982284-libvirt-handle-no-ram-info-was-set-99784934ed80fd72.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1982284-libvirt-handle-no-ram-info-was-set-99784934ed80fd72.yaml b/releasenotes/notes/bug-1982284-libvirt-handle-no-ram-info-was-set-99784934ed80fd72.yaml
new file mode 100644
index 0000000000..943aa99a43
--- /dev/null
+++ b/releasenotes/notes/bug-1982284-libvirt-handle-no-ram-info-was-set-99784934ed80fd72.yaml
@@ -0,0 +1,11 @@
+---
+other:
+ - |
+ A workaround has been added to the libvirt driver to catch and pass
+ migrations that were previously failing with the error:
+
+ ``libvirt.libvirtError: internal error: migration was active, but no RAM info was set``
+
+ See `bug 1982284`_ for more details.
+
+ .. _bug 1982284: https://bugs.launchpad.net/nova/+bug/1982284