<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:04 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-233] &quot;Russian doll&quot; test log tarballs</title>
                <link>https://jira.whamcloud.com/browse/LU-233</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Test Framework uses the following code to collect logs when tests fail:&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;gather_logs () {
    # ...

    local archive=$LOGDIR/${TESTSUITE}-$ts.tar.bz2
    tar -jcf $archive $LOGDIR/*$ts* $LOGDIR/*${TESTSUITE}*

    # ...
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that the names of the archives begin with $TESTSUITE, which means, if there are multiple failures in the same suite, then the archive of each such failure will contain all the prior archives.&lt;/p&gt;

&lt;p&gt;In real world, I&apos;ve encountered a test log directory with an over 6 GB size, thanks to those Russian doll tarballs.  The test results couldn&apos;t be uploaded to Maloo, probably because of the huge size.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10627">LU-233</key>
            <summary>&quot;Russian doll&quot; test log tarballs</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="wc-triage">WC Triage</assignee>
                                    <reporter username="liwei">Li Wei</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Apr 2011 06:57:02 +0000</created>
                <updated>Tue, 16 Aug 2016 16:40:17 +0000</updated>
                            <resolved>Tue, 16 Aug 2016 16:40:17 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="13244" author="yujian" created="Mon, 25 Apr 2011 00:37:26 +0000"  >&lt;p&gt;I also hit the above issue while running sanity-quota.sh on b1_8 and encountering multiple failures in test 1:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/929da4aa-6c91-11e0-b32b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/929da4aa-6c91-11e0-b32b-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are 30 cycles in test 1 when SLOW=yes. And from the above report, we could see that the test failed in cycle 1 but did not break, which caused the following cycles fail. For each failed cycle, gather_logs() would be performed to make a tarball for all of the previous logs, which caused tar hang after cycle 16.&lt;/p&gt;

&lt;p&gt;Here is a list of the tarballs in the log dir:&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;[root@client-13 070850]# ls -hlt *.bz2
-rw-r--r-- 1 nfsnobody nfsnobody   64G Apr 21  2011 sanity-quota-1303425009.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody   32G Apr 21 15:30 sanity-quota-1303416508.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody   16G Apr 21 13:08 sanity-quota-1303412214.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  8.0G Apr 21 11:56 sanity-quota-1303410060.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  4.0G Apr 21 11:20 sanity-quota-1303408971.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  2.0G Apr 21 11:02 sanity-quota-1303408402.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody 1013M Apr 21 10:52 sanity-quota-1303408082.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  506M Apr 21 10:47 sanity-quota-1303407908.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  252M Apr 21 10:44 sanity-quota-1303407784.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  126M Apr 21 10:42 sanity-quota-1303407719.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody   63M Apr 21 10:41 sanity-quota-1303407626.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody   32M Apr 21 10:40 sanity-quota-1303407595.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody   16M Apr 21 10:39 sanity-quota-1303407568.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  7.8M Apr 21 10:39 sanity-quota-1303407546.tar.bz2
-rw-r--r-- 1 nfsnobody nfsnobody  5.1M Apr 21 10:38 sanity-quota-1303407511.tar.bz2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="13246" author="chris" created="Mon, 25 Apr 2011 01:53:35 +0000"  >&lt;p&gt;If we are just dealing with the case of yaml and Maloo then I do not think we do not need this files at all. Does anybody know the purpose of tar&apos;ing the log files like this.&lt;/p&gt;</comment>
                            <comment id="13248" author="yujian" created="Mon, 25 Apr 2011 02:08:46 +0000"  >&lt;p&gt;Here is result after searching the CVS history:&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;  grev        2009/09/15 07:46:24 GMT
  
  Modified:    tests    test-framework.sh recovery-mds-scale.sh
               tests/cfg local.sh
  Log:
  b=20237
  i=Manoj.Joseph
  i=Robert.Read
  gather and archive the logs
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The original purpose of gather_logs() was to collect and archive the logs for recovery&amp;#45;&amp;#42;&amp;#45;scale tests and it was only used in the recovery&amp;#45;&amp;#42;&amp;#45;scale.sh scripts. &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=20237&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bug 20237&lt;/a&gt; contains the detailed info.&lt;/p&gt;

&lt;p&gt;The landing of auto-vetting test-framework modified error_noexit() to use gather_logs, which made it widely used among the acc-sm tests.&lt;/p&gt;

&lt;p&gt;On master branch:&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;commit e4cf956f93a4384d19ea73e601a6651710703492
Author: Manoj Joseph &amp;lt;manoj.joseph@sun.com&amp;gt;
Date:   Wed Jan 20 02:06:26 2010 -0700

    b=20057 Autovetting and test-framework enhancements
    
    Test-framework and script changes to support autovetting and buffalo V2
    
    i=rread
    i=grev
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;On b1_8 branch:&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;commit 30d9df1a69d325c416ed7027ddd34464f097396f
Author: root &amp;lt;root@murdoch.sodor&amp;gt;
Date:   Tue Dec 21 14:00:06 2010 +0000

    LU-123 Port yaml and auster to b1_8
    
    Changes to add the yaml data logging from the 2.0 branch in the 1.8 branch, this
    patch was created by applying the 2.0 yml patch to 1.8 and then resolving the issues.
    &amp;lt;~snip~&amp;gt;
    Change-Id: I602a3534f17544d857aa0a9f9f82d2873fb73a39
    Signed-off-by: Chris Gearing &amp;lt;chris@whamcloud.com&amp;gt;
    Signed-off-by: Bobi Jam &amp;lt;bobijam@whamcloud.com&amp;gt;
    Reviewed-on: http://review.whamcloud.com/421
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="13251" author="yujian" created="Mon, 25 Apr 2011 03:05:20 +0000"  >&lt;p&gt;IMHO, for non&amp;#45;recovey&amp;#45;&amp;#42;&amp;#45;scale tests, the codes for archiving the logs are not needed. For recovery&amp;#45;&amp;#42;&amp;#45;scale tests, since they produce specific logs (*run_&lt;/p&gt;
{dd,tar,dbench,iozone}
&lt;p&gt;.sh*), we need enhance Maloo to support importing those logs first, then remove the codes for archiving the logs.&lt;/p&gt;</comment>
                            <comment id="13267" author="rread" created="Mon, 25 Apr 2011 09:49:10 +0000"  >&lt;p&gt;I&apos;d like to see the recovery-*-scale tests rewritten anyway. I don&apos;t trust them to produce reliable results. &lt;/p&gt;</comment>
                            <comment id="13308" author="chris" created="Tue, 26 Apr 2011 01:12:51 +0000"  >&lt;p&gt;What in particular do you not like about the recovery-*-scale tests?&lt;/p&gt;</comment>
                            <comment id="20752" author="chris" created="Tue, 4 Oct 2011 13:17:35 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-734&quot; title=&quot;improve recovery-*-scale tests to put debug logs into $LOGDIR&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-734&quot;&gt;&lt;del&gt;LU-734&lt;/del&gt;&lt;/a&gt; can track the changes to recovery.&lt;/p&gt;</comment>
                            <comment id="20753" author="chris" created="Tue, 4 Oct 2011 13:26:23 +0000"  >&lt;p&gt;Change made to remove Russian dolls whilst keeping behaviour of recovery-*-scale tests&lt;/p&gt;</comment>
                            <comment id="26906" author="hudson" created="Thu, 19 Jan 2012 13:21: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26910" author="hudson" created="Thu, 19 Jan 2012 13:25: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=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&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/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26914" author="hudson" created="Thu, 19 Jan 2012 13:26:47 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26918" author="hudson" created="Thu, 19 Jan 2012 13:28:17 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26922" author="hudson" created="Thu, 19 Jan 2012 13:29:56 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26926" author="hudson" created="Thu, 19 Jan 2012 13:33: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-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&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/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26930" author="hudson" created="Thu, 19 Jan 2012 13:33: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26934" author="hudson" created="Thu, 19 Jan 2012 13:34: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=el5,ib_stack=ofa/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&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/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26938" author="hudson" created="Thu, 19 Jan 2012 13: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-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&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/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26942" author="hudson" created="Thu, 19 Jan 2012 13:40: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=i686,build_type=client,distro=el6,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26946" author="hudson" created="Thu, 19 Jan 2012 13:53: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=i686,build_type=server,distro=el5,ib_stack=ofa/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26951" author="hudson" created="Thu, 19 Jan 2012 13:56: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=i686,build_type=server,distro=el5,ib_stack=inkernel/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&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/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26955" author="hudson" created="Thu, 19 Jan 2012 14:04:07 +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/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26961" author="hudson" created="Thu, 19 Jan 2012 14:07: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-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #431&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-233&quot; title=&quot;&amp;quot;Russian doll&amp;quot; test log tarballs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-233&quot;&gt;&lt;del&gt;LU-233&lt;/del&gt;&lt;/a&gt; test: Remove taring of log files in gather logs. (Revision 383acceb3a045098ea4b93ed07633f701b04f4fe)&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=383acceb3a045098ea4b93ed07633f701b04f4fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;383acceb3a045098ea4b93ed07633f701b04f4fe&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/recovery-mds-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-random-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/recovery-double-scale.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="162065" author="simmonsja" created="Tue, 16 Aug 2016 16:40:17 +0000"  >&lt;p&gt;Looks like everything landed here long ago.&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|hzv7l3:</customfieldvalue>

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