File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,23 @@ This role can configure vGPUs or multi instance GPU (MIG) on NVIDIA cards.
4
4
5
5
## Prerequisites
6
6
7
+ ### multi instance GPU (MIG)
8
+
7
9
When creating MIG devices with no vGPU instances layered on top, there are no special requirements.
8
10
9
- When creating VGPUs:
11
+ ### VGPUs:
10
12
11
13
- Enable IOMUU
12
14
- Make sure the related options are enabled in the BIOS
13
15
- 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
+ ```
14
24
15
25
## Drivers
16
26
@@ -43,14 +53,6 @@ vgpu_nvidia_driver_install_enabled: false
43
53
44
54
This will cause the role to assume that the driver is already installed.
45
55
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
-
54
56
## Running the role
55
57
56
58
Example playbook:
You can’t perform that action at this time.
0 commit comments