Skip to content

Commit bd6b736

Browse files
authored
Revise GPU configuration sections in deployment guide
Updated GPU configuration sections for clarity and added links to official documentation.
1 parent 777ac53 commit bd6b736

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/getting_started/try_opennebula/opennebula_sandbox_deployment/deploy_opennebula_onprem_with_poc_iso.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,14 +431,14 @@ On a workstation with access to the frontend, a local route to the virtual net c
431431

432432
After the route exists, the workstation should be able to reach the virtual machines running on the frontend without further configuration.
433433

434-
## GPU and host configuration
434+
## GPU Configuration - Host
435435

436-
Once basic cloud validation is completed, GPU should be configured in pass-through mode. For detailed process check official documentation - https://docs.opennebula.io/7.0/product/cluster_configuration/hosts_and_clusters/nvidia_gpu_passthrough/
436+
If the OpenNebula evaluation involves GPU management, GPU should be configured in pass-through mode. For the detailed process check [our official documentation](https://docs.opennebula.io/7.0/product/cluster_configuration/hosts_and_clusters/nvidia_gpu_passthrough/)
437437
Overall, a GPU configuration in OpenNebula consists from 2 main stages:
438438
- Host preparation and driver configuration
439439
- OpenNebula settings for PCI pass-through devices
440440

441-
To prepare OpenNebula host, complete the following steps:
441+
To prepare the OpenNebula host complete the following steps:
442442
- Check that IOMMU was enabled on the host using the following command:
443443
```default
444444
# dmesg | grep -i iommu
@@ -512,7 +512,7 @@ For OpenNebula to manage the GPU, the VFIO device files in `/dev/vfio/` must be
512512
# ls -la /dev/vfio/
513513
crw-rw-rw- 1 root kvm 509, 0 Oct 16 10:00 85
514514
515-
## OpenNebula Configuration
515+
## GPU Configuration - OpenNebula
516516
517517
### Monitoring PCI Devices
518518

0 commit comments

Comments
 (0)