<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:11:45 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-925] land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead</title>
                <link>https://jira.whamcloud.com/browse/LU-925</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lustre-2.x supports statahead, which pre-fetches object&apos;s attributes (like owner/mode/xtime/ACL, etc) from MDS, then most MDS-side RPCs are overlapped with other traversing process. But there is not file size/block attributes pre-fetching, the traversing thread has to send synchronous glimpse size RPC to OST(s) for that by itself. Before SOM is available, we should consider asynchronous glimpse size for per-fetching size/block attributes from OST(s).  This &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1243&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1243&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="12671">LU-925</key>
            <summary>land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead</summary>
                <type id="3" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11318&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="yong.fan">nasf</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Dec 2011 16:08:46 +0000</created>
                <updated>Fri, 27 Jul 2012 03:10:37 +0000</updated>
                            <resolved>Fri, 27 Jul 2012 03:10:36 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="24978" author="yong.fan" created="Tue, 20 Dec 2011 01:53:50 +0000"  >&lt;p&gt;These are the patches:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1692&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1692&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1243&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1243&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25797" author="hudson" created="Wed, 4 Jan 2012 15:57:11 +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/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&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/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25798" author="hudson" created="Wed, 4 Jan 2012 15:57:42 +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/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25799" author="hudson" created="Wed, 4 Jan 2012 15:58: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-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&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/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25800" author="hudson" created="Wed, 4 Jan 2012 16:03:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&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/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25802" author="hudson" created="Wed, 4 Jan 2012 16:04: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=client,distro=el5,ib_stack=ofa/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25803" author="hudson" created="Wed, 4 Jan 2012 16:06:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&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/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25804" author="hudson" created="Wed, 4 Jan 2012 16:08:54 +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/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&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/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25805" author="hudson" created="Wed, 4 Jan 2012 16:09: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=i686,build_type=client,distro=el6,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&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/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.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/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25806" author="hudson" created="Wed, 4 Jan 2012 16:09: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.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/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25807" author="hudson" created="Wed, 4 Jan 2012 16:10:04 +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/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&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/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25811" author="hudson" created="Wed, 4 Jan 2012 16:15:19 +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/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25812" author="hudson" created="Wed, 4 Jan 2012 16:22: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=i686,build_type=server,distro=el5,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&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/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25813" author="hudson" created="Wed, 4 Jan 2012 16:33:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.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/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25815" author="hudson" created="Wed, 4 Jan 2012 16:41: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/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/405/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #405&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: trigger async glimpse lock when statahead (Revision 51b1da4054704d0e115ddb2c8857c5a84c7ed958)&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=51b1da4054704d0e115ddb2c8857c5a84c7ed958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;51b1da4054704d0e115ddb2c8857c5a84c7ed958&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lproc_llite.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_mmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26272" author="hudson" created="Tue, 10 Jan 2012 13:19: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/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=client,distro=el5,ib_stack=ofa/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26273" author="hudson" created="Tue, 10 Jan 2012 13:22:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&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/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26274" author="hudson" created="Tue, 10 Jan 2012 13:24:22 +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/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.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/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26275" author="hudson" created="Tue, 10 Jan 2012 13:27: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&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/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26276" author="hudson" created="Tue, 10 Jan 2012 13:30:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&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/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26277" author="hudson" created="Tue, 10 Jan 2012 13:30: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=i686,build_type=server,distro=el6,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26278" author="hudson" created="Tue, 10 Jan 2012 13:31: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-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26279" author="hudson" created="Tue, 10 Jan 2012 13:32:37 +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/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&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/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26280" author="hudson" created="Tue, 10 Jan 2012 13:35: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=ubuntu1004,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26281" author="hudson" created="Tue, 10 Jan 2012 13:39: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=el5,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&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/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26282" author="hudson" created="Tue, 10 Jan 2012 13:40: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-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26283" author="hudson" created="Tue, 10 Jan 2012 13:51: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-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&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/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26284" author="hudson" created="Tue, 10 Jan 2012 13:58:57 +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/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26285" author="hudson" created="Tue, 10 Jan 2012 14:04: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/418/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #418&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; agl: async glimpse lock process in CLIO stack (Revision 6f5813d36102a19f314c9aab409972e8a9f1112b)&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=6f5813d36102a19f314c9aab409972e8a9f1112b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6f5813d36102a19f314c9aab409972e8a9f1112b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lclient.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/cl_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/tests/sanity.sh&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_cl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_ost.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd_support.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_cl_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/glimpse.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="26314" author="yong.fan" created="Tue, 10 Jan 2012 19:34:51 +0000"  >&lt;p&gt;The patches have been landed to lustre-2.2&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1692&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1692&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1243&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1243&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41270" author="simmonsja" created="Thu, 28 Jun 2012 13:05:23 +0000"  >&lt;p&gt;New patch for AGL improvement in locking is at &lt;a href=&quot;http://review.whamcloud.com/#change,3212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3212&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42256" author="simmonsja" created="Wed, 25 Jul 2012 13:52:38 +0000"  >&lt;p&gt;Here the results of Lustre 2.2.91 with &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-744&quot; title=&quot;Single client&amp;#39;s performance degradation on 2.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-744&quot;&gt;&lt;del&gt;LU-744&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; patch. This is the meta data test of how long stats take from a directory with over a 100K of files.&lt;/p&gt;</comment>
                            <comment id="42295" author="yong.fan" created="Thu, 26 Jul 2012 02:23:34 +0000"  >&lt;p&gt;Thanks James!&lt;br/&gt;
The result shows that the &lt;a href=&quot;http://review.whamcloud.com/#change,3249&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3249&lt;/a&gt; was helpful for improving related performance of traversing large directory.&lt;/p&gt;</comment>
                            <comment id="42310" author="simmonsja" created="Thu, 26 Jul 2012 08:45:49 +0000"  >&lt;p&gt;After finishing the stat test I attempted to lauch a job this morning on the machine and it killed the node with:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;LustreError: 10556:0:(lov_lock.c:273:lov_subresult()) ASSERTION( rc &amp;lt;= 0 || rc == CLO_REPEAT || rc == CLO_WAIT ) failed: &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;LustreError: 10556:0:(lov_lock.c:273:lov_subresult()) LBUG&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Pid: 10556, comm: ls&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810072e9&amp;gt;&amp;#93;&lt;/span&gt; try_stack_unwind+0x149/0x190&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81005ca0&amp;gt;&amp;#93;&lt;/span&gt; dump_trace+0x90/0x300&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa01237d2&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x52/0x80 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0123dc2&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x42/0xa0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa07a7ff1&amp;gt;&amp;#93;&lt;/span&gt; lov_subresult+0x181/0x190 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa07ab2bf&amp;gt;&amp;#93;&lt;/span&gt; lov_lock_enqueue+0xcf/0x7c0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0392b3e&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_try+0x12e/0x310 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0395347&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_locked+0x77/0x1e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa039560e&amp;gt;&amp;#93;&lt;/span&gt; cl_lock_request+0x15e/0x260 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08e1185&amp;gt;&amp;#93;&lt;/span&gt; cl_glimpse_lock+0x155/0x4b0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08e1732&amp;gt;&amp;#93;&lt;/span&gt; cl_glimpse_size0+0x172/0x180 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa089b7a8&amp;gt;&amp;#93;&lt;/span&gt; ll_inode_revalidate_it+0xf8/0x1a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa089b894&amp;gt;&amp;#93;&lt;/span&gt; ll_getattr_it+0x44/0x170 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa089b9fc&amp;gt;&amp;#93;&lt;/span&gt; ll_getattr+0x3c/0x40 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fdd03&amp;gt;&amp;#93;&lt;/span&gt; vfs_getattr+0x23/0x40&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fe028&amp;gt;&amp;#93;&lt;/span&gt; vfs_fstatat+0x68/0x80&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fe059&amp;gt;&amp;#93;&lt;/span&gt; vfs_lstat+0x19/0x20&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fe1df&amp;gt;&amp;#93;&lt;/span&gt; sys_newlstat+0x1f/0x50&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;[c0-0c0&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00007f901dea36c5&amp;gt;&amp;#93;&lt;/span&gt; 0x7f901dea36c5&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Kernel panic - not syncing: LBUG&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Pid: 10556, comm: ls Tainted: P           2.6.32.45-0.3.2_1.0400.6453-cray_gem_s #1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810072e9&amp;gt;&amp;#93;&lt;/span&gt; try_stack_unwind+0x149/0x190&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81005ca0&amp;gt;&amp;#93;&lt;/span&gt; dump_trace+0x90/0x300&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81006e37&amp;gt;&amp;#93;&lt;/span&gt; show_trace_log_lvl+0x57/0x70&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81006e60&amp;gt;&amp;#93;&lt;/span&gt; show_trace+0x10/0x20&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8140319c&amp;gt;&amp;#93;&lt;/span&gt; dump_stack+0x72/0x7b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8140321a&amp;gt;&amp;#93;&lt;/span&gt; panic+0x75/0x13d&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0123e13&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x93/0xa0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa07a7ff1&amp;gt;&amp;#93;&lt;/span&gt; lov_subresult+0x181/0x190 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa07ab2bf&amp;gt;&amp;#93;&lt;/span&gt; lov_lock_enqueue+0xcf/0x7c0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0392b3e&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_try+0x12e/0x310 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0395347&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_locked+0x77/0x1e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa039560e&amp;gt;&amp;#93;&lt;/span&gt; cl_lock_request+0x15e/0x260 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08e1185&amp;gt;&amp;#93;&lt;/span&gt; cl_glimpse_lock+0x155/0x4b0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08e1732&amp;gt;&amp;#93;&lt;/span&gt; cl_glimpse_size0+0x172/0x180 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa089b7a8&amp;gt;&amp;#93;&lt;/span&gt; ll_inode_revalidate_it+0xf8/0x1a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa089b894&amp;gt;&amp;#93;&lt;/span&gt; ll_getattr_it+0x44/0x170 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa089b9fc&amp;gt;&amp;#93;&lt;/span&gt; ll_getattr+0x3c/0x40 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fdd03&amp;gt;&amp;#93;&lt;/span&gt; vfs_getattr+0x23/0x40&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810fe028&amp;gt;&amp;#93;&lt;/span&gt; vfs_fstatat+0x68/0x80&lt;br/&gt;
s0n2] &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8100272b&amp;gt;&amp;#93;&lt;/span&gt; system_call_fastpath+0x16/0x1b&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:07:19&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;00007f901dea36c5&amp;gt;&amp;#93;&lt;/span&gt; 0x7f901dea36c5&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 08:09:32&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n3&amp;#93;&lt;/span&gt;BUG: unable to handle kernel NULL pointer dereference at 000000000000028e&lt;/p&gt;</comment>
                            <comment id="42311" author="simmonsja" created="Thu, 26 Jul 2012 08:50:50 +0000"  >&lt;p&gt;Results for the 1.6 millon files per directory states.&lt;/p&gt;</comment>
                            <comment id="42314" author="yong.fan" created="Thu, 26 Jul 2012 09:26:57 +0000"  >&lt;p&gt;There is LBUG for AGL patches. Reopen for fixing.&lt;/p&gt;</comment>
                            <comment id="42316" author="yong.fan" created="Thu, 26 Jul 2012 09:32:24 +0000"  >&lt;p&gt;Thanks James!&lt;/p&gt;

&lt;p&gt;For 1600K files test, the Lustre 2.2.91 file system is with the patch of &lt;a href=&quot;http://review.whamcloud.com/#change,3249&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3249&lt;/a&gt;, or not?&lt;/p&gt;</comment>
                            <comment id="42321" author="simmonsja" created="Thu, 26 Jul 2012 09:51:44 +0000"  >&lt;p&gt;Yes, all results so far are with the patch. I&apos;m going to collect some more data then collect data for the case of no &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-925&quot; title=&quot;land Async Glimpse Lock (AGL) to master to pre-fetch size/block attributes from OSTs for statahead&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-925&quot;&gt;&lt;del&gt;LU-925&lt;/del&gt;&lt;/a&gt; patch.&lt;/p&gt;</comment>
                            <comment id="42328" author="yong.fan" created="Thu, 26 Jul 2012 10:10:27 +0000"  >&lt;p&gt;It seems with large striping (16 or more), AGL works well for 100K files, but not well for 1600K files.&lt;/p&gt;</comment>
                            <comment id="42334" author="yong.fan" created="Thu, 26 Jul 2012 10:53:32 +0000"  >&lt;p&gt;The patch for above LASSERT:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,3479&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3479&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42346" author="simmonsja" created="Thu, 26 Jul 2012 15:17:22 +0000"  >&lt;p&gt;Did another run with the patch for the LASSERT fix. Now I get this LBUG&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;LustreError: 6383:0:(cl_lock.c:1462:cl_wait_try()) ASSERTION( lock-&amp;gt;cll_state == CLS_ENQUEUED || lock-&amp;gt;cll_state == CLS_HELD || l&lt;br/&gt;
ock-&amp;gt;cll_state == CLS_INTRANSIT ) failed: &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;LustreError: 6383:0:(cl_lock.c:1462:cl_wait_try()) LBUG&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Pid: 6383, comm: ll_sa_6382&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Call Trace:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810072e9&amp;gt;&amp;#93;&lt;/span&gt; try_stack_unwind+0x149/0x190&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81005ca0&amp;gt;&amp;#93;&lt;/span&gt; dump_trace+0x90/0x300&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa01237d2&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x52/0x80 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0123dc2&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x42/0xa0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa03905d0&amp;gt;&amp;#93;&lt;/span&gt; cl_wait_try+0x1e0/0x300 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa06ff223&amp;gt;&amp;#93;&lt;/span&gt; osc_lock_upcall+0x1f3/0x610 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa06de262&amp;gt;&amp;#93;&lt;/span&gt; osc_enqueue_base+0x2e2/0x560 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa06fdf93&amp;gt;&amp;#93;&lt;/span&gt; osc_lock_enqueue+0x223/0x8d0 &lt;span class=&quot;error&quot;&gt;&amp;#91;osc&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0392b3e&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_try+0x12e/0x310 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa07ac36e&amp;gt;&amp;#93;&lt;/span&gt; lov_lock_enqueue+0x17e/0x7e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lov&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0392b3e&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_try+0x12e/0x310 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa0395347&amp;gt;&amp;#93;&lt;/span&gt; cl_enqueue_locked+0x77/0x1e0 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa039560e&amp;gt;&amp;#93;&lt;/span&gt; cl_lock_request+0x15e/0x260 &lt;span class=&quot;error&quot;&gt;&amp;#91;obdclass&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08e2185&amp;gt;&amp;#93;&lt;/span&gt; cl_glimpse_lock+0x155/0x4b0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08e2732&amp;gt;&amp;#93;&lt;/span&gt; cl_glimpse_size0+0x172/0x180 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08db1f3&amp;gt;&amp;#93;&lt;/span&gt; ll_agl_trigger+0xb3/0x340 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08dfe85&amp;gt;&amp;#93;&lt;/span&gt; ll_statahead_thread+0x455/0x25a0 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff810035ba&amp;gt;&amp;#93;&lt;/span&gt; child_rip+0xa/0x20&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2012-07-26 15:10:40&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;c0-0c0s0n2&amp;#93;&lt;/span&gt;Kernel panic - not syncing: LBUG&lt;/p&gt;</comment>
                            <comment id="42365" author="yong.fan" created="Thu, 26 Jul 2012 23:46:27 +0000"  >&lt;p&gt;If your run does not contain the patch &lt;a href=&quot;http://review.whamcloud.com/#change,3249&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3249&lt;/a&gt;, then above LBUG is not out of the expectation. Otherwise, I need more investigation.&lt;/p&gt;

&lt;p&gt;Would you please to test with the following two patches both applied when you have time? Thanks!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,3249&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3249&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,3479&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3479&lt;/a&gt; (set 2 or newer)&lt;/p&gt;</comment>
                            <comment id="42379" author="yong.fan" created="Fri, 27 Jul 2012 03:10:37 +0000"  >&lt;p&gt;A new ticket for AGL bugs tracing is opened:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://jira.whamcloud.com/browse/LU-1683&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.whamcloud.com/browse/LU-1683&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All AGL related bugs will be moved to such ticket from now on.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10816" name="Statahead_and_AGL.pdf" size="224236" author="yong.fan" created="Sun, 5 Feb 2012 02:56:49 +0000"/>
                            <attachment id="11719" name="meta-test-100k-2.2.91.txt" size="13011" author="simmonsja" created="Wed, 25 Jul 2012 13:52:38 +0000"/>
                            <attachment id="11725" name="meta-test-1600k-2.2.91-LU925.txt" size="11642" author="simmonsja" created="Thu, 26 Jul 2012 08:50:50 +0000"/>
                    </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|hzv7n3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4772</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>