<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:31 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-487] procfs stats file incorrectly records brw_read and brw_write values</title>
                <link>https://jira.whamcloud.com/browse/LU-487</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;brw_read in llite client procfs stats file claims to measure in units of pages. For example:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;# cat /proc/fs/lustre/llite/lustre-ffff88000449a800/stats
snapshot_time             1308264214.464257 secs.usecs
dirty_pages_hits          1419716 samples [regs]
dirty_pages_misses        833472 samples [regs]
read_bytes                322963 samples [bytes] 1 2684356 154236888794
write_bytes               225001 samples [bytes] 0 125912 3323679002
brw_read                  15285 samples [pages] 4096 4096 62607360
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;



&lt;p&gt;However, in &lt;tt&gt;./lustre/llite/lloop.c&lt;/tt&gt; the tallying of the LPROC_LL_BRW_WRITE/READ counter increments by the value of: &lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;page_count &amp;lt;&amp;lt; PAGE_CACHE_SHIFT
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Using this value has the effect of not measure pages, but the total bytes of the pages. A simple fix maybe to remove the PAGE_CACHE_SHIFT. Or, rename &apos;&lt;span class=&quot;error&quot;&gt;&amp;#91;pages&amp;#93;&lt;/span&gt;&apos; to &apos;&lt;span class=&quot;error&quot;&gt;&amp;#91;bytes&amp;#93;&lt;/span&gt;&apos; in the output.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11280">LU-487</key>
            <summary>procfs stats file incorrectly records brw_read and brw_write values</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="rhenwood">Richard Henwood</assignee>
                                    <reporter username="rhenwood">Richard Henwood</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Jul 2011 15:34:52 +0000</created>
                <updated>Fri, 12 Aug 2011 15:19:46 +0000</updated>
                            <resolved>Fri, 12 Aug 2011 15:19:46 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="17274" author="adilger" created="Wed, 6 Jul 2011 01:13:01 +0000"  >&lt;p&gt;Since the &quot;read_bytes&quot; and &quot;write_bytes&quot; entries already exist, it makes sense to remove the &quot;&amp;lt;&amp;lt; PAGE_CACHE_SHIFT&quot; and actually count in pages.  It is also inconsistent that there is a brw_read stat, but not a brw_write stat...&lt;/p&gt;</comment>
                            <comment id="17295" author="rhenwood" created="Wed, 6 Jul 2011 13:19:51 +0000"  >&lt;p&gt;Can I query: &lt;/p&gt;

&lt;p&gt;Since this tally call is in lloop.c, it is only used during loopback testing.&lt;/p&gt;

&lt;p&gt;If this is the case, the stats brw_ records are the number of partial page request that took place during testing.&lt;/p&gt;

&lt;p&gt;so: brw_ in it&apos;s current state of limited use.&lt;/p&gt;</comment>
                            <comment id="17326" author="rhenwood" created="Wed, 6 Jul 2011 17:28:37 +0000"  >&lt;p&gt;So, to call out explicitly:&lt;/p&gt;

&lt;p&gt;It seems to me brw_ records can lead to miss-interpretation in their current state.&lt;/p&gt;

&lt;p&gt;How about omitting them entirely?&lt;/p&gt;</comment>
                            <comment id="18005" author="rhenwood" created="Wed, 20 Jul 2011 10:47:08 +0000"  >&lt;p&gt;change available at:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1056&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1056&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18809" author="hudson" created="Mon, 8 Aug 2011 13:06: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=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18814" author="hudson" created="Mon, 8 Aug 2011 13:12:21 +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/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18817" author="hudson" created="Mon, 8 Aug 2011 13:12:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18820" author="hudson" created="Mon, 8 Aug 2011 13:13:33 +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/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18823" author="hudson" created="Mon, 8 Aug 2011 13:14:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18826" author="hudson" created="Mon, 8 Aug 2011 13:17: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=sles11,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18829" author="hudson" created="Mon, 8 Aug 2011 13:18:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18832" author="hudson" created="Mon, 8 Aug 2011 13:19:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18835" author="hudson" created="Mon, 8 Aug 2011 13:20:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18839" author="hudson" created="Mon, 8 Aug 2011 13:20:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18842" author="hudson" created="Mon, 8 Aug 2011 13:21:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18845" author="hudson" created="Mon, 8 Aug 2011 13:29:33 +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/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18848" author="hudson" created="Mon, 8 Aug 2011 13:29: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=i686,build_type=server,distro=el6,ib_stack=inkernel/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18851" author="hudson" created="Mon, 8 Aug 2011 13:35: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=client,distro=el5,ib_stack=ofa/244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #244&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-487&quot; title=&quot;procfs stats file incorrectly records brw_read and brw_write values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-487&quot;&gt;&lt;del&gt;LU-487&lt;/del&gt;&lt;/a&gt; brw_&lt;span class=&quot;error&quot;&gt;&amp;#91;read|write&amp;#93;&lt;/span&gt; stats to correctly counts number of pages.&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=6aea71f39238f370c02a2f293a01555cc653bd01&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6aea71f39238f370c02a2f293a01555cc653bd01&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19192" author="rhenwood" created="Fri, 12 Aug 2011 15:19:46 +0000"  >&lt;p&gt;Fix merged into Master.&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_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>papercut</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8lz:</customfieldvalue>

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