Merge "Fix for enable VFIO module on boot for SR-IOV deployments"
This commit is contained in:
commit
3cdc1a4a0a
@ -31,12 +31,12 @@
|
|||||||
- _KERNEL_ARGS_|default("") not in cmdline.stdout_lines[0]
|
- _KERNEL_ARGS_|default("") not in cmdline.stdout_lines[0]
|
||||||
|
|
||||||
# Kernel modules loading
|
# Kernel modules loading
|
||||||
- name: Load VFIO kernel module on boot
|
- name: Load type1 IOMMU driver for VFIO on boot
|
||||||
import_role:
|
import_role:
|
||||||
name: tripleo-module-load
|
name: tripleo-module-load
|
||||||
vars:
|
vars:
|
||||||
modules:
|
modules:
|
||||||
- name: vfio
|
- name: vfio_iommu_type1
|
||||||
when: _KERNEL_ARGS_ is search("iommu")
|
when: _KERNEL_ARGS_ is search("iommu")
|
||||||
|
|
||||||
# Tune-d Configuration
|
# Tune-d Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user