nova/releasenotes/notes/bug-1948705-ff80ae392c525475.yaml
Gustavo Santos 16f7c601b6 Reattach mdevs to guest on resume
When suspending a VM in OpenStack, Nova detaches all the mediated
devices from the guest machine, but does not reattach them on the resume
operation. This patch makes Nova reattach the mdevs that were detached
when the guest was suspended.

This behavior is due to libvirt not supporting the hot-unplug of
mediated devices at the time the feature was being developed. The
limitation has been lifted since then, and now we have to amend the
resume function so it will reattach the mediated devices that were
detached on suspension.

Closes-bug: #1948705

Signed-off-by: Gustavo Santos <gustavofaganello.santos@windriver.com>
Change-Id: I083929f36d9e78bf7713a87cae6d581e0d946867
2021-12-06 12:00:34 -03:00

7 lines
221 B
YAML

---
fixes:
- |
Amended the guest resume operation to support mediated devices, as
libvirt's minimum required version (v6.0.0) supports the hot-plug/unplug of
mediated devices, which was addressed in v4.3.0.