Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-15778

UDSP inaccurate error msg when adding rule with combined src and rte

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • Lustre 2.15.0
    • None
    • 3
    • 9223372036854775807

      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
      

            wc-triage WC Triage
            sarah Sarah Liu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: