<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06: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-336] Function module_loaded in test-framework.sh returns false positives</title>
                <link>https://jira.whamcloud.com/browse/LU-336</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The function module_loaded can easily produce false positives based on it&apos;s lenient way of grep&apos;ing the output of lsmod.&lt;/p&gt;

&lt;p&gt;Tightening up the regex can improve upon this.&lt;/p&gt;

&lt;p&gt;For example, if checking to see if the &apos;ost&apos; module is loaded.. It will report true if another module is already loaded and has &apos;ost&apos; anywhere in its name (i.e. vhost_net).&lt;/p&gt;

&lt;p&gt;Function&apos;s match criteria could mort strict to avoid this kind of problem:&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;module_loaded() {
        lsmod | grep ^$1 # Or perhaps even &lt;span class=&quot;code-quote&quot;&gt;&apos;^\b$1\b&apos;&lt;/span&gt;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I will submit a patch to gerrit soon.&lt;/p&gt;</description>
                <environment>RHEL6 based</environment>
        <key id="10886">LU-336</key>
            <summary>Function module_loaded in test-framework.sh returns false positives</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 May 2011 11:30:32 +0000</created>
                <updated>Mon, 6 Jun 2011 00:20:09 +0000</updated>
                            <resolved>Mon, 6 Jun 2011 00:19:16 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="14462" author="prakash" created="Tue, 17 May 2011 12:53:52 +0000"  >&lt;p&gt;Patch submitted: &lt;a href=&quot;http://review.whamcloud.com/#change,558&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,558&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="14487" author="pjones" created="Wed, 18 May 2011 07:08:17 +0000"  >&lt;p&gt;Yu Jian&lt;/p&gt;

&lt;p&gt;I think that you might be a more appropriate second inspector than Brian Murrell for this patch&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="15510" author="prakash" created="Fri, 3 Jun 2011 16:51:45 +0000"  >&lt;p&gt;Patch has been merged. Issue resolved.&lt;/p&gt;</comment>
                            <comment id="15528" author="hudson" created="Fri, 3 Jun 2011 18:29:42 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15531" author="hudson" created="Fri, 3 Jun 2011 18:29:49 +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=sles11,ib_stack=inkernel/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15534" author="hudson" created="Fri, 3 Jun 2011 18:31:16 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15537" author="hudson" created="Fri, 3 Jun 2011 18:31:49 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15540" author="hudson" created="Fri, 3 Jun 2011 18:32:57 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15543" author="hudson" created="Fri, 3 Jun 2011 18:47:29 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15546" author="hudson" created="Fri, 3 Jun 2011 18:48:22 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15549" author="hudson" created="Fri, 3 Jun 2011 18:50:51 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15552" author="hudson" created="Fri, 3 Jun 2011 18:52:03 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15555" author="hudson" created="Fri, 3 Jun 2011 18:53:06 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15558" author="hudson" created="Fri, 3 Jun 2011 19:02:29 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15561" author="hudson" created="Fri, 3 Jun 2011 19:08:45 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15564" author="hudson" created="Fri, 3 Jun 2011 19:18:28 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15567" author="hudson" created="Fri, 3 Jun 2011 19:31:20 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15570" author="hudson" created="Fri, 3 Jun 2011 19:47:33 +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/150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #150&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-336&quot; title=&quot;Function module_loaded in test-framework.sh returns false positives&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-336&quot;&gt;&lt;del&gt;LU-336&lt;/del&gt;&lt;/a&gt; Tighten matching criteria in module_loaded&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=ca227f930e41c7598c6cf5b563d65fb6605e306f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ca227f930e41c7598c6cf5b563d65fb6605e306f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15587" author="yujian" created="Mon, 6 Jun 2011 00:19:16 +0000"  >&lt;p&gt;Patch has been merged. Issue resolved.&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|hzv92n:</customfieldvalue>

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