Skip to content

Commit 4e40486

Browse files
committed
Remove vfio_virqfd module
The vfio_virqfd module was merged into the vfio module. This should resolve the following issue: dracut-install: Failed to find module 'vfio_virqfd'
1 parent ca1b970 commit 4e40486

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

etc/kayobe/ansible/maintenance/pci-passthrough.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ansible.builtin.blockinfile:
2727
path: /etc/dracut.conf.d/gpu-vfio.conf
2828
block: |
29-
add_drivers+="vfio vfio_iommu_type1 vfio_pci vfio_virqfd"
29+
add_drivers+="vfio vfio_iommu_type1 vfio_pci"
3030
owner: root
3131
group: root
3232
mode: 0660
@@ -43,7 +43,6 @@
4343
vfio
4444
vfio_iommu_type1
4545
vfio_pci
46-
vfio_virqfd
4746
owner: root
4847
group: root
4948
mode: 0664

0 commit comments

Comments
 (0)