<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:01 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-1050] configure broken on centos6.2 with OFED-1.5.4</title>
                <link>https://jira.whamcloud.com/browse/LU-1050</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I&apos;m testing the master branch on CentOS6.2 with OFED-1.5.4, but &quot;./configure&quot; broken on this configuration.&lt;br/&gt;
From quick my analysis, the number of argument of rdma_create_id() is different between in-kerneltree-ofed on RHEL6.2 and OpenFabric OFED.&lt;br/&gt;
There is an fix in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-778&quot; title=&quot;RHEL 6.2: rdma_create_id() takes four arguments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-778&quot;&gt;&lt;del&gt;LU-778&lt;/del&gt;&lt;/a&gt; to handle 4 arguments for rdma_create_id() in rhel6.2&apos;s in-kenreltree-ofed, but when if we use OpenFabric OFED on RHEL6.2, they are still 3 arguments to rdma_create_id(), and &quot;configure&quot; doesn&apos;t recognize them. Attached is what I made a simple patch to avoid this issue.&lt;/p&gt;</description>
                <environment>2.1.55 on CentOS6.2 with OFED-1.5.4</environment>
        <key id="13013">LU-1050</key>
            <summary>configure broken on centos6.2 with OFED-1.5.4</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="mdiep">Minh Diep</assignee>
                                    <reporter username="ihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Sat, 28 Jan 2012 09:30:26 +0000</created>
                <updated>Thu, 7 Jun 2012 11:54:45 +0000</updated>
                            <resolved>Mon, 5 Mar 2012 18:45:43 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="27553" author="pjones" created="Sat, 28 Jan 2012 09:46:19 +0000"  >&lt;p&gt;Minh&lt;/p&gt;

&lt;p&gt;Can you please look into this one.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="27684" author="mdiep" created="Tue, 31 Jan 2012 19:47:03 +0000"  >&lt;p&gt;Looking into this&lt;/p&gt;</comment>
                            <comment id="27781" author="mdiep" created="Thu, 2 Feb 2012 14:16:04 +0000"  >&lt;p&gt;Hi Shuichi,&lt;/p&gt;

&lt;p&gt;What the kernel version did you build?&lt;/p&gt;</comment>
                            <comment id="27782" author="simmonsja" created="Thu, 2 Feb 2012 14:30:13 +0000"  >&lt;p&gt;Actually I seen this problem on RHEL6.2 kernel 2.6.32-220. The way I worked around it was by copying the OFED kernel headers in my kernel tree.&lt;/p&gt;</comment>
                            <comment id="27783" author="simmonsja" created="Thu, 2 Feb 2012 14:41:13 +0000"  >&lt;p&gt;The reason for the problem is that the rdma_create_id arg count is done before we set up the O2IBPATHS. Thus that test is always done withe the $LINUX directory. We need the below before the rdma_create_id test.&lt;/p&gt;

&lt;p&gt;O2IBCPPFLAGS=&quot;-I$O2IBPATH/include&quot;&lt;br/&gt;
EXTRA_KCFLAGS_save=&quot;$EXTRA_KCFLAGS&quot;&lt;br/&gt;
EXTRA_KCFLAGS=&quot;$EXTRA_KCFLAGS $O2IBCPPFLAGS&quot;&lt;br/&gt;
EXTRA_LNET_INCLUDE=&quot;$EXTRA_LNET_INCLUDE $O2IBCPPFLAGS&quot;&lt;/p&gt;
</comment>
                            <comment id="27805" author="ihara" created="Thu, 2 Feb 2012 18:10:19 +0000"  >&lt;p&gt;Yes, but O2IBPATH is checked after counting of rdma_create_id&apos;s argument.&lt;/p&gt;</comment>
                            <comment id="27937" author="ihara" created="Sun, 5 Feb 2012 03:21:05 +0000"  >&lt;p&gt;submitted more better fixes. &lt;a href=&quot;http://review.whamcloud.com/2097&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2097&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;here is current o2ib related ordering in lustre-lnet.m4.&lt;br/&gt;
1) checking supported arguments of rdma_create_id()&lt;br/&gt;
2) detection of O2IBPATHS if o2ib is enabled&lt;br/&gt;
3) check rdma_create_id() works or not&lt;/p&gt;

&lt;p&gt;The problem is 1)checking rdma_create_id() arguments always compiled with in-kernel-tree OFED header. &lt;br/&gt;
If the number of arguments is four with rhel6.2 kernel, this only works if O2IBPATHS pointed to in-kernel-tree OFED. &lt;br/&gt;
If O2IBPATHS is pointed to OFED-1.5.4, it failed due to external OFED still only supports three arguments in rdma_create_id(), but four arguments are detected on 1).&lt;/p&gt;

&lt;p&gt;I think checking supported arguments of rdma_create_id() should run after 2)detection of O2IBPATHS and find correct number of arguments.&lt;/p&gt;</comment>
                            <comment id="28344" author="pjones" created="Fri, 10 Feb 2012 07:44:31 +0000"  >&lt;p&gt;Liang&lt;/p&gt;

&lt;p&gt;Could you please advise on this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="28348" author="liang" created="Fri, 10 Feb 2012 08:42:02 +0000"  >&lt;p&gt;I&apos;ve posted a comment on gerrit&lt;/p&gt;</comment>
                            <comment id="29361" author="hudson" created="Fri, 17 Feb 2012 13:44:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29362" author="hudson" created="Fri, 17 Feb 2012 13:49:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29363" author="hudson" created="Fri, 17 Feb 2012 13:50:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29364" author="hudson" created="Fri, 17 Feb 2012 13:55:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29365" author="hudson" created="Fri, 17 Feb 2012 13:56:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29366" author="hudson" created="Fri, 17 Feb 2012 13:59:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29367" author="hudson" created="Fri, 17 Feb 2012 14:02:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29368" author="hudson" created="Fri, 17 Feb 2012 14:02:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29369" author="hudson" created="Fri, 17 Feb 2012 14:04:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29370" author="hudson" created="Fri, 17 Feb 2012 14:27:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29373" author="hudson" created="Fri, 17 Feb 2012 14:36:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29374" author="hudson" created="Fri, 17 Feb 2012 14:38:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29375" author="hudson" created="Fri, 17 Feb 2012 14:49:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29376" author="hudson" created="Fri, 17 Feb 2012 14:51:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29377" author="hudson" created="Fri, 17 Feb 2012 15:01:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29378" author="hudson" created="Fri, 17 Feb 2012 15:05:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29381" author="hudson" created="Fri, 17 Feb 2012 15:49:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29382" author="hudson" created="Fri, 17 Feb 2012 15:52:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1050&quot; title=&quot;configure broken on centos6.2 with OFED-1.5.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1050&quot;&gt;&lt;del&gt;LU-1050&lt;/del&gt;&lt;/a&gt; o2iblnd: fix checking order of rdma_create_id() argument (Revision a9a2db6102821fe2fefa0da72433cdbe9656ca1c)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=a9a2db6102821fe2fefa0da72433cdbe9656ca1c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a9a2db6102821fe2fefa0da72433cdbe9656ca1c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30567" author="mdiep" created="Mon, 5 Mar 2012 18:45:43 +0000"  >&lt;p&gt;landed in 2.2&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="13192">LU-1108</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10787" name="configure-rhel6.2-ofed1.5.4.patch" size="778" author="ihara" created="Sat, 28 Jan 2012 09:30:26 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv7br:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4721</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>