<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:38 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-499] grant_rate and cancel_rate are static when an OST is idle</title>
                <link>https://jira.whamcloud.com/browse/LU-499</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When an OST is idle and has no outstanding locks (i.e. lock_count reports 0) it seems like the pool/grant_rate and pool/cancel_rate values become static. Also, the &quot;samples&quot; value for these fields in pool/stats remains static under the same circumstance (lock_count being 0). If lock_count is non zero, these values get updated at a given interval (which appears to be every second on our system).&lt;/p&gt;

&lt;p&gt;This comes up when running IORs. For example, when an IOR finishes on our test system, and no other activity is occurring, these values remain static until the next IOR is started. Once the second IOR is started, the values drop back to zero and then fluctuate through the duration of the test.&lt;/p&gt;

&lt;p&gt;Is this expected behavior? Talking with Chris, it seems that the grant_rate, cancel_rate, etc. &lt;em&gt;should&lt;/em&gt; continue to be updated when there is no activity for a given OST (or at least zeroed out). Although, this is not the behavior we are seeing.&lt;/p&gt;</description>
                <environment>Lustre 2.0.63-1chaos</environment>
        <key id="11330">LU-499</key>
            <summary>grant_rate and cancel_rate are static when an OST is idle</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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Jul 2011 13:14:10 +0000</created>
                <updated>Sun, 8 Apr 2012 15:27:19 +0000</updated>
                            <resolved>Thu, 13 Oct 2011 15:50:57 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="17591" author="pjones" created="Mon, 11 Jul 2011 18:13:17 +0000"  >&lt;p&gt;Yang Sheng&lt;/p&gt;

&lt;p&gt;Could you please look into this one when you have finished with your current priority task&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="18224" author="prakash" created="Tue, 26 Jul 2011 10:55:36 +0000"  >&lt;p&gt;Is this correct behaviour? Can anybody comment?&lt;/p&gt;</comment>
                            <comment id="18612" author="pjones" created="Mon, 1 Aug 2011 12:14:46 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could you help with this ticket?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="18717" author="laisiyao" created="Thu, 4 Aug 2011 10:21:07 +0000"  >&lt;p&gt;Hi Ericm,&lt;/p&gt;

&lt;p&gt;This looks to be introduced by &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=21519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bz21519&lt;/a&gt;: ns-&amp;gt;ns_bref equals zero doesn&apos;t necessarily mean the namespace is to be destroyed, but no lock exists, so it&apos;s better to recalc namespace pool stats anyway.&lt;/p&gt;

&lt;p&gt;Any comment is welcome!&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Lai&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18720" author="ericm" created="Thu, 4 Aug 2011 11:34:13 +0000"  >&lt;p&gt;Hi Lai, my impression is that namespace must be referenced at least once by its user, a target device or client, even if there&apos;s no cached lock. reference dropped to 0 only possible when it is being destructed. Can you show me the code where else reference can drop to 0? (currently I don&apos;t even have Lustre source to check that)&lt;/p&gt;</comment>
                            <comment id="18721" author="laisiyao" created="Thu, 4 Aug 2011 11:49:48 +0000"  >&lt;p&gt;Hi Ericm,&lt;/p&gt;

&lt;p&gt;The comment of namespace-&amp;gt;ns_bref is /* big refcount (by bucket) */, that means only when a new hash bucket is created, this refcount will be increased. The initial value of ns_bref is 0 for a newly created namespace, and ldlm_namespace_put() doesn&apos;t free namespace directly.&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;void ldlm_namespace_put(struct ldlm_namespace *ns)
{
        if (cfs_atomic_dec_and_lock(&amp;amp;ns-&amp;gt;ns_bref, &amp;amp;ns-&amp;gt;ns_lock)) {
                cfs_waitq_signal(&amp;amp;ns-&amp;gt;ns_waitq);
                cfs_spin_unlock(&amp;amp;ns-&amp;gt;ns_lock);
        }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Instead, each device calls ldlm_namespace_free() explicitly in cleanup time.&lt;/p&gt;
</comment>
                            <comment id="18742" author="laisiyao" created="Fri, 5 Aug 2011 08:47:05 +0000"  >&lt;p&gt;Hi Prakash, review is on &lt;a href=&quot;http://review.whamcloud.com/#change,1185&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1185&lt;/a&gt;, could you verify it works?&lt;/p&gt;</comment>
                            <comment id="18748" author="prakash" created="Fri, 5 Aug 2011 11:31:53 +0000"  >&lt;p&gt;Hi Lai, Yes I will try this out today and make sure it works. I&apos;ll comment back here and on the gerrit patch once I get it installed and tested. Thank You!&lt;/p&gt;</comment>
                            <comment id="18867" author="prakash" created="Mon, 8 Aug 2011 14:23:34 +0000"  >&lt;p&gt;Sorry for taking so long to test this patch out. I&apos;ve installed &lt;a href=&quot;http://review.whamcloud.com/#change,1185&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1185&lt;/a&gt; on one of out OSS nodes and everything looks good. The grant_rate and cancel_rate are now being updated even when lock_count is zero.&lt;/p&gt;</comment>
                            <comment id="21224" author="hudson" created="Thu, 13 Oct 2011 15:42: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=el6,ib_stack=inkernel/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21225" author="hudson" created="Thu, 13 Oct 2011 15:44: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=server,distro=el6,ib_stack=inkernel/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21226" author="hudson" created="Thu, 13 Oct 2011 15:49: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/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21227" author="hudson" created="Thu, 13 Oct 2011 15:49: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/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21228" author="hudson" created="Thu, 13 Oct 2011 15:49:56 +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/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21229" author="pjones" created="Thu, 13 Oct 2011 15:50:57 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="21231" author="hudson" created="Thu, 13 Oct 2011 15:53: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=client,distro=el5,ib_stack=ofa/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21232" author="hudson" created="Thu, 13 Oct 2011 15:53:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21233" author="hudson" created="Thu, 13 Oct 2011 15:57:45 +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/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21234" author="hudson" created="Thu, 13 Oct 2011 15:58: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=server,distro=el6,ib_stack=inkernel/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21235" author="hudson" created="Thu, 13 Oct 2011 16:08: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-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21236" author="hudson" created="Thu, 13 Oct 2011 16:28:45 +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/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21237" author="hudson" created="Thu, 13 Oct 2011 16:40: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=i686,build_type=client,distro=el5,ib_stack=inkernel/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21246" author="hudson" created="Thu, 13 Oct 2011 16:49:00 +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/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21251" author="hudson" created="Thu, 13 Oct 2011 17:05:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/294/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #294&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle&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=9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9cc7e09f24b6128ab871ff91e35cc8f6a46955e1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33993" author="hudson" created="Sun, 8 Apr 2012 13:40: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-b2_1/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,sles11,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34016" author="hudson" created="Sun, 8 Apr 2012 13:42:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34039" author="hudson" created="Sun, 8 Apr 2012 13:44: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-b2_1/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34062" author="hudson" created="Sun, 8 Apr 2012 13:44: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-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34085" author="hudson" created="Sun, 8 Apr 2012 13:44:52 +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-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34108" author="hudson" created="Sun, 8 Apr 2012 13:53: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-b2_1/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34131" author="hudson" created="Sun, 8 Apr 2012 13:54:41 +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-b2_1/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34154" author="hudson" created="Sun, 8 Apr 2012 13:55: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-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34177" author="hudson" created="Sun, 8 Apr 2012 13:57:59 +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-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34200" author="hudson" created="Sun, 8 Apr 2012 14:07:53 +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-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34223" author="hudson" created="Sun, 8 Apr 2012 14:13: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-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34246" author="hudson" created="Sun, 8 Apr 2012 14:17: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-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34269" author="hudson" created="Sun, 8 Apr 2012 14:24: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-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-499&quot; title=&quot;grant_rate and cancel_rate are static when an OST is idle&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-499&quot;&gt;&lt;del&gt;LU-499&lt;/del&gt;&lt;/a&gt; grant/cancel_rate are static when OST is idle (Revision 92e6175606221498ad12cdc1bd259e5aedacbef8)&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/b2_1&amp;amp;a=commit&amp;amp;h=92e6175606221498ad12cdc1bd259e5aedacbef8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;92e6175606221498ad12cdc1bd259e5aedacbef8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.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|hzv8cn:</customfieldvalue>

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