<!-- 
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-334] Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.</title>
                <link>https://jira.whamcloud.com/browse/LU-334</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The Lustre client has a cache. File reads may be serviced by this&lt;br/&gt;
cache, or the may need to be completed by the backend filesystem (a&lt;br/&gt;
cache miss). It is possible to discover if a cache miss has taken&lt;br/&gt;
place on the client, but it is time consuming and subject to race&lt;br/&gt;
conditions.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10884">LU-334</key>
            <summary>Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="rread">Robert Read</assignee>
                                    <reporter username="rhenwood">Richard Henwood</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 May 2011 07:54:05 +0000</created>
                <updated>Tue, 27 Mar 2012 17:21:16 +0000</updated>
                            <resolved>Wed, 2 Nov 2011 11:21:49 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="19055" author="rhenwood" created="Wed, 10 Aug 2011 17:01:40 +0000"  >&lt;p&gt;A proposed use case for collecting cache miss stats in the llite layer is:&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Characterizingworkloadonlowmemoryclients.&quot;&gt;&lt;/a&gt;Characterizing work-load on low memory clients.&lt;/h3&gt;

&lt;p&gt;Our filesystem has many thousand OSTs. Memory is allocated on the clients for stats collection for each OSC. We would like to disable OSC stats collection entirely on our clients but still record the number of bytes that travel across the wire, and the number that are read from caches on the client.&lt;/p&gt;</comment>
                            <comment id="20137" author="rhenwood" created="Mon, 12 Sep 2011 11:26:07 +0000"  >&lt;p&gt;patch available here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1341&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1341&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="22028" author="hudson" created="Thu, 27 Oct 2011 11:37:09 +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/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22030" author="hudson" created="Thu, 27 Oct 2011 11:40:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22032" author="hudson" created="Thu, 27 Oct 2011 11:41:58 +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/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22034" author="hudson" created="Thu, 27 Oct 2011 11:47: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=sles11,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22036" author="hudson" created="Thu, 27 Oct 2011 11:47: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22038" author="hudson" created="Thu, 27 Oct 2011 11:49: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=i686,build_type=server,distro=el5,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22040" author="hudson" created="Thu, 27 Oct 2011 11:49:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22042" author="hudson" created="Thu, 27 Oct 2011 11:50: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=ubuntu1004,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22044" author="hudson" created="Thu, 27 Oct 2011 11:56:05 +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=x86_64,build_type=server,distro=el5,ib_stack=ofa/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22046" author="hudson" created="Thu, 27 Oct 2011 11:58: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=server,distro=el6,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22048" author="hudson" created="Thu, 27 Oct 2011 12:01: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=i686,build_type=client,distro=el5,ib_stack=inkernel/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22051" author="hudson" created="Thu, 27 Oct 2011 12:20: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=i686,build_type=client,distro=el5,ib_stack=ofa/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22055" author="hudson" created="Thu, 27 Oct 2011 13:16: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=i686,build_type=server,distro=el5,ib_stack=ofa/317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #317&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-334&quot; title=&quot;Lustre client procfs stats: it is valuable to distinguish between client fs cache hits and misses.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-334&quot;&gt;&lt;del&gt;LU-334&lt;/del&gt;&lt;/a&gt; llite: Add LPROC_LL_OSC_&lt;/p&gt;
{READ,WRITE}
&lt;p&gt;. (Revision 07c6f609d37878ce0d308a129a0f3ae967d6197b)&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=07c6f609d37878ce0d308a129a0f3ae967d6197b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;07c6f609d37878ce0d308a129a0f3ae967d6197b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
&lt;/ul&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|hzv88v:</customfieldvalue>

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