summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean Mooney <work@seanmooney.info>2022-03-07 20:37:57 +0000
committerSean Mooney <work@seanmooney.info>2022-08-16 14:04:19 +0100
commit95f96ed3aa201bc5b90e589b288fa4039bc9c0d2 (patch)
treed367eb9c36b6e378b83c5e63b7458ae3670c3688 /releasenotes
parent627af67f5e631e8e1b23aa1527517a6cd6abd462 (diff)
downloadnova-95f96ed3aa201bc5b90e589b288fa4039bc9c0d2.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml b/releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml
new file mode 100644
index 0000000000..2580f73d35
--- /dev/null
+++ b/releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml
@@ -0,0 +1,11 @@
+---
+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.