File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 93
93
state : present
94
94
when : rdma_type == 'mlnx_ofed' or rdma_type == 'mlnx_ofed_upstream_libs'
95
95
96
+ - name : Do not load ib_srp (scsi over RDMA) module
97
+ lineinfile :
98
+ path : /etc/rdma/rdma.conf
99
+ regexp : ' ^SRP_LOAD='
100
+ line : ' SRP_LOAD=no'
101
+ state : present
102
+
103
+ - name : Do not load ib_srpt (scsi over RDMA target) module
104
+ lineinfile :
105
+ path : /etc/rdma/rdma.conf
106
+ regexp : ' ^SRPT_LOAD='
107
+ line : ' SRPT_LOAD=no'
108
+ state : present
109
+
110
+ - name : Do not load ib_iser (iscsi over RDMA) module
111
+ lineinfile :
112
+ path : /etc/rdma/rdma.conf
113
+ regexp : ' ^ISER_LOAD='
114
+ line : ' ISER_LOAD=no'
115
+ state : present
116
+
117
+ - name : Do not load ib_isert (iscsi over RDMA target) module
118
+ lineinfile :
119
+ path : /etc/rdma/rdma.conf
120
+ regexp : ' ^ISERT_LOAD='
121
+ line : ' ISERT_LOAD=no'
122
+ state : present
123
+
96
124
# #
97
125
98
126
- name : Manage the rdma service
You can’t perform that action at this time.
0 commit comments