Current Series Release Notes¶
31.0.0.0rc1-8¶
Bug Fixes¶
Fixed the issue bug 2098496 where nova assigned more PCI hostdevs to a VM than the flavor requested via the pci_passthrough:alias extra_spec. This only affected systems where both
[filter_scheduler]pci_in_placement
and[pci]report_in_placement
were set to True. This only affected systems where the PCI alias requested type-VF devices and a single PF device on the compute node supported more than one VFs and[pci]device_spec
configuration allowed nova to use multiple VFs from a single PF.
The nova (metadata)api wsgi application will now detect fatal errors (configuration, et al) on startup and lock into a permanent error state until fixed and restarted. This solves a problem with some wsgi runtimes ignoring initialization errors and continuing to send requests to the half-initialized service. See https://bugs.launchpad.net/nova/+bug/2103811 for more details.