<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:59 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-225] --with-ldiskfs-inkernel checks wrong file</title>
                <link>https://jira.whamcloud.com/browse/LU-225</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Commit fd0bd149e66cbc06a17c372e159f9bfba024cc97 changed which file is checked&lt;br/&gt;
to verify a correct ldiskfs installation when the --with-ldiskfs-inkernel&lt;br/&gt;
configure option is used:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4
index c70afbf..0d9d029 100644
--- a/build/autoconf/lustre-build.m4
+++ b/build/autoconf/lustre-build.m4
...
@@ -221,13 +301,13 @@ &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; x$with_ldiskfs in
                ;;
        xinkernel)
                AC_MSG_RESULT([inkernel])
-               LB_CHECK_FILE([$LINUX/include/linux/ldiskfs_fs.h],[],[
-                       AC_MSG_ERROR([ldiskfs was not found in $LINUX/include/linux/ldiskfs_fs.h])
+               LB_CHECK_FILE([$LINUX/fs/ldiskfs/inode.c],[],[
+                       AC_MSG_ERROR([ldiskfs was not found in $LINUX/fs/ldiskfs/inode.c])
                ])
                ;;
        *)
                AC_MSG_RESULT([$with_ldiskfs])
-               LB_CHECK_FILE([$with_ldiskfs/ldiskfs/linux/ldiskfs_fs.h],[],[
+               LB_CHECK_FILE([$with_ldiskfs/ldiskfs/inode.c],[],[
                        AC_MSG_ERROR([A complete (built) external ldiskfs was not found.])
                ])
                LDISKFS_DIR=$with_ldiskfs

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It looks like the person fixing the *) case assumed the same fix applied to xinkernel).&lt;br/&gt;
However, this is wrong because the purpose of --with-ldiskfs-inkernel is to allow us to&lt;br/&gt;
build lustre without having full kernel sources available, so inode.c won&apos;t exist.  I&apos;ll&lt;br/&gt;
push a fix to gerrit.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10616">LU-225</key>
            <summary>--with-ldiskfs-inkernel checks wrong file</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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Apr 2011 14:55:52 +0000</created>
                <updated>Tue, 24 May 2011 07:06:39 +0000</updated>
                            <resolved>Tue, 24 May 2011 07:06:39 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="13109" author="nedbass" created="Wed, 20 Apr 2011 15:04:58 +0000"  >&lt;p&gt;See &lt;a href=&quot;http://review.whamcloud.com/446&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/446&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13179" author="pjones" created="Thu, 21 Apr 2011 07:05:26 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could 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="14117" author="hudson" created="Tue, 10 May 2011 10:01:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14118" author="hudson" created="Tue, 10 May 2011 10:02:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14119" author="hudson" created="Tue, 10 May 2011 10:04:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14120" author="hudson" created="Tue, 10 May 2011 10:06:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14121" author="hudson" created="Tue, 10 May 2011 10:08:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14122" author="hudson" created="Tue, 10 May 2011 10:18:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14123" author="hudson" created="Tue, 10 May 2011 10:20:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14124" author="hudson" created="Tue, 10 May 2011 10:22:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14125" author="hudson" created="Tue, 10 May 2011 10:25:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14126" author="hudson" created="Tue, 10 May 2011 10:29:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14127" author="hudson" created="Tue, 10 May 2011 10:39:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14128" author="hudson" created="Tue, 10 May 2011 10:57:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14130" author="hudson" created="Tue, 10 May 2011 11:17:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14131" author="hudson" created="Tue, 10 May 2011 11:38:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/114/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #114&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-225&quot; title=&quot;--with-ldiskfs-inkernel checks wrong file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-225&quot;&gt;&lt;del&gt;LU-225&lt;/del&gt;&lt;/a&gt; --with-ldiskfs-inkernel checks wrong file&lt;/p&gt;

&lt;p&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=7f29ac1fe12ec492e753187535c4d1f1b41c3d82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7f29ac1fe12ec492e753187535c4d1f1b41c3d82&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14388" author="pjones" created="Mon, 16 May 2011 06:09:49 +0000"  >&lt;p&gt;Is any further work needed on this issue or can this ticket be marked as RESOLVED?&lt;/p&gt;</comment>
                            <comment id="14389" author="laisiyao" created="Mon, 16 May 2011 07:26:04 +0000"  >&lt;p&gt;No, I think it can be marked RESOLVED.&lt;/p&gt;</comment>
                            <comment id="14391" author="nedbass" created="Mon, 16 May 2011 07:49:25 +0000"  >
&lt;p&gt;This can be marked resolved.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ned&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|hzv9b3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5042</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>