<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:09:44 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-715] Value read from qos_threshold_rr file does not match value written</title>
                <link>https://jira.whamcloud.com/browse/LU-715</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After I change the value of qos_threshold_rr by writing to /proc/fs/lustre/lov/&amp;lt;fsname&amp;gt;-mdtlov/qos_threshold_rr, the value I read back is usually one less than the value I wrote:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# echo 17 &amp;gt; qos_threshold_rr&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# cat qos_threshold_rr&lt;br/&gt;
16%&lt;/p&gt;

&lt;p&gt;This is not the case for values 0 or 100:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# echo 100 &amp;gt; qos_threshold_rr&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# cat qos_threshold_rr&lt;br/&gt;
100%&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# echo 0 &amp;gt; qos_threshold_rr&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# cat qos_threshold_rr&lt;br/&gt;
0%&lt;/p&gt;

&lt;p&gt;I realize this is an artifact of the way the value is stored. (Value range 0-100 is converted to 0-256 when written, and then converted back when read.)  However, it is confusing to write one value and then read back a different value.  This could be especially problematic when the value is 1:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# echo 1 &amp;gt; qos_threshold_rr&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root&amp;#93;&lt;/span&gt;# cat qos_threshold_rr&lt;br/&gt;
0%&lt;/p&gt;

&lt;p&gt;Anyone reading a value of 0 would not know whether the value had been set to 0 or 1.&lt;/p&gt;

&lt;p&gt;If the behavior of Lustre cannot be modified, then the documentation should probably be updated to explain it.&lt;/p&gt;</description>
                <environment>CentOS 5.6</environment>
        <key id="11902">LU-715</key>
            <summary>Value read from qos_threshold_rr file does not match value written</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="rmohr">Rick Mohr</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Sep 2011 13:04:36 +0000</created>
                <updated>Wed, 9 May 2012 12:17:51 +0000</updated>
                            <resolved>Thu, 5 Apr 2012 18:25:34 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 1.8.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="20471" author="adilger" created="Fri, 23 Sep 2011 13:11:02 +0000"  >&lt;p&gt;Since the value in the kernel is finer grained than the value from userspace, it should be possible to always return the original value by rinsing to the nearest integer at conversion instead of truncating.  It should be relatively simple to fix in Lustre. &lt;/p&gt;</comment>
                            <comment id="21294" author="ezell" created="Fri, 14 Oct 2011 00:33:11 +0000"  >&lt;p&gt;Patch for b1_8 is at &lt;a href=&quot;http://review.whamcloud.com/1522&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1522&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21839" author="ezell" created="Tue, 25 Oct 2011 10:58:45 +0000"  >&lt;p&gt;Patch against master is at &lt;a href=&quot;http://review.whamcloud.com/1532&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1532&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="22118" author="pjones" created="Fri, 28 Oct 2011 09:00:34 +0000"  >&lt;p&gt;Andreas please select a second inspector if something other than Oleg needs to inspect this too&lt;/p&gt;</comment>
                            <comment id="22124" author="hudson" created="Fri, 28 Oct 2011 13:06: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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22126" author="hudson" created="Fri, 28 Oct 2011 13:13: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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22128" author="hudson" created="Fri, 28 Oct 2011 13:17: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22130" author="hudson" created="Fri, 28 Oct 2011 13:17:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22132" author="hudson" created="Fri, 28 Oct 2011 13:18:51 +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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22135" author="hudson" created="Fri, 28 Oct 2011 13:21: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22137" author="hudson" created="Fri, 28 Oct 2011 13:21:18 +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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22140" author="hudson" created="Fri, 28 Oct 2011 13:22:35 +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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22142" author="pjones" created="Fri, 28 Oct 2011 13:22:53 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="22143" author="hudson" created="Fri, 28 Oct 2011 13:23:13 +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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22145" author="hudson" created="Fri, 28 Oct 2011 13:23:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22150" author="hudson" created="Fri, 28 Oct 2011 13:32:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22152" author="hudson" created="Fri, 28 Oct 2011 13:35:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22163" author="hudson" created="Sat, 29 Oct 2011 10:08:03 +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/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22165" author="hudson" created="Sat, 29 Oct 2011 10:08: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #322&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision 0d0b8d65d84c644290f938a43fdcb0d68015c519)&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=0d0b8d65d84c644290f938a43fdcb0d68015c519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0d0b8d65d84c644290f938a43fdcb0d68015c519&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24421" author="hudson" created="Mon, 12 Dec 2011 18:20:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/160/&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 #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24426" author="hudson" created="Mon, 12 Dec 2011 18:23: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-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/160/&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 #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24430" author="hudson" created="Mon, 12 Dec 2011 18:25:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/160/&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 #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24434" author="hudson" created="Mon, 12 Dec 2011 18:26:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24438" author="hudson" created="Mon, 12 Dec 2011 18:26: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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/160/&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 #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24442" author="hudson" created="Mon, 12 Dec 2011 18:31: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-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/160/&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 #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24447" author="hudson" created="Mon, 12 Dec 2011 18:34: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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24456" author="hudson" created="Mon, 12 Dec 2011 18:38: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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/160/&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 #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24500" author="hudson" created="Mon, 12 Dec 2011 18:59:51 +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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24504" author="hudson" created="Mon, 12 Dec 2011 19:01:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24514" author="hudson" created="Mon, 12 Dec 2011 19:31: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/160/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #160&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-715&quot; title=&quot;Value read from qos_threshold_rr file does not match value written&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-715&quot;&gt;&lt;del&gt;LU-715&lt;/del&gt;&lt;/a&gt; lov: fix procfs reporting for qos values (Revision d07942a89ba92fa20cf0364900a1d52d94784edc)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=d07942a89ba92fa20cf0364900a1d52d94784edc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d07942a89ba92fa20cf0364900a1d52d94784edc&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lproc_lov.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33608" author="adilger" created="Thu, 5 Apr 2012 18:25:34 +0000"  >&lt;p&gt;Patch was landed for Lustre 2.2.&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|hzv87z:</customfieldvalue>

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