Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Lustre 2.15.0
-
None
-
3
-
9223372036854775807
Description
Got following error when try to add UDSP rule with both --src and --rte, but we do support add --dst and --rte at the same time
[root@trevis-88vm4 lutf]# lnetctl udsp show
[root@trevis-88vm4 lutf]# lnetctl udsp add --src 10.240.43.83@tcp --rte 10.240.43.80@tcp
add:
- udsp:
errno: -1
descr: "The combination of src, dst and rte is not supported"
[root@trevis-88vm4 lutf]# lnetctl udsp add --dst 10.240.43.81@tcp1 --rte 10.240.43.80@tcp^C
[root@trevis-88vm4 lutf]# lnetctl udsp show
udsp:
- idx: 0
src: NA
dst: 10.240.43.81@tcp1
rte: 10.240.43.80@tcp
Attachments
Issue Links
- mentioned in
-
Page Loading...