Commit 687da6c
Merge #1789
1789: fix(nvmf/uri): use nvmf:// scheme for tcp r=dsharma-dc a=dsharma-dc
- Fixes issue where a nexus on old version gets an AddChild request for a child with new nvmf+tcp:// uri. It resulted in Unsupported uri scheme error.
- Replicas always use nvmf:// uri scheme now.
- Nexus use nvmf:// scheme when shared over tcp, and uses nvmf+rdma+tcp:// scheme when shared over rdma and tcp both.
Co-authored-by: Diwakar Sharma <[email protected]>File tree
3 files changed
+5
-5
lines changed- io-engine
- src/subsys/nvmf
- tests
- test/grpc
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments