<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:56 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-843] Several minor issues</title>
                <link>https://jira.whamcloud.com/browse/LU-843</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;shmem_bump() modifies bumped_running without lock&lt;br/&gt;
&amp;#8211;&lt;/p&gt;
{en,dis}able-ext4 config option is not correctly handled&lt;br/&gt;
Redirecting stdin in a while loop can trigger subshell.&lt;br/&gt;
get_ec_devno() in libecho mishandles results&lt;br/&gt;
&lt;br/&gt;
Detailed commit messages to private repository:&lt;br/&gt;
&lt;br/&gt;
shmem_bump() modifies bumped_running without lock&lt;br/&gt;
&lt;br/&gt;
Each of several threads could sleep after the shmem_unlock call&lt;br/&gt;
allowing following threads to see bumped_running set to false. It&lt;br/&gt;
should be set to true inside the guarded &quot;then&quot; clause still under the&lt;br/&gt;
shmem_lock() protection. A side effect is that it will only ever be&lt;br/&gt;
set to true once.&lt;br/&gt;
&lt;br/&gt;
====&lt;br/&gt;
&lt;br/&gt;
correctly handle &amp;#8211;{en,dis}
&lt;p&gt;able-ext4 config option&lt;/p&gt;

&lt;p&gt;Some configurations require ext4 use, some prohibit it, and some&lt;br/&gt;
can use either.  This rewrite enforces constraints and allows&lt;br/&gt;
enabling and disabling when either is possible.&lt;/p&gt;

&lt;p&gt;Remove dead stores to unused &quot;ldiskfs_is_ext4&quot; variable.&lt;/p&gt;

&lt;p&gt;====&lt;/p&gt;

&lt;p&gt;Redirecting stdin in a while loop can trigger subshell.&lt;/p&gt;

&lt;p&gt;That causes variables changed in the loop to loose their changes.&lt;br/&gt;
(POSIX does not require &quot;while&quot; loops in shell scripts to be performed&lt;br/&gt;
in the same environment when stdin is redirected.  &quot;bash&quot; does not&lt;br/&gt;
commit to maintaining current behavior.)  Therefore, read input from&lt;br/&gt;
fd 3.  Also:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Eliminate unnecessary fork/exec calls since the analysis&lt;br/&gt;
  can readily be done in the same shell process.&lt;/li&gt;
	&lt;li&gt;Ensure that all error paths do emit ERROR to stdout.&lt;/li&gt;
	&lt;li&gt;Ensure &quot;libecho&quot; comes from obdfilter-survey dir.&lt;/li&gt;
	&lt;li&gt;Ignore files created by &quot;patch&quot; program.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;====&lt;/p&gt;

&lt;p&gt;get_ec_devno() in libecho mishandles results&lt;/p&gt;

&lt;p&gt;The results from this function are returned by echoing them to stdout. This&lt;br/&gt;
needs to be done more safely because other functions that it invokes&lt;br/&gt;
(e.g. &quot;remote_shell&quot;) can drop detritus into stdout (viz., a terminal control&lt;br/&gt;
escape sequence) that mutilates results.&lt;/p&gt;

&lt;p&gt;The fundamental bug is that readline(3GNU) should &lt;b&gt;never&lt;/b&gt; emit terminal&lt;br/&gt;
control sequences to stdout.  It should be stderr, especially when stdin is&lt;br/&gt;
not a terminal.  We won&apos;t be fixing the readline function, but we can mitigate&lt;br/&gt;
the bug by dumping unneeded stdout output to stderr or /dev/null.&lt;/p&gt;

&lt;p&gt;So, the solution is to clone stdout fd, redirect stdout to an alternate fd&lt;br/&gt;
(stderr) and echo results to the cloned fd.&lt;/p&gt;

&lt;p&gt;Since this works only as a code fragment with redirected stdout, it must,&lt;br/&gt;
perforce, be running in a subshell. The &quot;return&quot; statements need to be &quot;exit&quot;&lt;br/&gt;
statements, with the proper success/fail indication. This is not currently&lt;br/&gt;
used, but should be more reliable than checking the result count.&lt;/p&gt;</description>
                <environment>Linux x86-64 and likely all others</environment>
        <key id="12449">LU-843</key>
            <summary>Several minor issues</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="bkorb">Bruce Korb</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 Nov 2011 13:47:24 +0000</created>
                <updated>Fri, 24 Feb 2012 01:28:20 +0000</updated>
                            <resolved>Mon, 6 Feb 2012 19:12:49 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.x (1.8.0 - 1.8.5)</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="23015" author="bkorb" created="Mon, 14 Nov 2011 14:49:03 +0000"  >&lt;p&gt;Mostly dead issue:  correctly handle &#8211;&lt;/p&gt;
{en,dis}
&lt;p&gt;able-ext4 config option&lt;br/&gt;
&quot;ldiskfs_is_ext4=yes&quot; is still a dead store.  The option is gone.&lt;/p&gt;</comment>
                            <comment id="23016" author="bkorb" created="Mon, 14 Nov 2011 17:27:30 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1699&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1699&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="24762" author="pjones" created="Wed, 14 Dec 2011 15:39:49 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="24777" author="hudson" created="Wed, 14 Dec 2011 16:21: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=el5,ib_stack=ofa/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24778" author="hudson" created="Wed, 14 Dec 2011 16:22: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=x86_64,build_type=client,distro=el6,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24779" author="hudson" created="Wed, 14 Dec 2011 16:23:37 +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/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24781" author="hudson" created="Wed, 14 Dec 2011 16:26:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24782" author="hudson" created="Wed, 14 Dec 2011 16:28: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=ofa/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24783" author="hudson" created="Wed, 14 Dec 2011 16:30: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=server,distro=el6,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24785" author="hudson" created="Wed, 14 Dec 2011 16:32:49 +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/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24786" author="hudson" created="Wed, 14 Dec 2011 16:33: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=el5,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24787" author="hudson" created="Wed, 14 Dec 2011 16:33: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=ubuntu1004,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24788" author="hudson" created="Wed, 14 Dec 2011 16:40:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24789" author="hudson" created="Wed, 14 Dec 2011 16:41: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=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24790" author="hudson" created="Wed, 14 Dec 2011 16:42:40 +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/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24791" author="hudson" created="Wed, 14 Dec 2011 16:50:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24792" author="hudson" created="Wed, 14 Dec 2011 16:54: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-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #385&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-843&quot; title=&quot;Several minor issues&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-843&quot;&gt;&lt;del&gt;LU-843&lt;/del&gt;&lt;/a&gt; iokit: get_ec_devno returns trash (Revision d7e86afb0c64b5107a5aff8c45b962ec0104d255)&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=d7e86afb0c64b5107a5aff8c45b962ec0104d255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d7e86afb0c64b5107a5aff8c45b962ec0104d255&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/libecho&lt;/li&gt;
	&lt;li&gt;lustre-iokit/obdfilter-survey/obdfilter-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26533" author="mdiep" created="Fri, 13 Jan 2012 16:35:31 +0000"  >&lt;p&gt;reopen to port this to b2_1&lt;/p&gt;</comment>
                            <comment id="27998" author="mdiep" created="Mon, 6 Feb 2012 19:12:49 +0000"  >&lt;p&gt;landed in b2_1&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|hzv7tj:</customfieldvalue>

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