<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:29 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-1098] Object doesn&apos;t exist!</title>
                <link>https://jira.whamcloud.com/browse/LU-1098</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;One one of our MDS nodes, we see a pretty voluminous stream of &quot;Object doesn&apos;t exist&quot; messages from the mdt_getattr_name_lock() function, and the associated LU_OBJECT_DEBUG output.&lt;/p&gt;

&lt;p&gt;We looked at code briefly and suspect that this is a race between an unlink and a getattr, which would be completely normal and expected.&lt;/p&gt;

&lt;p&gt;So why does this message exist?  Is the race being handled correctly?&lt;/p&gt;</description>
                <environment></environment>
        <key id="13167">LU-1098</key>
            <summary>Object doesn&apos;t exist!</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Mon, 13 Feb 2012 14:51:40 +0000</created>
                <updated>Thu, 3 May 2012 17:01:39 +0000</updated>
                            <resolved>Thu, 23 Feb 2012 21:38:36 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="28557" author="morrone" created="Mon, 13 Feb 2012 14:52:01 +0000"  >&lt;p&gt;Err, sorry, this is with 2.1.0-21chaos.&lt;/p&gt;</comment>
                            <comment id="28562" author="adilger" created="Mon, 13 Feb 2012 15:13:10 +0000"  >&lt;p&gt;This looks to be a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-966&quot; title=&quot;post-fsck MDS LBUG during recovery due to missing FID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-966&quot;&gt;&lt;del&gt;LU-966&lt;/del&gt;&lt;/a&gt; (&lt;a href=&quot;http://review.whamcloud.com/1928&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1928&lt;/a&gt;), which was fixed for the 2.2 release.&lt;/p&gt;</comment>
                            <comment id="28563" author="adilger" created="Mon, 13 Feb 2012 15:13:45 +0000"  >&lt;p&gt;Assign to Bobijam to confirm.  I think this is a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-966&quot; title=&quot;post-fsck MDS LBUG during recovery due to missing FID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-966&quot;&gt;&lt;del&gt;LU-966&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="28576" author="morrone" created="Mon, 13 Feb 2012 16:04:21 +0000"  >&lt;p&gt;There isn&apos;t a lot of info in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-966&quot; title=&quot;post-fsck MDS LBUG during recovery due to missing FID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-966&quot;&gt;&lt;del&gt;LU-966&lt;/del&gt;&lt;/a&gt;.  Our problem, at least, is not a start-up issue, and to the best of my knowledge no objects were removed during fsck.&lt;/p&gt;</comment>
                            <comment id="28590" author="adilger" created="Mon, 13 Feb 2012 18:54:37 +0000"  >&lt;p&gt;I agree that the information in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-966&quot; title=&quot;post-fsck MDS LBUG during recovery due to missing FID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-966&quot;&gt;&lt;del&gt;LU-966&lt;/del&gt;&lt;/a&gt; and change 1928 are too sparse for my liking.  Looking at the patch in 1928 it appears to be changing the code to allow &quot;missing&quot; objects in a number of places, and in particular deletes the &quot;Object doesn&apos;t exist&quot; message entirely.&lt;/p&gt;

&lt;p&gt;Hopefully Bobijam will be able to determine if your problem would be fixed by that patch.&lt;/p&gt;</comment>
                            <comment id="28592" author="bobijam" created="Mon, 13 Feb 2012 20:21:16 +0000"  >&lt;p&gt;yes, that&apos;s normal unlink/delete race, and we check mdt objects existence before trying to lock them.&lt;/p&gt;

&lt;p&gt;Change #1928 does not quench these warning messages, even worse it raises them to D_ERROR level, I think we should issue warning/error debug logs only at necessary places.&lt;/p&gt;</comment>
                            <comment id="28701" author="bobijam" created="Tue, 14 Feb 2012 22:48:32 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/2143&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2143&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="29484" author="pjones" created="Mon, 20 Feb 2012 11:54:29 +0000"  >&lt;p&gt;Has this now become a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1017&quot; title=&quot;MDS oops when running racer test&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1017&quot;&gt;&lt;del&gt;LU-1017&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="29490" author="bobijam" created="Mon, 20 Feb 2012 20:36:34 +0000"  >&lt;p&gt;no, still need lower the debug message level, patch tracking at &lt;a href=&quot;http://review.whamcloud.com/2165&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2165&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="29745" author="pjones" created="Thu, 23 Feb 2012 21:38:36 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="29756" author="hudson" created="Thu, 23 Feb 2012 22:33:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29757" author="hudson" created="Thu, 23 Feb 2012 22:39: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29758" author="hudson" created="Thu, 23 Feb 2012 22:45: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29759" author="hudson" created="Thu, 23 Feb 2012 22:45:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29760" author="hudson" created="Thu, 23 Feb 2012 22:46:44 +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/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29761" author="hudson" created="Thu, 23 Feb 2012 22:47:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29763" author="hudson" created="Thu, 23 Feb 2012 22:49: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=sles11,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29764" author="hudson" created="Thu, 23 Feb 2012 22:52:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29765" author="hudson" created="Thu, 23 Feb 2012 23:01:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29766" author="hudson" created="Thu, 23 Feb 2012 23:02: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=server,distro=el5,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29767" author="morrone" created="Thu, 23 Feb 2012 23:02:19 +0000"  >&lt;p&gt;I think that you forgot to keep the ChangeId the same on the patch.  New gerrit entry is:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/2165&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2165&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is possible that the stream of messages on the console was causing MDS issues, so this should probably land on 2.1 as well.&lt;/p&gt;</comment>
                            <comment id="29769" author="hudson" created="Thu, 23 Feb 2012 23:07: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=i686,build_type=server,distro=el6,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29770" author="hudson" created="Thu, 23 Feb 2012 23:08: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=i686,build_type=client,distro=el6,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29773" author="hudson" created="Thu, 23 Feb 2012 23:27:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29776" author="hudson" created="Thu, 23 Feb 2012 23:31: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=server,distro=el6,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29780" author="hudson" created="Thu, 23 Feb 2012 23:41:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29781" author="hudson" created="Thu, 23 Feb 2012 23:42:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29782" author="hudson" created="Thu, 23 Feb 2012 23:43:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29783" author="hudson" created="Thu, 23 Feb 2012 23:45:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #489&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision cf2501b64acef9a57d3e4bb91fd3ba041b36388f)&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=cf2501b64acef9a57d3e4bb91fd3ba041b36388f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf2501b64acef9a57d3e4bb91fd3ba041b36388f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33989" author="hudson" created="Sun, 8 Apr 2012 13:40:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,sles11,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34012" author="hudson" created="Sun, 8 Apr 2012 13:42:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34035" author="hudson" created="Sun, 8 Apr 2012 13:44:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34058" author="hudson" created="Sun, 8 Apr 2012 13:44:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34081" author="hudson" created="Sun, 8 Apr 2012 13:44:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34104" author="hudson" created="Sun, 8 Apr 2012 13:53: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34127" author="hudson" created="Sun, 8 Apr 2012 13:54:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34150" author="hudson" created="Sun, 8 Apr 2012 13:55:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34173" author="hudson" created="Sun, 8 Apr 2012 13:57:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34196" author="hudson" created="Sun, 8 Apr 2012 14:07:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34219" author="hudson" created="Sun, 8 Apr 2012 14:13:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34242" author="hudson" created="Sun, 8 Apr 2012 14:17:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34265" author="hudson" created="Sun, 8 Apr 2012 14:24:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1098&quot; title=&quot;Object doesn&amp;#39;t exist!&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1098&quot;&gt;&lt;del&gt;LU-1098&lt;/del&gt;&lt;/a&gt; debug: lower debug message level (Revision 826f7dc614b7623a9b11db84cf90140b5cf1498d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b2_1&amp;amp;a=commit&amp;amp;h=826f7dc614b7623a9b11db84cf90140b5cf1498d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;826f7dc614b7623a9b11db84cf90140b5cf1498d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="12810">LU-966</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="14194">LU-1350</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv79z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4713</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>