<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:08:24 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-577] REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench</title>
                <link>https://jira.whamcloud.com/browse/LU-577</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When I run &quot;ACC_SM_ONLY=REPLAY_SINGLE NAME=my_config sh acceptance-small.sh&quot;&lt;br/&gt;
test 70b failed if my $MOUNT is not /mnt/lustre.&lt;/p&gt;

&lt;p&gt;The $MOUNT variable was set in my_config script and exported. The variable&lt;br/&gt;
was picked up in replay-single.sh correctly, but failed to pass on to rundbench.&lt;/p&gt;

&lt;p&gt;The attached patch fixed the problem.&lt;/p&gt;</description>
                <environment>Server: centos5.6, client: sles11sp1</environment>
        <key id="11461">LU-577</key>
            <summary>REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench</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="yujian">Jian Yu</assignee>
                                    <reporter username="jaylan">Jay Lan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 8 Aug 2011 14:39:44 +0000</created>
                <updated>Tue, 8 May 2012 18:05:58 +0000</updated>
                            <resolved>Tue, 8 May 2012 18:05:58 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                    <fixVersion>Lustre 1.8.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="19415" author="simmonsja" created="Fri, 19 Aug 2011 12:11:35 +0000"  >&lt;p&gt;This is a issue also with Lustre 2.X.&lt;/p&gt;</comment>
                            <comment id="19601" author="simmonsja" created="Wed, 24 Aug 2011 14:10:58 +0000"  >&lt;p&gt;This test fails for me when I use more than 32 nodes. The check_for_process reports rundbench falsely which causes the test to fail. Also the test doesn&apos;t clean up the directory after itself.&lt;/p&gt;</comment>
                            <comment id="19744" author="pjones" created="Mon, 29 Aug 2011 19:34:01 +0000"  >&lt;p&gt;YuJian&lt;/p&gt;

&lt;p&gt;Could you please help with this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="26446" author="simmonsja" created="Thu, 12 Jan 2012 14:37:12 +0000"  >&lt;p&gt;Doing some testing with a potential patch. What I&apos;m seeing on the MDS side is&lt;/p&gt;

&lt;p&gt;JBD: mdt_&quot;X&quot; wants too many credits (3296 &amp;gt; 1024)&lt;/p&gt;

&lt;p&gt;At this point we get  /bin/rm: cannot remove directory `./clients/client0/~dmtmp/SEED&apos;: No such file or directory&lt;/p&gt;

&lt;p&gt;from running rundbench.&lt;/p&gt;</comment>
                            <comment id="26463" author="yujian" created="Thu, 12 Jan 2012 21:26:36 +0000"  >&lt;p&gt;Hi James,&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;JBD: mdt_&quot;X&quot; wants too many credits (3296 &amp;gt; 1024)&lt;/p&gt;&lt;/blockquote&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;        if (nblocks &amp;gt; journal-&amp;gt;j_max_transaction_buffers) {
                printk(KERN_ERR &quot;JBD: %s wants too many credits (%d &amp;gt; %d)\n&quot;,
                       current-&amp;gt;comm, nblocks,
                       journal-&amp;gt;j_max_transaction_buffers);
                ret = -ENOSPC;
                goto out;
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;You&apos;ve to increase the journal size. If &quot;-J size=64&quot; was specified, then:&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;j_max_transaction_buffers = j_maxlen / 4 = 16MB = 16 * 1024KB / 4KB = 4096 (max transaction credit blocks)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="26516" author="simmonsja" created="Fri, 13 Jan 2012 11:58:02 +0000"  >&lt;p&gt;Yes setting the journal size to 64 worked to fix those errors. I noticed this error no matter how many clients I used. Perhaps as a part of a patch change local.sh to set a journal size of 64MB always? Now to figure out why this test fails with many clients.&lt;/p&gt;</comment>
                            <comment id="26606" author="yujian" created="Mon, 16 Jan 2012 05:11:50 +0000"  >&lt;blockquote&gt;&lt;p&gt;Perhaps as a part of a patch change local.sh to set a journal size of 64MB always?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think we&apos;d better not make this change.&lt;/p&gt;

&lt;p&gt;Currently, in lustre/utils/mkfs_lustre.c, the default journal size is calculated according to the device size as follows:&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;                /* Journal size in MB */
                if (strstr(mop-&amp;gt;mo_mkfsopts, &quot;-J&quot;) == NULL) {
                        /* Choose our own default journal size */
                        long journal_sz = 0, max_sz;
                        if (device_sz &amp;gt; 1024 * 1024) /* 1GB */
                                journal_sz = (device_sz / 102400) * 4;
                        /* cap journal size at 1GB */
                        if (journal_sz &amp;gt; 1024L)
                                journal_sz = 1024L;
                        /* man mkfs.ext3 */
                        max_sz = (102400 * L_BLOCK_SIZE) &amp;gt;&amp;gt; 20; /* 400MB */
                        if (journal_sz &amp;gt; max_sz)
                                journal_sz = max_sz;
                        if (journal_sz) {
                                sprintf(buf, &quot; -J size=%ld&quot;, journal_sz);
                                strscat(mop-&amp;gt;mo_mkfsopts, buf,
                                        sizeof(mop-&amp;gt;mo_mkfsopts));
                        }
                }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It&apos;s better to improve the above codes to calculate more correct default journal size or figure out why more transaction buffer credits are requested now.&lt;/p&gt;</comment>
                            <comment id="26792" author="simmonsja" created="Wed, 18 Jan 2012 08:34:18 +0000"  >&lt;p&gt;The patch posted at &lt;a href=&quot;http://review.whamcloud.com/#change,252&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,252&lt;/a&gt; fixes the issues I have been seeing. As for the more than 32 node problem. I tracked that down to pdsh itself. Pdsh does a fan out in 32 units which was causing not all of the dbench apps to start in time. So for the PDSH I set it to &quot;pdsh -S -f 64 -Rssh -w&quot;. The -f increased the number of simultaneous connections that can be started to 64.&lt;/p&gt;</comment>
                            <comment id="34585" author="yujian" created="Thu, 12 Apr 2012 05:23:06 +0000"  >&lt;p&gt;Patch for b1_8 branch is in &lt;a href=&quot;http://review.whamcloud.com/2518&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2518&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="34588" author="simmonsja" created="Thu, 12 Apr 2012 08:03:12 +0000"  >&lt;p&gt;I will give it a try today. Also I like to suggest we set up pdsh with the -f flag to the number of host available.&lt;/p&gt;</comment>
                            <comment id="35145" author="hudson" created="Thu, 19 Apr 2012 18:28:57 +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/184/&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 #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35146" author="hudson" created="Thu, 19 Apr 2012 18:40: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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/184/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35147" author="hudson" created="Thu, 19 Apr 2012 18:40:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/184/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35148" author="hudson" created="Thu, 19 Apr 2012 18:40: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=i686,build_type=client,distro=el5,ib_stack=ofa/184/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35149" author="hudson" created="Thu, 19 Apr 2012 18:40:46 +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/184/&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 #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35150" author="hudson" created="Thu, 19 Apr 2012 18:40: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=el5,ib_stack=ofa/184/&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 #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35151" author="hudson" created="Thu, 19 Apr 2012 18:49:01 +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/184/&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 #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35152" author="hudson" created="Thu, 19 Apr 2012 18:49:04 +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/184/&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 #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35153" author="hudson" created="Thu, 19 Apr 2012 18:50: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/184/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35156" author="hudson" created="Thu, 19 Apr 2012 19: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-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/184/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #184&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision 4bd1b85a9fc80b7370229318e947d6cf4cfc927a)&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=4bd1b85a9fc80b7370229318e947d6cf4cfc927a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4bd1b85a9fc80b7370229318e947d6cf4cfc927a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35773" author="hudson" created="Mon, 30 Apr 2012 00:02:25 +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/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35778" author="hudson" created="Mon, 30 Apr 2012 00:11: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/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35783" author="hudson" created="Mon, 30 Apr 2012 00:12:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35788" author="hudson" created="Mon, 30 Apr 2012 00:15:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35793" author="hudson" created="Mon, 30 Apr 2012 00:25:05 +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/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35798" author="hudson" created="Mon, 30 Apr 2012 00:25: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=i686,build_type=server,distro=el5,ib_stack=ofa/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35803" author="hudson" created="Mon, 30 Apr 2012 00:28:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35808" author="hudson" created="Mon, 30 Apr 2012 00:34:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35813" author="hudson" created="Mon, 30 Apr 2012 00:35: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-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35818" author="hudson" created="Mon, 30 Apr 2012 00:37:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35823" author="hudson" created="Mon, 30 Apr 2012 00:44:12 +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/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35828" author="hudson" created="Mon, 30 Apr 2012 00:47: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-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&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;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35833" author="hudson" created="Mon, 30 Apr 2012 00:52:14 +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/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35838" author="hudson" created="Mon, 30 Apr 2012 01:00:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35843" author="hudson" created="Mon, 30 Apr 2012 01:17: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=client,distro=el6,ib_stack=ofa/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35848" author="hudson" created="Mon, 30 Apr 2012 01:20: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=i686,build_type=server,distro=el6,ib_stack=ofa/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35853" author="hudson" created="Mon, 30 Apr 2012 01:34:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #498&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-577&quot; title=&quot;REPLAY_SINGLE test_70b failed due to $MOUNT not pass on to rundbench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-577&quot;&gt;&lt;del&gt;LU-577&lt;/del&gt;&lt;/a&gt; tests: FAIL replay-single test_70b rundbench load (Revision d2c1a397c4d450ccdb0006e8b52dc0b418f54466)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=d2c1a397c4d450ccdb0006e8b52dc0b418f54466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d2c1a397c4d450ccdb0006e8b52dc0b418f54466&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35944" author="yujian" created="Wed, 2 May 2012 07:08:40 +0000"  >&lt;p&gt;Patches have been landed on b1_8 and master branches.&lt;/p&gt;</comment>
                            <comment id="35946" author="simmonsja" created="Wed, 2 May 2012 08:16:53 +0000"  >&lt;p&gt;b2_1 patch is still left to merge.&lt;/p&gt;</comment>
                            <comment id="38074" author="yujian" created="Wed, 2 May 2012 21:59:41 +0000"  >&lt;p&gt;Hello Oleg,&lt;br/&gt;
Could you please land the patch of &lt;a href=&quot;http://review.whamcloud.com/#change,2538&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2538&lt;/a&gt; on b2_1 branch? Thanks!&lt;/p&gt;</comment>
                            <comment id="38347" author="simmonsja" created="Tue, 8 May 2012 17:59:31 +0000"  >&lt;p&gt;Landed to b2_1 branch. Ticket can be closed.&lt;/p&gt;</comment>
                            <comment id="38348" author="pjones" created="Tue, 8 May 2012 18:05:58 +0000"  >&lt;p&gt;Landed for 1.8.8, 2.1.2, and 2.3&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10343" name="rundbench_MOUNT.patch" size="1051" author="jaylan" created="Mon, 8 Aug 2011 14:39:44 +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|hzv6sv:</customfieldvalue>

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