<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:47 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-203] parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0</title>
                <link>https://jira.whamcloud.com/browse/LU-203</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;parallel-scale test_statahead failed as follows:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Mounting 5 lustre clients starts on client-8-ib,client-9-ib 
Starting client client-8-ib,client-9-ib: -o client-16-ib@o2ib:/lustre /tmp/mntpt/lustre0
client-8-ib: Usage: mount -V                 : print version
client-8-ib:        mount -h                 : print this help
client-8-ib:        mount                    : list mounted filesystems
client-8-ib:        mount -l                 : idem, including volume labels
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/5e650626-61e5-11e0-a2b4-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/5e650626-61e5-11e0-a2b4-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is caused by a bug in the zconf_mount_clients():&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;    local clients=$1
    local mnt=$2
    local OPTIONS=${3:-$MOUNTOPT}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The above codes should be:&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;    local clients=$1
    local mnt=$2
    shift 2
    local OPTIONS=${@:-$MOUNTOPT}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="10573">LU-203</key>
            <summary>parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 8 Apr 2011 08:36:17 +0000</created>
                <updated>Tue, 26 Apr 2011 21:17:30 +0000</updated>
                            <resolved>Tue, 26 Apr 2011 21:16:58 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="12874" author="yujian" created="Fri, 15 Apr 2011 04:30:21 +0000"  >&lt;p&gt;Patch was pushed to Gerrit for review in: &lt;a href=&quot;http://review.whamcloud.com/428&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/428&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12875" author="brian" created="Fri, 15 Apr 2011 04:33:48 +0000"  >&lt;p&gt;Or should the caller be quoting what is sent as argument #3 so that all of the options are given to &lt;tt&gt;zconf_mount_clients()&lt;/tt&gt; in the 3rd argument?&lt;/p&gt;

&lt;p&gt;Either solution will work of course.  I just think having a finite and predictable number of arguments makes extending the function&apos;s arguments easier in the future.&lt;/p&gt;</comment>
                            <comment id="12898" author="yujian" created="Mon, 18 Apr 2011 01:53:41 +0000"  >&lt;blockquote&gt;&lt;p&gt;Or should the caller be quoting what is sent as argument #3 so that all of the options are given to zconf_mount_clients() in the 3rd argument?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, this makes sense.&lt;/p&gt;

&lt;p&gt;The updated patch was in &lt;a href=&quot;http://review.whamcloud.com/430&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/430&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="13003" author="brian" created="Tue, 19 Apr 2011 04:03:26 +0000"  >&lt;p&gt;Yu Jian,&lt;/p&gt;

&lt;p&gt;When you update a patch, be sure to leave the Change-Id: in the commit unchanged so that each revision of the patch does not create a new changeset.  That way a changeset has an audit trail that reflects the comments in the related JIRA issue.&lt;/p&gt;</comment>
                            <comment id="13006" author="yujian" created="Tue, 19 Apr 2011 06:49:42 +0000"  >&lt;blockquote&gt;&lt;p&gt;When you update a patch, be sure to leave the Change-Id: in the commit unchanged so that each revision of the patch does not create a new changeset. That way a changeset has an audit trail that reflects the comments in the related JIRA issue.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thanks Brian for the useful instruction. I know how to do next time when I need push a revised patch.&lt;/p&gt;</comment>
                            <comment id="13116" author="hudson" created="Wed, 20 Apr 2011 16:07:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13120" author="hudson" created="Wed, 20 Apr 2011 16:09:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13124" author="hudson" created="Wed, 20 Apr 2011 16:09:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13128" author="hudson" created="Wed, 20 Apr 2011 16:10:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13132" author="hudson" created="Wed, 20 Apr 2011 16:10:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13136" author="hudson" created="Wed, 20 Apr 2011 16:23:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13140" author="hudson" created="Wed, 20 Apr 2011 16:25:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13144" author="hudson" created="Wed, 20 Apr 2011 16:26:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13148" author="hudson" created="Wed, 20 Apr 2011 16:29:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13152" author="hudson" created="Wed, 20 Apr 2011 16:42:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13156" author="hudson" created="Wed, 20 Apr 2011 17:00:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13161" author="hudson" created="Wed, 20 Apr 2011 17:20:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13165" author="hudson" created="Wed, 20 Apr 2011 17:36:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #40&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&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=5872f585d91d277ffc27e703c1564c361f3a8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5872f585d91d277ffc27e703c1564c361f3a8a23&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13263" author="yujian" created="Mon, 25 Apr 2011 07:55:16 +0000"  >&lt;p&gt;Patch for b1_8: &lt;a href=&quot;http://review.whamcloud.com/461&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/461&lt;/a&gt;&lt;br/&gt;
It&apos;s the same as what was pushed to master branch.&lt;/p&gt;</comment>
                            <comment id="13320" author="hudson" created="Tue, 26 Apr 2011 11:57:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13321" author="hudson" created="Tue, 26 Apr 2011 11:58:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13323" author="hudson" created="Tue, 26 Apr 2011 11:59:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13325" author="hudson" created="Tue, 26 Apr 2011 12:02:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13326" author="hudson" created="Tue, 26 Apr 2011 12:03:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13327" author="hudson" created="Tue, 26 Apr 2011 12:08:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13329" author="hudson" created="Tue, 26 Apr 2011 12:08:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13331" author="hudson" created="Tue, 26 Apr 2011 12:16:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13333" author="hudson" created="Tue, 26 Apr 2011 12:30:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13335" author="hudson" created="Tue, 26 Apr 2011 12:47:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13336" author="hudson" created="Tue, 26 Apr 2011 12:57:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-203&quot; title=&quot;parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-203&quot;&gt;&lt;del&gt;LU-203&lt;/del&gt;&lt;/a&gt; pass client mount options to zconf_mount_clients() correctly&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=d46a1ca866adbd5bf7f33c6b514dba8ff227b636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d46a1ca866adbd5bf7f33c6b514dba8ff227b636&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/parallel-scale.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13345" author="yujian" created="Tue, 26 Apr 2011 21:16:58 +0000"  >&lt;p&gt;The patches have been pushed to both b1_8 and master branches in fs/lustre-release repo.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv9fz:</customfieldvalue>

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