Skip to content

Commit e35dfcf

Browse files
authored
Update README.md
1 parent 23b3695 commit e35dfcf

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

roles/vgpu/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@ This role can configure vGPUs or multi instance GPU (MIG) on NVIDIA cards.
44

55
## Prerequisites
66

7+
### multi instance GPU (MIG)
8+
79
When creating MIG devices with no vGPU instances layered on top, there are no special requirements.
810

9-
When creating VGPUs:
11+
### VGPUs:
1012

1113
- Enable IOMUU
1214
- Make sure the related options are enabled in the BIOS
1315
- Intel CPUs require the intel_iommu kernel command line argument
16+
17+
18+
#### Enabling SR-IOV on dell hardware
19+
20+
```
21+
/opt/dell/srvadmin/bin/idracadm7 set BIOS.IntegratedDevices.SriovGlobalEnable Enabled
22+
/opt/dell/srvadmin/bin/idracadm7 jobqueue create BIOS.Setup.1-1
23+
```
1424

1525
## Drivers
1626

@@ -43,14 +53,6 @@ vgpu_nvidia_driver_install_enabled: false
4353

4454
This will cause the role to assume that the driver is already installed.
4555

46-
47-
## Enabling SR-IOV on dell hardware
48-
49-
```
50-
/opt/dell/srvadmin/bin/idracadm7 set BIOS.IntegratedDevices.SriovGlobalEnable Enabled
51-
/opt/dell/srvadmin/bin/idracadm7 jobqueue create BIOS.Setup.1-1
52-
```
53-
5456
## Running the role
5557

5658
Example playbook:

0 commit comments

Comments
 (0)