Skip to content

Commit

Permalink
Close #1
Browse files Browse the repository at this point in the history
 - Since memlock unlimited is set by ansible-system-limits, the copy rdma.conf is disabled by default.
  • Loading branch information
Luís Alves committed Feb 12, 2016
1 parent 360ac6e commit 5d82161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ rdma_service_state: "started"
rdma_service_enabled: "yes"
rdma_opensm_state: "started"
rdma_opensm_enabled: "yes"

rdma_limits: False
1 change: 1 addition & 0 deletions tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

- name: add infiniband rdma.conf file
template: src=rdma.conf dest=/etc/security/limits.d/rdma.conf backup=yes owner=root mode=0644
when: rdma_limits

## Configure Mellanox Ports for Ethernet

Expand Down

0 comments on commit 5d82161

Please sign in to comment.