Commit 6339eb1
committed
Remove misclassified modules from KnownThirdPartyRDMAModules
Mirror of the doca-driver-build fix. These modules were incorrectly
classified as third-party RDMA modules in the init container's
dependency checker:
- iw_cm: Core RDMA infrastructure module managed by MOFED
- ib_srp, ib_iser, ib_isert: Storage protocol modules handled by
UNLOAD_STORAGE_MODULES
- nvme_rdma, nvmet_rdma, rpcrdma, xprtrdma: Storage-over-RDMA
modules already in the driver container's StorageModules list
With these in the list, the init container would either silently
skip them (when UNLOAD_THIRD_PARTY_RDMA_MODULES=true) instead of
letting UNLOAD_STORAGE_MODULES handle them properly, or
misclassify them in error output (when false).
Signed-off-by: Alexander Maslennikov <amaslennikov@nvidia.com>1 parent 9542ce2 commit 6339eb1
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | | - | |
43 | | - | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments