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

Lustre 2.8.0 + Centos 6.7 + MLNX_OFED-3.3-1.0.4.0

Details

    • Bug
    • Resolution: Won't Fix
    • Critical
    • None
    • Lustre 2.8.0
    • None
    • CentOS
      Lustre 2.8.0
      MLNX_OFED_LINUX-3.3-1.0.4.0 (OFED-3.3-1.0.4):

    Description

      Hi Team,

      Need your help in fixing the below mention issue
      Lustre 2.8.0 client source build fail

      gen2 header not support

      Sharing brief information ....

      rpm -qa | grep -i kernel
      kernel-headers-2.6.32-573.el6.x86_64
      kernel-firmware-2.6.32-573.el6.noarch
      kernel-devel-2.6.32-573.el6.x86_64
      dracut-kernel-004-388.el6.noarch
      kernel-2.6.32-573.el6.x86_64
      kmod-mlnx-ofa_kernel-3.3-OFED.3.3.1.0.4.1.gcd30181.rhel6u7.x86_64
      mlnx-ofa_kernel-devel-3.3-OFED.3.3.1.0.4.1.gcd30181.rhel6u7.x86_64
      libreport-plugin-kerneloops-2.0.9-24.el6.centos.x86_64
      kmod-kernel-mft-mlnx-4.4.0-1.rhel6u7.x86_64
      abrt-addon-kerneloops-2.0.8-34.el6.centos.x86_64
      mlnx-ofa_kernel-3.3-OFED.3.3.1.0.4.1.gcd30181.rhel6u7.x86_64

      git checkout 2.8.0
      sh autogen.sh
      ./configure --disable-server --with-o2ib=/usr/src/ofa_kernel-3.3
      ./configure --disable-server --with-o2ib=/usr/src/ofa_kernel-3.3
      .....
      .....
      .....
      checking whether to use Compat RDMA... yes
      checking whether to use any OFED backport headers... no
      checking whether to enable OpenIB gen2 support... no
      configure: error: can't compile with OpenIB gen2 headers under /usr/src/ofa_kernel-3.3

      ./configure --disable-server --with-o2ib=/usr/src/ofa_kernel
      ....
      ....
      ....
      checking whether to use Compat RDMA... no
      configure: error: bad --with-o2ib path

      Thank You
      Atul Yadav

      Attachments

        Issue Links

          Activity

            [LU-8675] Lustre 2.8.0 + Centos 6.7 + MLNX_OFED-3.3-1.0.4.0
            pjones Peter Jones added a comment -

            THis support will appear in future maintenance releases

            pjones Peter Jones added a comment - THis support will appear in future maintenance releases

            All the patches needed for proper MLNX 3.3 support have landed to b2_8_fe branch.

            simmonsja James A Simmons added a comment - All the patches needed for proper MLNX 3.3 support have landed to b2_8_fe branch.
            atulyadavtech Atul Yadav added a comment -

            Hi Team,

            Any update on the solution.

            Thank You
            Atul Yadav

            atulyadavtech Atul Yadav added a comment - Hi Team, Any update on the solution. Thank You Atul Yadav
            atulyadavtech Atul Yadav added a comment -

            Hi Team,

            Thanks for providing the input.
            Can you please provide a patch for MOFED 3.3.X for Lustre 2.8.0. with Centos 6.7

            It will be very help full.

            Thank You
            Atul Yadav

            atulyadavtech Atul Yadav added a comment - Hi Team, Thanks for providing the input. Can you please provide a patch for MOFED 3.3.X for Lustre 2.8.0. with Centos 6.7 It will be very help full. Thank You Atul Yadav
            bogl Bob Glossman (Inactive) added a comment - - edited

            lustre 2.8.0 is missing the LU-8241 fix.
            MOFED 3.3 didn't even exist at the time that version was created.

            You will need to move to a later version of lustre to get any build support for MOFED 3.3 built in.

            bogl Bob Glossman (Inactive) added a comment - - edited lustre 2.8.0 is missing the LU-8241 fix. MOFED 3.3 didn't even exist at the time that version was created. You will need to move to a later version of lustre to get any build support for MOFED 3.3 built in.
            atulyadavtech Atul Yadav added a comment -

            Thanks Team, for initiating the activity.

            atulyadavtech Atul Yadav added a comment - Thanks Team, for initiating the activity.

            See ticket LU-8571 for the patch list of what is needed to get MLNX 3.3 working.

            simmonsja James A Simmons added a comment - See ticket LU-8571 for the patch list of what is needed to get MLNX 3.3 working.
            atulyadavtech Atul Yadav added a comment -

            With MLNX_OFED_LINUX-3.4-1.0.0.0-rhel6.7-x86_64
            2.6.32-573.el6.x86_64

            atulyadavtech Atul Yadav added a comment - With MLNX_OFED_LINUX-3.4-1.0.0.0-rhel6.7-x86_64 2.6.32-573.el6.x86_64
            atulyadavtech Atul Yadav added a comment - - edited

            Hi Team,

            Install the latest MLNX driver also, but issue still persists.

            Infiniband:------MLNX_OFED_LINUX-3.4-1.0.0.0-rhel6.7-x86_64
            OS:Linux localhost.localdomain 2.6.32-573.el6.x86_64 ( CentOS 6.7)
            Lustre:New tag 2.8.0-RC5 ( After git checkout 2.8.0)

            Command:
            ./configure --disable-server --with-o2ib=/usr/src/mlnx-ofa_kernel-3.4

            Error:
            checking whether to enable CPU affinity support... yes
            checking if Linux kernel has cpu affinity support... yes
            checking whether to enable tunable backoff TCP support... yes
            checking if Linux kernel has tunable backoff TCP support... no
            checking whether to use Compat RDMA... yes
            checking whether to use any OFED backport headers... no
            checking whether to enable OpenIB gen2 support... no
            configure: error: can't compile with OpenIB gen2 headers under /usr/src/ofa_kernel-3.4
            .
            Looking of your support to resolve this issue.

            Thank You
            Atul Yadav

            atulyadavtech Atul Yadav added a comment - - edited Hi Team, Install the latest MLNX driver also, but issue still persists. Infiniband:------MLNX_OFED_LINUX-3.4-1.0.0.0-rhel6.7-x86_64 OS:Linux localhost.localdomain 2.6.32-573.el6.x86_64 ( CentOS 6.7) Lustre:New tag 2.8.0-RC5 ( After git checkout 2.8.0) Command: ./configure --disable-server --with-o2ib=/usr/src/mlnx-ofa_kernel-3.4 Error: checking whether to enable CPU affinity support... yes checking if Linux kernel has cpu affinity support... yes checking whether to enable tunable backoff TCP support... yes checking if Linux kernel has tunable backoff TCP support... no checking whether to use Compat RDMA... yes checking whether to use any OFED backport headers... no checking whether to enable OpenIB gen2 support... no configure: error: can't compile with OpenIB gen2 headers under /usr/src/ofa_kernel-3.4 . Looking of your support to resolve this issue. Thank You Atul Yadav
            atulyadavtech Atul Yadav added a comment -

            Hi Team,

            For your reference.. the config log file is given below
            https://jira.hpdd.intel.com/secure/attachment/22331/config.log

            Thank You
            Atul Yadav

            atulyadavtech Atul Yadav added a comment - Hi Team, For your reference.. the config log file is given below https://jira.hpdd.intel.com/secure/attachment/22331/config.log Thank You Atul Yadav

            People

              wc-triage WC Triage
              atulyadavtech Atul Yadav
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: