1 --- 2 fixes: 3 - | 4 Fixes `bug 1892361`_ in which the pci stat pools are not updated when an 5 existing device is enabled with SRIOV capability. Restart of nova-compute 6 service updates the pci device type from type-PCI to type-PF but the pools 7 still maintain the device type as type-PCI. And so the PF is considered for 8 allocation to instance that requests vnic_type=direct. With this fix, the 9 pci device type updates are detected and the pci stat pools are updated 10 properly. 11 12 .. _bug 1892361: https://bugs.launchpad.net/nova/+bug/1892361