<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:59 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-333] Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.</title>
                <link>https://jira.whamcloud.com/browse/LU-333</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Read bytes&lt;br/&gt;
----------&lt;/p&gt;

&lt;p&gt;A client of a Lustre filesystem will be interested in the total bytes&lt;br/&gt;
transfered over the fabric. The stats file appears to provide a&lt;br/&gt;
valuable snapshot of high-level data transfer metrics. However, after&lt;br/&gt;
investigation the values recorded are of limited value. read_bytes&lt;br/&gt;
returns the number of bytes that have been requested. This is not the&lt;br/&gt;
same as the number of bytes that have been read. The example below&lt;br/&gt;
illustrates this confusion:&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;[root@rhel6_21 ~]# echo &lt;span class=&quot;code-quote&quot;&gt;&quot;hello lustre&quot;&lt;/span&gt; &amp;gt; /mnt/lustre/test.txt
[root@rhel6_21 ~]# cat /mnt/lustre/test.txt &amp;gt; /dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;
[root@rhel6_21 ~]# cat /proc/fs/lustre/llite/lustre-ffff88001aa95c00/stats
...
read_bytes                1 samples [bytes] 2097152 2097152 2097152
write_bytes               1 samples [bytes] 13 13 13
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In this example, the read on the file was performed by cat. This&lt;br/&gt;
requests the number of bytes it needs to fill it&apos;s internal buffer. It&lt;br/&gt;
continues to do this until the read returns zero. So, in our example,&lt;br/&gt;
the internal buffer size of cat is 1KB and it performs two reads. As&lt;br/&gt;
it stands, this metric may be misleading to the uninformed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10883">LU-333</key>
            <summary>Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.</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, 17 May 2011 07:51:57 +0000</created>
                <updated>Fri, 12 Aug 2011 15:19:00 +0000</updated>
                            <resolved>Fri, 12 Aug 2011 15:19:00 +0000</resolved>
                                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="17663" author="adilger" created="Wed, 13 Jul 2011 22:02:31 +0000"  >&lt;p&gt;Patch is in &lt;a href=&quot;http://review.whamcloud.com/#change,1094&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1094&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="18852" author="hudson" created="Mon, 8 Aug 2011 13:41: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/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18853" author="hudson" created="Mon, 8 Aug 2011 13:46:27 +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/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18854" author="hudson" created="Mon, 8 Aug 2011 13:47:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18855" author="hudson" created="Mon, 8 Aug 2011 13:49: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=el6,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18856" author="hudson" created="Mon, 8 Aug 2011 13:50: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=client,distro=el6,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18857" author="hudson" created="Mon, 8 Aug 2011 13:51: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-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18858" author="hudson" created="Mon, 8 Aug 2011 13:52: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18859" author="hudson" created="Mon, 8 Aug 2011 13:54: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=el5,ib_stack=ofa/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18860" author="hudson" created="Mon, 8 Aug 2011 13:58: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=server,distro=el6,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18861" author="hudson" created="Mon, 8 Aug 2011 13:58: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=ubuntu1004,ib_stack=inkernel/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18864" author="hudson" created="Mon, 8 Aug 2011 14:11:38 +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/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18866" author="hudson" created="Mon, 8 Aug 2011 14:14:48 +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/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18868" author="hudson" created="Mon, 8 Aug 2011 14:28:47 +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/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18869" author="hudson" created="Mon, 8 Aug 2011 14: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/245/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #245&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-333&quot; title=&quot;Lustre client procfs stats: read_bytes does not record the number of bytes transfered from the fs.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-333&quot;&gt;&lt;del&gt;LU-333&lt;/del&gt;&lt;/a&gt;: Make read_bytes in llite/*/stats report bytes read.&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=37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;37eeb0ffd0325c5a3c426d6ab0e72ef6da84db99&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/vvp_io.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19191" author="rhenwood" created="Fri, 12 Aug 2011 15:19:00 +0000"  >&lt;p&gt;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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv8lr:</customfieldvalue>

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