summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-08-28 19:20:05 +0200
committerBalazs Gibizer <gibi@redhat.com>2023-01-05 17:25:27 +0100
commit2cb1eedeafbfe0d99f5a7dcdf9c9ad02e735c6df (patch)
tree0639932011d9ef71b5d3227b55f04387aedfbad8 /releasenotes
parent2cf58d3d1e0a21363b0b8b2fcb7c568b4ee5e428 (diff)
downloadnova-2cb1eedeafbfe0d99f5a7dcdf9c9ad02e735c6df.tar.gz
Allow enabling PCI scheduling in Placement
A new configuration option [filter_scheduler]pci_in_placement is added that allows enabling the scheduler logic for PCI device handling in Placement for flavor based PCI requests. blueprint: pci-device-tracking-in-placement Change-Id: I5ddf6d3cdc7e05cc4914b9b1e762fa02a5c7c550
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-pci-device-tracking-in-placement-antelope-082310a2b0337e0e.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-pci-device-tracking-in-placement-antelope-082310a2b0337e0e.yaml b/releasenotes/notes/bp-pci-device-tracking-in-placement-antelope-082310a2b0337e0e.yaml
new file mode 100644
index 0000000000..7a9e53ed26
--- /dev/null
+++ b/releasenotes/notes/bp-pci-device-tracking-in-placement-antelope-082310a2b0337e0e.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Since 26.0.0 (Zed) Nova supports tracking PCI devices in Placement. Now
+ Nova also supports scheduling flavor based PCI device requests via
+ Placement. This support is disable by default. Please read
+ `documentation <https://docs.openstack.org/nova/latest/admin/pci-passthrough.html#pci-tracking-in-placement>`_
+ for more details on what is supported how this feature can be enabled.