<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:39 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-1116] support rhel6.2 patchless client on 1.8.x</title>
                <link>https://jira.whamcloud.com/browse/LU-1116</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;RHEL6.2 pathcless client needs to be supported on 1.8.x. Intel and AMD CPU based server requires rhel6.2&apos;s kernel to support full functions and performance. The master branch supports for this distribution, so at least we need backport the following patches from master branch, and one code change for the patchless client.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-766&quot; title=&quot;Incorrect HAVE_STATFS_DENTRY_PARAM result&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-766&quot;&gt;&lt;del&gt;LU-766&lt;/del&gt;&lt;/a&gt; Incorrect HAVE_STATFS_DENTRY_PARAM result&lt;br/&gt;
&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; RHEL 6.2: rdma_create_id() takes four arguments&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; configure broken on centos6.2 with OFED-1.5.4&lt;/p&gt;

&lt;p&gt;On rhel6.2&apos;s kenrel, an function name roundup() in include/linux/kernel.h was changed to round_up() which is duplicated what the lustre used in lustre/mdc/mdc_locks.c.&lt;br/&gt;
So, we may need to change this function name like lu_round_up(). This is discussed on wc-discuss. &lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;--- a/lustre/mdc/mdc_locks.c	2012-01-12 15:54:32.731336048 +0100
+++ b/lustre/mdc/mdc_locks.c	2012-01-12 15:54:46.072345471 +0100
@@ -185,7 +185,7 @@
         }
 }
 
-static int round_up(int val)
+static int lu_round_up(int val)
 {
         int ret = 1;
         while (val) {
@@ -301,7 +301,7 @@
         rc = lustre_msg_size(class_exp2cliimp(exp)-&amp;gt;imp_msg_magic,
                              bufcount, size);
         if (rc &amp;amp; (rc - 1))
-                size[bufcount - 1] = min(size[bufcount - 1] + round_up(rc) - rc,
+                size[bufcount - 1] = min(size[bufcount - 1] + lu_round_up(rc) - rc,
                                          (__u32)obddev-&amp;gt;u.cli.cl_max_mds_easize);
 
         /* If inode is known, cancel conflicting OPEN locks. */
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="13230">LU-1116</key>
            <summary>support rhel6.2 patchless client on 1.8.x</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="ys">Yang Sheng</assignee>
                                    <reporter username="ihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Feb 2012 22:04:53 +0000</created>
                <updated>Wed, 9 May 2012 12:30:27 +0000</updated>
                            <resolved>Wed, 9 May 2012 12:30:27 +0000</resolved>
                                    <version>Lustre 1.8.7</version>
                                    <fixVersion>Lustre 1.8.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="29445" author="paklui" created="Sat, 18 Feb 2012 17:18:37 +0000"  >&lt;p&gt;I also experienced the same issue. Thanks for filing the bug report. I am using the v1_8_7_WC1.&lt;br/&gt;
...&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt;: Entering directory `/usr/src/kernels/2.6.32-220.el6.x86_64&apos;&lt;br/&gt;
  CC &lt;span class=&quot;error&quot;&gt;&amp;#91;M&amp;#93;&lt;/span&gt;  /root/lustre-release-1cf716f/lustre/mdc/mdc_locks.o&lt;br/&gt;
/root/lustre-release-1cf716f/lustre/mdc/mdc_locks.c:188:28: error: macro &quot;round_up&quot; requires 2 arguments, but only 1 given&lt;br/&gt;
/root/lustre-release-1cf716f/lustre/mdc/mdc_locks.c:189: error: expected &apos;=&apos;, &apos;,&apos;, &apos;;&apos;, &apos;asm&apos; or &apos;_&lt;em&gt;attribute&lt;/em&gt;_&apos; before &apos;{&apos; token&lt;br/&gt;
&#8230;&lt;/p&gt;
</comment>
                            <comment id="29446" author="ihara" created="Sun, 19 Feb 2012 07:02:10 +0000"  >&lt;p&gt;my tested a patchset of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-766&quot; title=&quot;Incorrect HAVE_STATFS_DENTRY_PARAM result&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-766&quot;&gt;&lt;del&gt;LU-766&lt;/del&gt;&lt;/a&gt;, &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;, &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; and round_up() fix for b1.8 and v1_8_7_WC1.&lt;/p&gt;

&lt;p&gt;checkout v1_8_7_WC1 branch and applied patch, then ran &quot;sh ./autogen.sh; ./configure --enable-dist; make dist&quot;&lt;/p&gt;</comment>
                            <comment id="29476" author="kent" created="Mon, 20 Feb 2012 05:44:14 +0000"  >&lt;p&gt;I tested building a patchless client for 2.6.32-220.4.2.el6.x86_64 (CentOS 6.2) using the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt;-full.patch on top of &lt;br/&gt;
commit ac57d5a2 (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-987&quot; title=&quot;Fail to create ldisk rpms RHEL5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-987&quot;&gt;&lt;del&gt;LU-987&lt;/del&gt;&lt;/a&gt; build: Fail to create ldisk rpms) on the b1_8 branch. Building and installing worked,&lt;br/&gt;
and I managed to access our Lustre servers.&lt;/p&gt;</comment>
                            <comment id="29481" author="pjones" created="Mon, 20 Feb 2012 11:07:11 +0000"  >&lt;p&gt;Yangsheng&lt;/p&gt;

&lt;p&gt;Could you please look into what is involved here?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="29552" author="hudson" created="Wed, 22 Feb 2012 13:15:49 +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-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29553" author="hudson" created="Wed, 22 Feb 2012 13:19:28 +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-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29555" author="hudson" created="Wed, 22 Feb 2012 13:21:58 +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-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29556" author="hudson" created="Wed, 22 Feb 2012 13:39:26 +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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29557" author="hudson" created="Wed, 22 Feb 2012 13:42:36 +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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29559" author="hudson" created="Wed, 22 Feb 2012 13:45: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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29562" author="hudson" created="Wed, 22 Feb 2012 14:04: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29563" author="hudson" created="Wed, 22 Feb 2012 14:14:48 +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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29573" author="hudson" created="Wed, 22 Feb 2012 17:55:02 +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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/175/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #175&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29577" author="hudson" created="Wed, 22 Feb 2012 18:08:44 +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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/175/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #175&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&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;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29579" author="hudson" created="Wed, 22 Feb 2012 18:09: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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/175/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #175&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1116&quot; title=&quot;support rhel6.2 patchless client on 1.8.x&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1116&quot;&gt;&lt;del&gt;LU-1116&lt;/del&gt;&lt;/a&gt; kernel: Support RHEL6.2 patchless client. (Revision 4e1292eb75b91aeff20e0e201af05f9f25f6b170)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=4e1292eb75b91aeff20e0e201af05f9f25f6b170&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4e1292eb75b91aeff20e0e201af05f9f25f6b170&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdc/mdc_locks.c&lt;/li&gt;
	&lt;li&gt;lnet/autoconf/lustre-lnet.m4&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/targets/2.6-rhel6.target.in&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/ChangeLog&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29788" author="ys" created="Fri, 24 Feb 2012 02:39:32 +0000"  >&lt;p&gt;Patch landed.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10860" name="LU-1116-full.patch" size="5393" author="ihara" created="Sun, 19 Feb 2012 07:02:10 +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|hzvy9z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9737</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>