summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1986838-pci-double-booking-1da71ea4399db65a.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bug-1986838-pci-double-booking-1da71ea4399db65a.yaml')
-rw-r--r--releasenotes/notes/bug-1986838-pci-double-booking-1da71ea4399db65a.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1986838-pci-double-booking-1da71ea4399db65a.yaml b/releasenotes/notes/bug-1986838-pci-double-booking-1da71ea4399db65a.yaml
new file mode 100644
index 0000000000..7200290780
--- /dev/null
+++ b/releasenotes/notes/bug-1986838-pci-double-booking-1da71ea4399db65a.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ `Bug #1986838 <https://bugs.launchpad.net/nova/+bug/1986838>`_: Nova now
+ correctly schedules an instance that requests multiple PCI devices via
+ multiple PCI aliases in the flavor extra_spec when multiple similar devices
+ are requested but the compute host has only one such device matching with
+ each request individually.