Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Lustre 2.15.0
-
None
-
3
-
9223372036854775807
Description
Non existing source and destination nids can be successfully added
[root@trevis-89vm3 tests]# lnetctl net show
net:
- net type: lo
local NI(s):
- nid: 0@lo
status: up
- net type: tcp
local NI(s):
- nid: 10.240.43.102@tcp
status: up
interfaces:
0: eth0
- nid: 10.240.43.109@tcp
status: up
interfaces:
0: eth0:0
- nid: 10.240.43.110@tcp
status: up
interfaces:
0: eth0:1
- nid: 10.240.43.117@tcp
status: up
interfaces:
0: eth0:1:0
[root@trevis-89vm3 tests]# lnetctl udsp add --src 10.222.22.2@tcp1
[root@trevis-89vm3 tests]# lnetctl udsp show
udsp:
- idx: 0
src: 10.222.22.2@tcp1
dst: NA
rte: NA
action:
priority: 0
[root@trevis-89vm3 tests]# lnetctl udsp add --dst 10.222.22.2@tcp1
[root@trevis-89vm3 tests]# lnetctl udsp show
udsp:
- idx: 0
src: 10.222.22.2@tcp1
dst: NA
rte: NA
action:
priority: 0
- idx: 1
src: NA
dst: 10.222.22.2@tcp1
rte: NA
action:
priority: 0
[root@trevis-89vm3 tests]# echo $?
0