Skip to content

Commit

Permalink
M #-: Add udev rule for PCI passthrough permission
Browse files Browse the repository at this point in the history
  • Loading branch information
brodriguez-opennebula committed Sep 12, 2023
1 parent 1012ff0 commit 9f6ae3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/open_cluster_deployment/kvm_node/pci_passthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ In our example our cards have the groups 45, 46, 58 and 59 so we add this config
.. _pci_config:

.. note::

There may be permissions problems if ``/dev/vfio`` devices are not owned by ``oneadmin:kvm``. In this cases, a udev rule like
``SUBSYSTEM=="vfio", GROUP="kvm", OWNER="oneadmin"`` will set up the needed owner:group for them to work


Driver Configuration
--------------------

Expand Down

0 comments on commit 9f6ae3d

Please sign in to comment.