<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:09:51 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-728] pdsh HOSTLIST expression support in test sutie</title>
                <link>https://jira.whamcloud.com/browse/LU-728</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With the testing of large stripe count with the lustre test suite creating a list of OSTDEV and oss host can become very large so to simply this I implement pdsh HOSTLIST for the test suite configuration file. For example instead of ost1_HOST=foo1;ost2_HOST=foo2,etc you can do a simple ost_HOST=${ost_HOST:&lt;del&gt;&quot;foo&lt;span class=&quot;error&quot;&gt;&amp;#91;1-n&amp;#93;&lt;/span&gt;&quot;}. Also with the power of HOSTLIST combos like ost_HOST=${ost_HOST:&lt;/del&gt;&quot;foo&lt;span class=&quot;error&quot;&gt;&amp;#91;1-3,4,9-20&amp;#93;&lt;/span&gt;&quot;} are possible. Many forms of HOSTLIST have been tested in our test beds. Can be expanded later to devices as well as host.&lt;/p&gt;</description>
                <environment>Lustre nodes running auster suite</environment>
        <key id="12003">LU-728</key>
            <summary>pdsh HOSTLIST expression support in test sutie</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="mdiep">Minh Diep</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Mon, 3 Oct 2011 11:50:54 +0000</created>
                <updated>Tue, 27 Mar 2012 23:05:17 +0000</updated>
                            <resolved>Wed, 4 Jan 2012 09:05:01 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="20864" author="pjones" created="Wed, 5 Oct 2011 10:15:35 +0000"  >&lt;p&gt;Yu Jian&lt;/p&gt;

&lt;p&gt;I think that this one will be of interest to you&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="20866" author="simmonsja" created="Wed, 5 Oct 2011 11:14:06 +0000"  >&lt;p&gt;Patch at &lt;a href=&quot;http://review.whamcloud.com/#change,1462&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1462&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="23574" author="pjones" created="Wed, 30 Nov 2011 14:44:34 +0000"  >&lt;p&gt;reassigning to Minh&lt;/p&gt;</comment>
                            <comment id="23609" author="mdiep" created="Thu, 1 Dec 2011 17:18:32 +0000"  >&lt;p&gt;James,&lt;/p&gt;

&lt;p&gt;please correct me if I am wrong but the patch you upload is about RCLIENTS and nothing to do with ost_HOST. I don&apos;t believe we can apply the hostlist_expand to any of the server names which are in the form ost#_HOST = hostname. If you agree, please change the description to reflect what the patch does&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                            <comment id="23927" author="simmonsja" created="Thu, 8 Dec 2011 12:40:06 +0000"  >&lt;p&gt;You can by using get_nodes. I will include that in the next patch. The problem with the RCLIENTS and CLIENTS list is the comma list and non comma list. Its unclear in ncli for those list to have the values seperated by a comma or not. Simple example-&lt;/p&gt;

&lt;p&gt;ncli.sh &lt;br/&gt;
-----------------------------------------&lt;br/&gt;
CLIENT1=${CLIENT1:-`hostname`}&lt;br/&gt;
SINGLECLIENT=$CLIENT1&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Note spoon01 is local host, should be filtered out.&lt;br/&gt;
RCLIENTS=${RCLIENTS:-&quot;spoon01 spoon03&quot;}&lt;br/&gt;
-----------------------------------------&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;From my test file &lt;/p&gt;

&lt;p&gt;echo &quot;CLIENTS=$CLIENTS RCLIENTS=$RCLIENTS&quot;&lt;br/&gt;
FAIL_LIST=($RCLIENTS)&lt;br/&gt;
FAIL_NUM=${#FAIL_LIST&lt;span class=&quot;error&quot;&gt;&amp;#91;*&amp;#93;&lt;/span&gt;}&lt;br/&gt;
echo &quot;FAIL_NUM=$FAIL_NUM&quot;&lt;br/&gt;
echo &quot;CLIENT2 = $CLIENT2&quot;&lt;/p&gt;

&lt;p&gt;I get...&lt;/p&gt;

&lt;p&gt;CLIENTS=spoon01,spoon03  RCLIENTS=spoon01 spoon03&lt;br/&gt;
FAIL_NUM=2&lt;br/&gt;
CLIENT2 = spoon03&lt;/p&gt;

&lt;p&gt;Now if you have a comma in the RCLIENTS then FAIL_NUM=1. Also `hostname` is spoon1 yet it ends up in RCLIENTS. Commas are also a issue in the simple loop&lt;/p&gt;

&lt;p&gt;for client in $CLIENTS; do&lt;br/&gt;
        echo &quot;$client !!!!&quot;&lt;br/&gt;
done&lt;/p&gt;

&lt;p&gt;Which prints spoon01,spoon03 !!!! This is also wrong.&lt;/p&gt;

&lt;p&gt;The next patch will greatly simpliy this handling.&lt;/p&gt;
</comment>
                            <comment id="23929" author="simmonsja" created="Thu, 8 Dec 2011 13:49:02 +0000"  >&lt;p&gt;The last patch should sort the client list out with or without commas. Also the example I gave from insanity doesn&apos;t handle the comma listing of RCLIENT well. From what I can tell all host list are expected to have commas normally.&lt;/p&gt;</comment>
                            <comment id="24037" author="mdiep" created="Fri, 9 Dec 2011 16:29:16 +0000"  >&lt;p&gt;&quot;The problem with the RCLIENTS and CLIENTS list is the comma list and non comma list. Its unclear in ncli for those list to have the values seperated by a comma or not.&quot;&lt;/p&gt;

&lt;p&gt;We should make it work for both.&lt;/p&gt;

&lt;p&gt;There is also an issue with hostname return with domain name (ie. host.local) and this will not be filtered out&lt;/p&gt;</comment>
                            <comment id="24118" author="simmonsja" created="Mon, 12 Dec 2011 13:29:29 +0000"  >&lt;p&gt;Great, because this patch allows both in the client list. I looked at the value of $HOSTNAME to discover that it always does not have the domain name. We could always go with the short name (hostname -s) but is that what we want? Consider the case of WAN support. On last thing that I want to fix up is facet_active. That is a lot of file at a very large scale when testing large stripe count support. Their has to be a better way.&lt;/p&gt;</comment>
                            <comment id="24876" author="simmonsja" created="Fri, 16 Dec 2011 09:32:28 +0000"  >&lt;p&gt;Since get_nodes needs more work I can remove it from this patch and include it in a later patch. Looking at the code the best way to handle a node list is without commas. If we need a comma list a function exist to do that. I will posta updated patch that makes the node list without commas.&lt;/p&gt;</comment>
                            <comment id="25465" author="hudson" created="Wed, 4 Jan 2012 08:58: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=el5,ib_stack=ofa/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25466" author="hudson" created="Wed, 4 Jan 2012 08:58: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=server,distro=el6,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25467" author="hudson" created="Wed, 4 Jan 2012 09:00: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=client,distro=el6,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25468" author="hudson" created="Wed, 4 Jan 2012 09:04:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25469" author="pjones" created="Wed, 4 Jan 2012 09:05:01 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="25470" author="hudson" created="Wed, 4 Jan 2012 09:06: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=server,distro=el5,ib_stack=ofa/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25471" author="hudson" created="Wed, 4 Jan 2012 09:06:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25472" author="hudson" created="Wed, 4 Jan 2012 09:06:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25473" author="hudson" created="Wed, 4 Jan 2012 09:07: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=client,distro=sles11,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25474" author="hudson" created="Wed, 4 Jan 2012 09:07: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=x86_64,build_type=client,distro=el5,ib_stack=ofa/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25475" author="hudson" created="Wed, 4 Jan 2012 09:10: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25476" author="hudson" created="Wed, 4 Jan 2012 09:10:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25478" author="hudson" created="Wed, 4 Jan 2012 09:16:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25479" author="hudson" created="Wed, 4 Jan 2012 09:16: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=i686,build_type=client,distro=el5,ib_stack=ofa/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                            <comment id="25480" author="hudson" created="Wed, 4 Jan 2012 09:17: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=el6,ib_stack=inkernel/398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #398&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-728&quot; title=&quot;pdsh HOSTLIST expression support in test sutie&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-728&quot;&gt;&lt;del&gt;LU-728&lt;/del&gt;&lt;/a&gt; tests: pdsh HOSTLIST test suite support (Revision f6d84d790c63bc200f8f25ac40b3f72321f62190)&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=f6d84d790c63bc200f8f25ac40b3f72321f62190&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f6d84d790c63bc200f8f25ac40b3f72321f62190&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;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv7rj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4792</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>