Skip to content

Commit

Permalink
Add instruction to set rdma ns mode via modparam (#40)
Browse files Browse the repository at this point in the history
Add instruction to set rdma ns mode via modparam 

Signed-off-by: Adrian Chiris <[email protected]>
  • Loading branch information
adrianchiris authored Dec 15, 2020
1 parent 35878a6 commit 2117b6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,14 @@ For a Kubernetes deployment, each SR-IOV capable worker node should have:
# Deployment

## System configuration
Set RDMA subsystem namespace awareness mode to `exclusive`
It is recommended to set RDMA subsystem namespace awareness mode to `exclusive` on OS boot.

Set RDMA subsystem namespace awareness mode to `exclusive` via `ib_core` module parameter:
```console
~$ echo "options ib_core netns_mode=0" >> /etc/modporbe.d/ib_core.conf
```

Set RDMA subsystem namespace awareness mode to `exclusive` via rdma tool:
```console
~$ rdma system set netns exclusive
```
Expand Down

0 comments on commit 2117b6b

Please sign in to comment.