We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1b970 commit 4e40486Copy full SHA for 4e40486
1 file changed
etc/kayobe/ansible/maintenance/pci-passthrough.yml
@@ -26,7 +26,7 @@
26
ansible.builtin.blockinfile:
27
path: /etc/dracut.conf.d/gpu-vfio.conf
28
block: |
29
- add_drivers+="vfio vfio_iommu_type1 vfio_pci vfio_virqfd"
+ add_drivers+="vfio vfio_iommu_type1 vfio_pci"
30
owner: root
31
group: root
32
mode: 0660
@@ -43,7 +43,6 @@
43
vfio
44
vfio_iommu_type1
45
vfio_pci
46
- vfio_virqfd
47
48
49
mode: 0664
0 commit comments