summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1892361-pci-deivce-type-update-c407a66fd37f6405.yaml
blob: ba35c25b02de2ad8fd24781a1a0c1976aa1311b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    Fixes `bug 1892361`_ in which the pci stat pools are not updated when an
    existing device is enabled with SRIOV capability. Restart of nova-compute
    service updates the pci device type from type-PCI to type-PF but the pools
    still maintain the device type as type-PCI. And so the PF is considered for
    allocation to instance that requests vnic_type=direct. With this fix, the
    pci device type updates are detected and the pci stat pools are updated
    properly.

    .. _bug 1892361: https://bugs.launchpad.net/nova/+bug/1892361