summaryrefslogtreecommitdiff
path: root/releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/vdpa-move-ops-a7b3799807807a92.yaml')
-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.