Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.2.0
-
None
-
2.1.55 on CentOS6.2 with OFED-1.5.4
-
3
-
4721
Description
I'm testing the master branch on CentOS6.2 with OFED-1.5.4, but "./configure" broken on this configuration.
From quick my analysis, the number of argument of rdma_create_id() is different between in-kerneltree-ofed on RHEL6.2 and OpenFabric OFED.
There is an fix in LU-778 to handle 4 arguments for rdma_create_id() in rhel6.2's in-kenreltree-ofed, but when if we use OpenFabric OFED on RHEL6.2, they are still 3 arguments to rdma_create_id(), and "configure" doesn't recognize them. Attached is what I made a simple patch to avoid this issue.
Attachments
Issue Links
- is duplicated by
-
LU-1108 'configure' incorrectly set HAVE_RDMA_CREATE_ID_4ARG to 1
- Resolved
- Trackbacks
-
Changelog 2.1 Changes from version 2.1.1 to version 2.1.2 Server support for kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1.el6 (RHEL6) Client support for unpatched kernels: 2.6.18308.4.1.el5 (RHEL5) 2.6.32220.17.1....
-
Changelog 2.2 version 2.2.0 Support for networks: o2iblnd OFED 1.5.4 Server support for kernels: 2.6.32220.4.2.el6 (RHEL6) Client support for unpatched kernels: 2.6.18274.18.1.el5 (RHEL5) 2.6.32220.4.2.el6 (RHEL6) 2.6.32.360....