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

lnetctl ping giving unexpected output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Major
    • None
    • Lustre 2.11.0
    • None
    • 3
    • 9223372036854775807

    Description

      Node A

      [root@trevis-402 ~]# lnetctl net show
      net:
          - net type: lo
            local NI(s):
              - nid: 0@lo
                status: up
          - net type: tcp
            local NI(s):
              - nid: 10.9.10.2@tcp
                status: up
                interfaces:
                    0: eth0
      
      [root@trevis-402 ~]# lnetctl peer show
      peer:
          - primary nid: 10.9.11.3@tcp
            Multi-Rail: True
            peer ni:
              - nid: 10.9.11.3@tcp
                state: NA
              - nid: 10.9.10.3@tcp
                state: NA
          - primary nid: 10.9.10.2@tcp
            Multi-Rail: True
            peer ni:
              - nid: 10.9.10.2@tcp
                state: NA

       

      Node B

      [root@trevis-403 ~]# lnetctl net show
      net:
          - net type: lo
            local NI(s):
              - nid: 0@lo
                status: up
          - net type: tcp
            local NI(s):
              - nid: 10.9.10.3@tcp
                status: up
                interfaces:
                    0: eth0
              - nid: 10.9.11.3@tcp
                status: up
                interfaces:
                    0: eth1
      

       

      Now delete the 'eth1' interface on Node B, so configuration looks like this -

      [root@trevis-403 ~]# lnetctl net show
      net:
          - net type: lo
            local NI(s):
              - nid: 0@lo
                status: up
          - net type: tcp
            local NI(s):
              - nid: 10.9.10.3@tcp
                status: up
                interfaces:
                    0: eth0
      

       

      After this step, if we try to ping from Node A to Node B,

      [root@trevis-402 ~]# lnetctl ping 10.9.11.3@tcp
      manage:
          - ping:
                errno: -1
                descr: failed to ping 10.9.11.3@tcp: Input/output error
                       
      [root@trevis-402 ~]# lnetctl ping 10.9.11.3@tcp
      ping:
          - primary nid: 10.9.11.3@tcp
            Multi-Rail: True
            peer ni:
              - nid: 10.9.10.3@tcp
      [root@trevis-402 ~]# lnetctl ping 10.9.11.3@tcp
      manage:
          - ping:
                errno: -1
                descr: failed to ping 10.9.11.3@tcp: Input/output error
                       
      [root@trevis-402 ~]# lnetctl ping 10.9.11.3@tcp
      ping:
          - primary nid: 10.9.11.3@tcp
            Multi-Rail: True
            peer ni:
              - nid: 10.9.10.3@tcp
      

      Attachments

        Activity

          People

            ashehata Amir Shehata (Inactive)
            sharmaso Sonia Sharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: