Skip to content

Commit 9b915ae

Browse files
dandrushkoDmytro Andrushko
andauthored
M #-: Minor fixes to the documentation (#490)
Co-authored-by: Dmytro Andrushko <[email protected]>
1 parent 828bcf2 commit 9b915ae

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

content/getting_started/try_opennebula/opennebula_sandbox_deployment/deploy_opennebula_onprem_with_poc_iso.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -446,33 +446,27 @@ To prepare the OpenNebula host complete the following steps:
446446
```
447447
If IOMMU wasn’t enabled on the host, follow the process specified in the official documentation to enable IOMMU - https://docs.opennebula.io/7.0/product/cluster_configuration/hosts_and_clusters/nvidia_gpu_passthrough/.
448448
At the next step GPU has to be bound to the vfio driver. For this, perform the following steps:
449-
1. Install `driverctl` utility:
450-
451-
```default
452-
# dnf install driverctl
453-
```
454-
455-
2. Ensure `vfio-pci` module is loaded on boot:
449+
1. Ensure `vfio-pci` module is loaded on boot:
456450

457451
```default
458452
# echo "vfio-pci" | sudo tee /etc/modules-load.d/vfio-pci.conf
459453
# modprobe vfio-pci
460454
```
461455
462-
3. Identify the GPU's PCI address:
456+
2. Identify the GPU's PCI address:
463457
464458
```default
465459
# lspci -D | grep -i nvidia
466460
0000:e1:00.0 3D controller: NVIDIA Corporation GH100 [H100 PCIe] (rev a1)
467461
```
468462
469-
4. Set the driver override. Use the PCI address from the previous step to set an override for the device to use the `vfio-pci` driver.
463+
3. Set the driver override. Use a driverctl utility and the PCI address of the GPU device from the previous step to override driver.
470464
471465
```default
472466
# driverctl set-override 0000:e1:00.0 vfio-pci
473467
```
474468
475-
5. Verify the driver binding:
469+
4. Verify the driver binding:
476470
Check that the GPU is now using the `vfio-pci` driver.
477471
478472
```default

0 commit comments

Comments
 (0)