<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:30 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-797] Test failure on test suite ost-pools, subtest test_14, test_18, test_23</title>
                <link>https://jira.whamcloud.com/browse/LU-797</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/f6c809ee-00ec-11e1-bb4f-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/f6c809ee-00ec-11e1-bb4f-52540025f9af&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_14 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;test failed to respond and timed out&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: ost-pools 14&lt;/p&gt;</description>
                <environment></environment>
        <key id="12271">LU-797</key>
            <summary>Test failure on test suite ost-pools, subtest test_14, test_18, test_23</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="niu">Niu Yawei</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Oct 2011 19:33:00 +0000</created>
                <updated>Fri, 22 Feb 2013 13:24:14 +0000</updated>
                            <resolved>Wed, 19 Dec 2012 11:39:03 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                    <version>Lustre 2.1.2</version>
                    <version>Lustre 2.1.3</version>
                    <version>Lustre 2.1.4</version>
                    <version>Lustre 1.8.8</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 2.1.4</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="22109" author="pjones" created="Thu, 27 Oct 2011 22:12:28 +0000"  >&lt;p&gt;Niu will look into this one&lt;/p&gt;</comment>
                            <comment id="22197" author="niu" created="Sat, 29 Oct 2011 23:39:19 +0000"  >&lt;p&gt;Look at the client test log:&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;Filling up OST0
14188+0 records in
14188+0 records out
14877196288 bytes (15 GB) copied, 836.591 seconds, 17.8 MB/s
14188+0 records in
14188+0 records out
14877196288 bytes (15 GB) copied, 908.419 seconds, 16.4 MB/s
14188+0 records in
14188+0 records out
14877196288 bytes (15 GB) copied, 922.504 seconds, 16.1 MB/s
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It&apos;s filling up OST0 (which is ~150G), and it has already used (836 + 908 + 922)=2666 seconds for only 45G, however the timeout of this test is 3600, so it just doesn&apos;t have enough time to fill up the OST0.&lt;/p&gt;

&lt;p&gt;I think this is a test issue, should we adjust the timeout according to the OST size or just skip the test if the OST is too big?&lt;/p&gt;</comment>
                            <comment id="22227" author="tappro" created="Mon, 31 Oct 2011 11:54:53 +0000"  >&lt;p&gt;This is similar to test 220 issue in sanity.sh, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-748&quot; title=&quot;sanity test 220 must be placed in SLOW set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-748&quot;&gt;&lt;del&gt;LU-748&lt;/del&gt;&lt;/a&gt;. Test must be moved to SLOW group at least, but ideally all such tests must use smaller OST specially created for testing or special OBD_FAIL_LOC which would simulate OST small size.&lt;/p&gt;</comment>
                            <comment id="22260" author="yujian" created="Tue, 1 Nov 2011 10:49:05 +0000"  >&lt;p&gt;ost-pools test 14 passed on Lustre v1_8_7_WC1_RC1 in 1850s:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/a1a53668-f4cf-11e0-908b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/a1a53668-f4cf-11e0-908b-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The test output showed that:&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;Filling up OST0
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 200.484 seconds, 14.4 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 179.428 seconds, 16.1 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 160.244 seconds, 18.0 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 166.279 seconds, 17.4 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 159.178 seconds, 18.2 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 160.844 seconds, 18.0 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 177.44 seconds, 16.3 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 187.56 seconds, 15.4 MB/s
2756+0 records in
2756+0 records out
2889875456 bytes (2.9 GB) copied, 170.918 seconds, 16.9 MB/s
UUID                   1K-blocks        Used   Available Use% Mounted on
lustre-MDT0000_UUID      7498624      443048     6555576   6% /mnt/lustre[MDT:0]
lustre-OST0000_UUID     30192956    25817228     2846080  90% /mnt/lustre[OST:0]
lustre-OST0001_UUID     30192956      454760    28222820   2% /mnt/lustre[OST:1]
lustre-OST0002_UUID     30192956      454760    28222820   2% /mnt/lustre[OST:2]
lustre-OST0003_UUID     30192956      454760    28222820   2% /mnt/lustre[OST:3]
lustre-OST0004_UUID     30192956      454760    28222820   2% /mnt/lustre[OST:4]
lustre-OST0005_UUID     30192956      454760    28222820   2% /mnt/lustre[OST:5]
lustre-OST0006_UUID     30192956      454760    28222820   2% /mnt/lustre[OST:6]

filesystem summary:    211350692    28545788   172183000  14% /mnt/lustre
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So, the OST size was about 30G.&lt;/p&gt;

&lt;p&gt;Chris, does the &quot;OSTSIZE&quot; variable has different values on different vm clusters? Could you please adjust the size so that the test would not timeout and skipped?&lt;/p&gt;

&lt;p&gt;FYI, due to the timeout of test 14, the remaining ost-pools subtests were not run.&lt;/p&gt;</comment>
                            <comment id="22388" author="johann" created="Thu, 3 Nov 2011 08:42:55 +0000"  >&lt;p&gt;Has anybody rerun the missing tests?&lt;/p&gt;</comment>
                            <comment id="22443" author="sarah" created="Thu, 3 Nov 2011 13:39:15 +0000"  >&lt;p&gt;I will rerun the missing tests for both lu-797 and lu-798 and keep you updated.&lt;/p&gt;</comment>
                            <comment id="22447" author="sarah" created="Thu, 3 Nov 2011 15:42:28 +0000"  >&lt;p&gt;the remaining tests of ost-pools pass: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/caa784fe-0653-11e1-b578-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/caa784fe-0653-11e1-b578-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="24350" author="adilger" created="Mon, 12 Dec 2011 15:05:22 +0000"  >&lt;p&gt;It looks like the failing tests on master are creating 10x 14GB files (consistent with 150GB OST size) and the passing 1.8.7 tests are successfully creating 10x 2.7GB files in 1850s.  That means the tests on master would need at least 9500s to pass.  That is completely unreasonable for a subtest like this, which should complete in a minute or less (given its low importance compared to other tests).&lt;/p&gt;

&lt;p&gt;ost-pools.sh test_14 is testing the QOS space balancing for OST pools, which is similar to sanity.sh test_116 is doing for QOS space balance without pools.  It seems that test_116 is just being skipped when the OST is too large.&lt;/p&gt;

&lt;p&gt;Probably the best solution is to have an OBD_FAIL_CHECK() that can change the os_bfree number at the fsfilt or OSD level for the OST index as given in fail_val.  Even better might be fail_val = &quot;(free_fraction) &amp;lt;&amp;lt; 16 | ost_idx&quot; where free_fraction is the 1/256 of the free space (which gives about 0.5% granularity) so that the fail_loc can be useful in other tests.&lt;/p&gt;

&lt;p&gt;That will avoid all of the IO in these tests and make them MUCH faster.  It would be worthwhile to investigate other tests that need to fill up the filesystem to see if they can similarly be sped up.&lt;/p&gt;</comment>
                            <comment id="25175" author="yong.fan" created="Mon, 26 Dec 2011 05:59:25 +0000"  >&lt;p&gt;Another failure:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/bdf73f6c-2dc5-11e1-819b-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/bdf73f6c-2dc5-11e1-819b-5254004bbbd3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="26860" author="liwei" created="Wed, 18 Jan 2012 20:14:26 +0000"  >&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/ecef3f7a-41db-11e1-9650-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/ecef3f7a-41db-11e1-9650-5254004bbbd3&lt;/a&gt;  (Orion LDiskFS)&lt;/p&gt;</comment>
                            <comment id="27486" author="adilger" created="Fri, 27 Jan 2012 01:50:38 +0000"  >&lt;p&gt;I submitted change &lt;a href=&quot;http://review.whamcloud.com/2028&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2028&lt;/a&gt; to speed up the ost-pools script:&lt;/p&gt;

&lt;p&gt;For test_14, since it is already reformatting the filesystem, it is just going to format with a smaller OST size.  I&apos;d rather prefer that we don&apos;t reformat the filesystem at all for these tests, and instead implement an OBD_FAIL_CHECK to allow it to run on any configuration, but this is a simple workaround for now that will reduce the time to run ost-pools by 1.5h on large systems.&lt;/p&gt;

&lt;p&gt;Also, test_18 was taking a long time because it was trying to create and unlink 3 * 3 * 30000 files, which was also taking a very long time for slow VM systems.  Instead, use the createmany feature to run for a fixed time instead of for a specific number of files, so that it can properly assess performance without taking too long or to short on different hardware configurations.  This should also reduce the test time by 0.5h or so.&lt;/p&gt;</comment>
                            <comment id="27788" author="hudson" created="Thu, 2 Feb 2012 17:22: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/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27791" author="hudson" created="Thu, 2 Feb 2012 17:28: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=client,distro=el6,ib_stack=inkernel/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27792" author="hudson" created="Thu, 2 Feb 2012 17: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=x86_64,build_type=client,distro=el5,ib_stack=inkernel/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27793" author="hudson" created="Thu, 2 Feb 2012 17:29:53 +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/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27795" author="hudson" created="Thu, 2 Feb 2012 17:35:32 +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/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27796" author="hudson" created="Thu, 2 Feb 2012 17:35: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=el6,ib_stack=inkernel/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27797" author="hudson" created="Thu, 2 Feb 2012 17:36:41 +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/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27798" author="hudson" created="Thu, 2 Feb 2012 17:38: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=server,distro=el5,ib_stack=ofa/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27799" author="hudson" created="Thu, 2 Feb 2012 17:42: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=i686,build_type=server,distro=el5,ib_stack=ofa/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27800" author="hudson" created="Thu, 2 Feb 2012 17:43: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=i686,build_type=server,distro=el5,ib_stack=inkernel/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27801" author="hudson" created="Thu, 2 Feb 2012 17:44: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=server,distro=el6,ib_stack=inkernel/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27802" author="hudson" created="Thu, 2 Feb 2012 17:50: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/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27803" author="hudson" created="Thu, 2 Feb 2012 18:01:30 +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/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27804" author="hudson" created="Thu, 2 Feb 2012 18:05: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-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/449/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #449&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27807" author="pjones" created="Thu, 2 Feb 2012 18:40:09 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="28127" author="niu" created="Wed, 8 Feb 2012 03:54:15 +0000"  >&lt;p&gt;Looks the test_23b is still timeout: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/8bc6156c-4fef-11e1-9ebc-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/8bc6156c-4fef-11e1-9ebc-5254004bbbd3&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;== ost-pools test 23b: OST pools and OOS ============================================================= 21:02:13 (1328418133)&lt;br/&gt;
running as uid/gid/euid/egid 500/500/500/500, groups:&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;touch&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;/mnt/lustre/d0_runas_test/f5213&amp;#93;&lt;/span&gt;&lt;br/&gt;
client-29vm3: Pool lustre.testpool created&lt;br/&gt;
client-29vm3: OST lustre-OST0000_UUID added to pool lustre.testpool&lt;br/&gt;
client-29vm3: OST lustre-OST0003_UUID added to pool lustre.testpool&lt;br/&gt;
client-29vm3: OST lustre-OST0006_UUID added to pool lustre.testpool&lt;br/&gt;
1: 32768+0 records in&lt;br/&gt;
32768+0 records out&lt;br/&gt;
34359738368 bytes (34 GB) copied, 1560.75 seconds, 22.0 MB/s&lt;br/&gt;
2: 32768+0 records in&lt;br/&gt;
32768+0 records out&lt;br/&gt;
34359738368 bytes (34 GB) copied, 1700.81 seconds, 20.2 MB/s&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;This test (test_23b) adds 3 osts into a pool, and checks if the available space of the pool is less than $MAXFREE, however, it writes file over all osts at the end. We missed creating file in pool?&lt;/p&gt;</comment>
                            <comment id="28128" author="niu" created="Wed, 8 Feb 2012 04:01:58 +0000"  >&lt;p&gt;Andreas, could you take a look?&lt;/p&gt;</comment>
                            <comment id="28242" author="adilger" created="Thu, 9 Feb 2012 05:19:14 +0000"  >&lt;p&gt;You are correct, it appears the output files are not being created in the pool.  However, looking back at the original test_23, that was true at that time also, so I&apos;m not sure what the original intent of this test was.  Looking further back into Git/CVS to determine if the test ran differently when it was introduced, I didn&apos;t see any significant changes to test_23 since 1.8.5&lt;/p&gt;

&lt;p&gt;Note also that I have a second patch which is skipping test_23b() when SLOW=no, because I don&apos;t think this is a very useful test (&lt;a href=&quot;http://review.whamcloud.com/2091&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2091&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="28746" author="hudson" created="Wed, 15 Feb 2012 12:33: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=server,distro=el5,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28748" author="hudson" created="Wed, 15 Feb 2012 12:39: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=client,distro=el5,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28750" author="hudson" created="Wed, 15 Feb 2012 12:45:30 +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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28752" author="hudson" created="Wed, 15 Feb 2012 12:48: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28754" author="hudson" created="Wed, 15 Feb 2012 12:49: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=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28756" author="hudson" created="Wed, 15 Feb 2012 12:50: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=x86_64,build_type=client,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28758" author="hudson" created="Wed, 15 Feb 2012 12:51:29 +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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28760" author="hudson" created="Wed, 15 Feb 2012 12:54: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=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28762" author="hudson" created="Wed, 15 Feb 2012 12:54: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=server,distro=el5,ib_stack=ofa/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28764" author="hudson" created="Wed, 15 Feb 2012 12:55: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28766" author="hudson" created="Wed, 15 Feb 2012 13:02: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=server,distro=el6,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28769" author="hudson" created="Wed, 15 Feb 2012 13:14: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=el5,ib_stack=inkernel/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28773" author="hudson" created="Wed, 15 Feb 2012 13:28:36 +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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="28778" author="hudson" created="Wed, 15 Feb 2012 13:44:43 +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/472/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #472&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="29218" author="hudson" created="Fri, 17 Feb 2012 12:54:22 +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/red.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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/ost-pools.sh&lt;/li&gt;
&lt;/ul&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="29267" author="hudson" created="Fri, 17 Feb 2012 13:12:38 +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/red.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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="29316" author="hudson" created="Fri, 17 Feb 2012 13:38: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/grey.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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: speed up ost-pools tests (Revision eea698c944283b755882d8f504d2fcc8ea371bd8)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-797&quot; title=&quot;Test failure on test suite ost-pools, subtest test_14, test_18, test_23&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-797&quot;&gt;&lt;del&gt;LU-797&lt;/del&gt;&lt;/a&gt; tests: skip ost-pools.sh 23b when SLOW=no (Revision f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212)&lt;/p&gt;

&lt;p&gt;     Result = ABORTED&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=eea698c944283b755882d8f504d2fcc8ea371bd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;eea698c944283b755882d8f504d2fcc8ea371bd8&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/test-framework.sh&lt;/li&gt;
&lt;/ul&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=f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7b4054cfc1d30fbbfd56acfe4b5a7a334de8212&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;/ul&gt;
</comment>
                            <comment id="39113" author="yujian" created="Sun, 20 May 2012 23:52:07 +0000"  >&lt;p&gt;Lustre Tag: v1_8_8_WC1_RC2&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/197/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b1_8/197/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5.8/x86_64 (kernel version: 2.6.18-308.4.1.el5)&lt;br/&gt;
Network: TCP (1GigE)&lt;br/&gt;
ENABLE_QUOTA=yes&lt;/p&gt;

&lt;p&gt;ost-pools test 14 timed out: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/23fdf678-a258-11e1-a6cd-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/23fdf678-a258-11e1-a6cd-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39707" author="yujian" created="Thu, 31 May 2012 04:45:52 +0000"  >&lt;p&gt;Lustre Tag: v2_1_2_RC2&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/86/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_1/86/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6.2/x86_64(server), RHEL6.2/i686(client)&lt;br/&gt;
Network: TCP (1GigE)&lt;br/&gt;
ENABLE_QUOTA=yes&lt;/p&gt;

&lt;p&gt;ost-pools test 23b timed out: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/7d305f1e-aa33-11e1-971d-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/7d305f1e-aa33-11e1-971d-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="40321" author="yujian" created="Sun, 10 Jun 2012 22:33:08 +0000"  >&lt;blockquote&gt;&lt;p&gt;Note also that I have a second patch which is skipping test_23b() when SLOW=no, because I don&apos;t think this is a very useful test (&lt;a href=&quot;http://review.whamcloud.com/2091&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2091&lt;/a&gt;).&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;During the build/release testing cycle, all of the auster tests are run with SLOW=yes, so the ost-pools test 23b timeout issue still exists with large size OSTs:&lt;br/&gt;
&lt;a href=&quot;http://tinyurl.com/c4gxcbn&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://tinyurl.com/c4gxcbn&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="43089" author="yujian" created="Mon, 13 Aug 2012 04:24:43 +0000"  >&lt;p&gt;More instances occurred during Lustre 2.1.3 RC1 testing:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/b66fac84-e490-11e1-af05-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/b66fac84-e490-11e1-af05-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/759997b4-e4be-11e1-af05-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/759997b4-e4be-11e1-af05-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/615958d4-e3ec-11e1-b6d3-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/615958d4-e3ec-11e1-b6d3-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="43545" author="yujian" created="Tue, 21 Aug 2012 06:58:01 +0000"  >&lt;p&gt;More instances occurred during Lustre 2.1.3 RC2 testing:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/9c6295ce-eb32-11e1-ba73-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/9c6295ce-eb32-11e1-ba73-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/68c13076-eb3d-11e1-ba73-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/68c13076-eb3d-11e1-ba73-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="47424" author="niu" created="Mon, 5 Nov 2012 22:58:49 +0000"  >&lt;p&gt;Look at the recent failure:&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;== ost-pools test 23b: OST pools and OOS ============================================================= 21:49:32 (1345438172)
running as uid/gid/euid/egid 500/500/500/500, groups:
 [touch] [/mnt/lustre/d0_runas_test/f13763]
CMD: client-30vm3 lctl pool_new lustre.testpool
client-30vm3: Pool lustre.testpool created
CMD: client-30vm6.lab.whamcloud.com lctl get_param -n lov.lustre-*.pools.testpool         2&amp;gt;/dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; || echo foo
CMD: client-30vm3 lctl pool_add lustre.testpool lustre-OST[0000-0006/3]
client-30vm3: OST lustre-OST0000_UUID added to pool lustre.testpool
client-30vm3: OST lustre-OST0003_UUID added to pool lustre.testpool
client-30vm3: OST lustre-OST0006_UUID added to pool lustre.testpool
CMD: client-30vm6.lab.whamcloud.com lctl get_param -n lov.lustre-*.pools.testpool |
                           sort -u | tr &lt;span class=&quot;code-quote&quot;&gt;&apos;\n&apos;&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&apos; &apos;&lt;/span&gt; 
1: 32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 1656.82 seconds, 20.7 MB/s
2: 32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 1761.27 seconds, 19.5 MB/s
3: 32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 1921.64 seconds, 17.9 MB/s
4: 32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 1941.35 seconds, 17.7 MB/s
5: 32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 2098.63 seconds, 16.4 MB/s
6: 32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 2030.07 seconds, 16.9 MB/s
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The MAXFREE should be (2000000(KB) * 7(osts)) / (1024 * 1024) = 13GB, which means the available space should be less than 13GB in this pool, however, tests writes much more than the it and didn&apos;t fail with ENOSPC. I think we&apos;d add more debug information in the tests, and also break the writting whenever written bytes is greater than available space.&lt;/p&gt;</comment>
                            <comment id="47425" author="niu" created="Mon, 5 Nov 2012 23:12:55 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,4474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4474&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48532" author="niu" created="Thu, 29 Nov 2012 05:07:15 +0000"  >&lt;p&gt;remove the space of &quot;lfs df&quot; output interllay: &lt;a href=&quot;http://review.whamcloud.com/4705&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4705&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48969" author="emoly.liu" created="Mon, 10 Dec 2012 08:50:39 +0000"  >&lt;blockquote&gt;&lt;p&gt;remove the space of &quot;lfs df&quot; output interllay: &lt;a href=&quot;http://review.whamcloud.com/4705&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4705&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;b2_1 port is at &lt;a href=&quot;http://review.whamcloud.com/#change,4784&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4784&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48982" author="yujian" created="Mon, 10 Dec 2012 10:25:37 +0000"  >&lt;p&gt;Lustre Branch: b2_1&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/148&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_1/148&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6.3/x86_64 (kernel version: 2.6.32-279.14.1.el6)&lt;br/&gt;
Network: TCP (1GigE)&lt;/p&gt;

&lt;p&gt;The same issue occurred:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/9b37618e-41db-11e2-adcf-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/9b37618e-41db-11e2-adcf-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49235" author="emoly.liu" created="Fri, 14 Dec 2012 02:20:23 +0000"  >&lt;blockquote&gt;&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,4474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4474&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;b2_1 port is at &lt;a href=&quot;http://review.whamcloud.com/4831&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4831&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49453" author="pjones" created="Wed, 19 Dec 2012 11:39:03 +0000"  >&lt;p&gt;Fix landed for 2.1.4 and 2.4&lt;/p&gt;</comment>
                            <comment id="49743" author="emoly.liu" created="Fri, 28 Dec 2012 03:41:56 +0000"  >&lt;p&gt;The related patches for b1_8 are merged into &lt;a href=&quot;http://review.whamcloud.com/4898&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4898&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49806" author="yujian" created="Sun, 30 Dec 2012 22:24:06 +0000"  >&lt;p&gt;Lustre Branch: b1_8&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/236/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b1_8/236/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5.8/x86_64&lt;br/&gt;
Network: TCP (1GigE)&lt;br/&gt;
ENABLE_QUOTA=yes&lt;br/&gt;
OSTSIZE=149723171&lt;/p&gt;

&lt;p&gt;The ost-pools test 14 timed out: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/f8ded3ce-5187-11e2-bbc3-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/f8ded3ce-5187-11e2-bbc3-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="12904">LU-1001</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="12529">LU-876</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzv7en:</customfieldvalue>

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