nova/releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml
Sean Mooney 95f96ed3aa enable blocked VDPA move operations
This change adds functional test for operations on servers with VDPA
devices that are expected to work but currently blocked due to lack
of testing or qemu bugs.

cold-migrate, resize, evacuate,and shelve are enabled
and tested by this patch

Closes-Bug: #1970467
Change-Id: I6e220cf3231670d156632e075fcf7701df744773
2022-08-16 14:04:19 +01:00

12 lines
577 B
YAML

---
fixes:
- |
When vDPA was first introduced move operations were implemented in the code
but untested either in a real environment or in functional tests. Due to
this gap nova elected to block move operations for instance with vDPA
devices. All move operations except for live migration have now been tested
and found to indeed work so the API blocks have now been removed and
functional tests introduced. Other operations such as suspend and
live migration require code changes to support and will be enabled as new
features in the future.