You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/doca-drivers.rst
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,19 +37,32 @@ The following are special environment variables supported by the NVIDIA DOCA-OFE
37
37
|* ib_srpt
38
38
* - ENABLE_NFSRDMA
39
39
- "false"
40
-
- Enable loading of NFS & NVME related storage modules from a NVIDIA DOCA-OFED Driver container
40
+
- Enable loading of NFS related storage modules from a NVIDIA DOCA-OFED Driver container
41
41
* - RESTORE_DRIVER_ON_POD_TERMINATION
42
42
- "false"
43
43
- Restore host drivers when a container
44
44
45
45
In addition, it is possible to specify any environment variables to be exposed to the NVIDIA DOCA-OFED Driver container, such as the standard "HTTP_PROXY", "HTTPS_PROXY", "NO_PROXY".
46
46
47
+
----------------------------------------
48
+
CREATE_IFNAMES_UDEV Environment Variable
49
+
----------------------------------------
50
+
47
51
.. warning::
48
52
CREATE_IFNAMES_UDEV is set automatically by the Network Operator, depending on the Operating System of the worker nodes in the cluster (the cluster is assumed to be homogenous).
49
53
50
-
.. warning::
51
-
When ENABLE_NFSRDMA is set to `true`, it is not possible to load NVME related storage modules from NVIDIA DOCA-OFED Driver container when they are in use by the system
52
-
(e.g the system has NVMe SSD drives in use). User should ensure the modules are not in use and blacklist them prior to the use of NVIDIA DOCA-OFED Driver container.
54
+
-----------------------------------
55
+
ENABLE_NFSRDMA Environment Variable
56
+
-----------------------------------
57
+
58
+
In context of GPU Direct Storage (GDS) feature, only GDS with NFS over RDMA is supported.
59
+
In this case, NVME over RDMA cannot be used. It is not possible to load inbox modules since they depend on `ib_core` which does not match (symbol error). Only NVME with local drive is supported.
60
+
61
+
62
+
63
+
---------------------------
64
+
Example of NicClusterPolicy
65
+
---------------------------
53
66
54
67
These variables can be set in the NicClusterPolicy. For example:
0 commit comments