nova/releasenotes/notes/share-pci-between-numa-nodes-0bd206eeca4ebcde.yaml
Stephen Finucane 5622a9082a Fix typo in release note
The option is '[pci]alias' and there can be many of them.

bp share-pci-between-numa-nodes

Change-Id: I4875b54da5429971b73aef5ca4002c04c5a47a54
2018-01-10 10:07:17 +00:00

18 lines
650 B
YAML

---
features:
- |
Added support for PCI device NUMA affinity policies. These allow you to
configure how strict your NUMA affinity should be on a per-device basis or,
more specifically, per device alias. These are configured as part of the
``[pci]alias`` configuration option(s).
There are three policies supported:
- ``required`` (must-have)
- ``legacy`` (must-have-if-available) (default)
- ``preferred`` (nice-to-have)
In all cases, strict NUMA affinity is provided if possible. The key
difference between the policies is how much NUMA affinity one is willing to
forsake before failing to schedule.