NVIDIA / nvidia-installer

NVIDIA driver installer
GNU General Public License v2.0
131 stars 27 forks source link

nvidia-installer removes vfio #24

Closed zbsarashki closed 3 months ago

zbsarashki commented 2 years ago

While testing gpu-operator on a cloud platform, we noticed that vfio and vfio_iommu_type1, vfio_mdev, and mdev were removed in a call to: test_kernel_modules from install_kernel_modules. This test can cause problems on a system operation when vfio is used by another application. Is there an option to disable this test?

aaronp24 commented 3 months ago

You can skip the test-load of the newly-built kernel modules with the --skip-module-load option. Note though that it's possible for Kbuild to succeed but create a kernel module that can't be loaded, and skipping this step will allow such a module to be installed.