<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:15:17 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-1285] Test failure on test suite sanity: get_stripe_info: command not found</title>
                <link>https://jira.whamcloud.com/browse/LU-1285</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for nasf &amp;lt;yong.fan@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/e34eab8c-7d85-11e1-aaf6-525400d2bfa6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/e34eab8c-7d85-11e1-aaf6-525400d2bfa6&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;get_stripe_info is removed by the patch: &lt;a href=&quot;http://review.whamcloud.com/#change,2022&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2022&lt;/a&gt;&lt;br/&gt;
But it is still used by some test scripts, like sanity, then caused following failures:&lt;/p&gt;

&lt;p&gt;/usr/lib64/lustre/tests/sanity.sh: line 5276: get_stripe_info: command not found&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5277: [: -ne: unary operator expected&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5280: [: -ne: unary operator expected&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5283: [: -ne: unary operator expected&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5276: get_stripe_info: command not found&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5277: [: -ne: unary operator expected&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5280: [: -ne: unary operator expected&lt;br/&gt;
/usr/lib64/lustre/tests/sanity.sh: line 5283: [: -ne: unary operator expected&lt;br/&gt;
 sanity test_102d: @@@@@@ FAIL: all files are being extracted starting from OST index 0 &lt;br/&gt;
Dumping lctl log to /logdir/test_logs/2012-04-02/lustre-reviews-el6-x86_64_&lt;em&gt;4621&lt;/em&gt;_-7f61d93d5c60/sanity.test_102d.*.1333429553.log&lt;/p&gt;</description>
                <environment></environment>
        <key id="13882">LU-1285</key>
            <summary>Test failure on test suite sanity: get_stripe_info: command not found</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 Apr 2012 23:25:23 +0000</created>
                <updated>Wed, 2 May 2012 15:37:29 +0000</updated>
                            <resolved>Thu, 12 Apr 2012 10:26:55 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="33561" author="adilger" created="Thu, 5 Apr 2012 15:36:05 +0000"  >&lt;p&gt;Those tests all reported success when run previously, so this breakage wasn&apos;t noticed.  Sadly, the test runs that were done for the patch landing (&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/9151bc76-6eed-11e1-b737-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/9151bc76-6eed-11e1-b737-5254004bbbd3&lt;/a&gt;, &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/ebf3704e-5f9c-11e1-9458-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/ebf3704e-5f9c-11e1-9458-5254004bbbd3&lt;/a&gt;) 102d, 102f, 102j report PASS (not SKIP or FAIL) and do not have logs, so I cannot see whether they were run incorrectly or there is a bug in the test framework.&lt;/p&gt;

&lt;p&gt;I&apos;ll submit a patch to fix this.&lt;/p&gt;</comment>
                            <comment id="33616" author="adilger" created="Thu, 5 Apr 2012 19:46:00 +0000"  >&lt;p&gt;It turns out that the reason these tests did not fail in my local testing (FC13) or during review was due to the lack of a lustre-aware tar being installed.  The Lustre fixes were only added into FC14 and RHEL6.  Once I installed the RHEL6 tar (tar-1.23-3.el6.x86_64) the tests were run and indeed were failing.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/2458&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2458&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="34599" author="pjones" created="Thu, 12 Apr 2012 10:26:55 +0000"  >&lt;p&gt;Fix landed for 2.3&lt;/p&gt;</comment>
                            <comment id="34600" author="hudson" created="Thu, 12 Apr 2012 10:28:20 +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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34602" author="hudson" created="Thu, 12 Apr 2012 11:02:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34603" author="hudson" created="Thu, 12 Apr 2012 11:02:24 +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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34605" author="hudson" created="Thu, 12 Apr 2012 11:07:24 +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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34606" author="hudson" created="Thu, 12 Apr 2012 11:15:26 +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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34607" author="hudson" created="Thu, 12 Apr 2012 11:16: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=el5,ib_stack=ofa/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34610" author="hudson" created="Thu, 12 Apr 2012 11: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=ofa/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34611" author="hudson" created="Thu, 12 Apr 2012 11:29:02 +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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34612" author="hudson" created="Thu, 12 Apr 2012 11:30: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=server,distro=el5,ib_stack=inkernel/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34615" author="hudson" created="Thu, 12 Apr 2012 11:43:08 +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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34616" author="hudson" created="Thu, 12 Apr 2012 11:44: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/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34618" author="hudson" created="Thu, 12 Apr 2012 11:48:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34619" author="hudson" created="Thu, 12 Apr 2012 11:55:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34620" author="hudson" created="Thu, 12 Apr 2012 12:07:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34621" author="hudson" created="Thu, 12 Apr 2012 12:16: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=x86_64,build_type=client,distro=el6,ib_stack=ofa/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34624" author="hudson" created="Thu, 12 Apr 2012 12:37:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34630" author="hudson" created="Thu, 12 Apr 2012 12:58: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=server,distro=el6,ib_stack=inkernel/484/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #484&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35432" author="hudson" created="Wed, 25 Apr 2012 04:43:20 +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-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35433" author="hudson" created="Wed, 25 Apr 2012 04:44:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35434" author="hudson" created="Wed, 25 Apr 2012 04: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-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35435" author="hudson" created="Wed, 25 Apr 2012 04:52:24 +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-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35436" author="hudson" created="Wed, 25 Apr 2012 04:53: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-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35437" author="hudson" created="Wed, 25 Apr 2012 05:30:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35438" author="hudson" created="Wed, 25 Apr 2012 06:02: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-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/337/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #337&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision bac03418c5f7e08c47581caf55753adc35489e6d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=bac03418c5f7e08c47581caf55753adc35489e6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bac03418c5f7e08c47581caf55753adc35489e6d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36164" author="hudson" created="Wed, 2 May 2012 14:53: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-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36461" author="hudson" created="Wed, 2 May 2012 14:55: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-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36758" author="hudson" created="Wed, 2 May 2012 14:58:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37056" author="hudson" created="Wed, 2 May 2012 15:13:55 +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-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37353" author="hudson" created="Wed, 2 May 2012 15:14: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-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37651" author="hudson" created="Wed, 2 May 2012 15:19:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37948" author="hudson" created="Wed, 2 May 2012 15:37: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-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1285&quot; title=&quot;Test failure on test suite sanity: get_stripe_info: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1285&quot;&gt;&lt;del&gt;LU-1285&lt;/del&gt;&lt;/a&gt; tests: fix tar breakage in 102d/102f/102j (Revision 8d0bf30d5dc700b176c9e66a103e8c31fff20d47)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8d0bf30d5dc700b176c9e66a103e8c31fff20d47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d0bf30d5dc700b176c9e66a103e8c31fff20d47&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/tests/replay-ost-single.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="13954">LU-1309</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </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|hzv6v3:</customfieldvalue>

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