tripleo-heat-templates/releasenotes/notes/enable-vfio-for-sriov-62b7bd67df250840.yaml
Piotr Kopec 3878bd3e47 Enable VFIO module on boot for SR-IOV deployments
On SR-IOV capable deployments when rebooting a compute node,
vfio_iommu_type1 will not be loaded which will cause guest
instances with VF/PF fail to start/spawn.

Manually loading the kernel module will allow to spawn guest
instances successfully.

Change-Id: I3ffd1c11a1851e62992a6a63e8abb130db82856f
Closes-Bug: 1838159
2019-07-30 00:21:14 +02:00

9 lines
269 B
YAML

---
fixes:
- |
Enable VFIO module on boot for SR-IOV deployments.
Before this change on SR-IOV capable deployments
when rebooting a compute node, vfio_iommu_type1 will
not be loaded which will cause guest instances with VF/PF
fail to start/spawn.