<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:52 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-321] Don&apos;t assume file system name for some test in the lustre test suite</title>
                <link>https://jira.whamcloud.com/browse/LU-321</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Some of the test in the lustre test suite assume the file system name is lustre&lt;br/&gt;
which is not always the case.&lt;/p&gt;</description>
                <environment>Lustre 2.X and 1.8.X</environment>
        <key id="10822">LU-321</key>
            <summary>Don&apos;t assume file system name for some test in the lustre test suite</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="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 May 2011 06:16:31 +0000</created>
                <updated>Fri, 12 Aug 2011 01:04:28 +0000</updated>
                            <resolved>Fri, 12 Aug 2011 01:04:18 +0000</resolved>
                                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="14322" author="adilger" created="Fri, 13 May 2011 08:10:52 +0000"  >&lt;p&gt;Note that some of the tests in conf-sanity.sh hard-code &quot;lustre&quot; as the fsname because they create a new test filesystem using that name, or they use a filesystem image with the fsname already formatted in the image.&lt;/p&gt;</comment>
                            <comment id="14353" author="simmonsja" created="Fri, 13 May 2011 12:17:50 +0000"  >&lt;p&gt;My first run at this patch broken conf-sanity. Looking at &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,253&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,253&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I alone address this issue in the sanity.sh and ost-pool.sh test.&lt;/p&gt;</comment>
                            <comment id="15025" author="pjones" created="Wed, 25 May 2011 06:45:56 +0000"  >&lt;p&gt;Yu Jian&lt;/p&gt;

&lt;p&gt;I would welcome your input on this issue when your time permits&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="18222" author="yujian" created="Tue, 26 Jul 2011 08:49:50 +0000"  >&lt;blockquote&gt;&lt;p&gt;Note that some of the tests in conf-sanity.sh hard-code &quot;lustre&quot; as the fsname because they create a new test filesystem using that name, or they use a filesystem image with the fsname already formatted in the image.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes, they are conf-sanity test 32a and 32b. The $LUSTRE/tests/disk1_8.tar.bz2 contains the mds and ost images which were formatted with fsname &quot;lustre&quot;. So, we should not change the &quot;lustre&quot; to &quot;$FSNAME&quot; in those two tests. I just checked that they passed with &quot;FSNAME=testfs&quot; on master branch: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/360d9620-b785-11e0-8bdf-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/360d9620-b785-11e0-8bdf-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After looking through the test suite, James&apos; patch has covered all of the cases.&lt;/p&gt;</comment>
                            <comment id="19101" author="hudson" created="Thu, 11 Aug 2011 20:21:27 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19102" author="hudson" created="Thu, 11 Aug 2011 20:26:06 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19103" author="hudson" created="Thu, 11 Aug 2011 20:26:42 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19104" author="hudson" created="Thu, 11 Aug 2011 20:29:00 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19105" author="hudson" created="Thu, 11 Aug 2011 20:29:11 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19106" author="hudson" created="Thu, 11 Aug 2011 20:29: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19107" author="hudson" created="Thu, 11 Aug 2011 20:33:42 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19108" author="hudson" created="Thu, 11 Aug 2011 20:34: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=client,distro=el6,ib_stack=inkernel/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19109" author="hudson" created="Thu, 11 Aug 2011 20:35: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-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19110" author="hudson" created="Thu, 11 Aug 2011 20:41: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=i686,build_type=server,distro=el5,ib_stack=ofa/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19111" author="hudson" created="Thu, 11 Aug 2011 20:42: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=ubuntu1004,ib_stack=inkernel/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19112" author="hudson" created="Thu, 11 Aug 2011 20:44: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=client,distro=el5,ib_stack=inkernel/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19113" author="hudson" created="Thu, 11 Aug 2011 21:02:42 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19114" author="hudson" created="Thu, 11 Aug 2011 21:10:10 +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/252/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #252&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-321&quot; title=&quot;Don&amp;#39;t assume file system name for some test in the lustre test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-321&quot;&gt;&lt;del&gt;LU-321&lt;/del&gt;&lt;/a&gt; Don&apos;t assume file system name for some test&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=98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;98aa568197c9eeb9e0348a08a59d12f2afb5d9b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/ost-pools.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19159" author="yujian" created="Fri, 12 Aug 2011 01:04:18 +0000"  >&lt;p&gt;Patch has been landed on master branch.&lt;br/&gt;
Since b1_8 branch does not have sanity test 33c &quot;test llobdstat and write_bytes&quot;, we do not need make a patch for it.&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|hzv8jz:</customfieldvalue>

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