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

Do not crash if lnet_sock_getaddr returns error

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.15.0
    • None
    • 3
    • 9223372036854775807

    Description

      Some issues with a network lead to panic in the ksocknal_accept

      rc = lnet_sock_getaddr(sock, true, &peer_ip, &peer_port);
      LASSERT(rc == 0); /* we succeeded before */
      

      Let's pass this error to the caller.

      Attachments

        Activity

          People

            artem_blagodarenko Artem Blagodarenko (Inactive)
            artem_blagodarenko Artem Blagodarenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: