Skip to content

Commit c29d1ac

Browse files
committed
Add missing whitespace to add_drivers argument
The following warning was displayed during kernel update on a Rocky Linux 9 hypervisor configured with PCI passthrough: dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces! dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file.
1 parent 4e40486 commit c29d1ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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"
29+
add_drivers+=" vfio vfio_iommu_type1 vfio_pci "
3030
owner: root
3131
group: root
3232
mode: 0660

0 commit comments

Comments
 (0)