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

lnet doesn't work with no IPV6 support in the kernel

Details

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

    Description

      the problem seem to be introduced with LU-10391

      Attachments

        Issue Links

          Activity

            [LU-14477] lnet doesn't work with no IPV6 support in the kernel
            pjones Peter Jones added a comment -

            Landed for 2.15

            pjones Peter Jones added a comment - Landed for 2.15

            Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/41791/
            Subject: LU-14477 lnet: handle possiblity of IPv6 being unavailable.
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 30de2a33feae81d64cfdc7ddb76951e1fc1be916

            gerrit Gerrit Updater added a comment - Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/41791/ Subject: LU-14477 lnet: handle possiblity of IPv6 being unavailable. Project: fs/lustre-release Branch: master Current Patch Set: Commit: 30de2a33feae81d64cfdc7ddb76951e1fc1be916
            neilb Neil Brown added a comment -

            When creating a socket to listen for new connections, the new code always creates and IPv6 socket, and requests that IPv4 connections be handled on that socket.

            Unfortuantely, this doesn't work if IPv6 support isn't available -  -EAFNOSUPPORT is returned when creating the socket.  So I'll have to detect that and try.

             

            Please test https://review.whamcloud.com/41791 and report if that fixes the problem.

             

            neilb Neil Brown added a comment - When creating a socket to listen for new connections, the new code always creates and IPv6 socket, and requests that IPv4 connections be handled on that socket. Unfortuantely, this doesn't work if IPv6 support isn't available -  -EAFNOSUPPORT is returned when creating the socket.  So I'll have to detect that and try.   Please test https://review.whamcloud.com/41791 and report if that fixes the problem.  

            Neil Brown (neilb@suse.de) uploaded a new patch: https://review.whamcloud.com/41791
            Subject: LU-14477 lnet: handle possiblity of IPv6 being unavailable.
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 952e8a1c115cd1e55a3fcae05b96a24704e47899

            gerrit Gerrit Updater added a comment - Neil Brown (neilb@suse.de) uploaded a new patch: https://review.whamcloud.com/41791 Subject: LU-14477 lnet: handle possiblity of IPv6 being unavailable. Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 952e8a1c115cd1e55a3fcae05b96a24704e47899

            neilb can you please comment?

            bzzz Alex Zhuravlev added a comment - neilb can you please comment?

            People

              neilb Neil Brown
              bzzz Alex Zhuravlev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: