<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:24 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-167] Test failure on test suite sanityn</title>
                <link>https://jira.whamcloud.com/browse/LU-167</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/b08fc4cc-5754-11e0-a272-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/b08fc4cc-5754-11e0-a272-52540025f9af&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;test 8 error message:&lt;/p&gt;

&lt;p&gt;opendevunlink /mnt/lustre/f8 /mnt/lustre2/f8&lt;/p&gt;</description>
                <environment></environment>
        <key id="10512">LU-167</key>
            <summary>Test failure on test suite sanityn</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yong.fan">nasf</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Sat, 26 Mar 2011 15:17:11 +0000</created>
                <updated>Thu, 31 Mar 2011 23:21:13 +0000</updated>
                            <resolved>Thu, 31 Mar 2011 18:45:17 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="11415" author="di.wang" created="Sun, 27 Mar 2011 23:02:39 +0000"  >&lt;p&gt;This is another error brought by the ATTR_FID enable (ORNL-2), though not directly (Sorry Fang yong). When opening a special file, then unlink it, on server side, MDT does not keep the reference any more(after NODEVOH is brought in). So MDT will return ESTALE (instead of EEXIST as 1.8.x) for further accessing, but on client side, ll_inode_revalidate_it can not recognize ESTALE (only EEXIST actually), i.e. ll_inode_revalidate_it should not return error(for ESTALE) in this case(only for special file maybe). Fang yong, could you please fix this? Thanks.&lt;/p&gt;</comment>
                            <comment id="11419" author="yong.fan" created="Mon, 28 Mar 2011 04:28:29 +0000"  >&lt;p&gt;MDS should return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; for such case. The patch is in inspection:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,369&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11420" author="hudson" created="Mon, 28 Mar 2011 04:45: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/reviews-centos5/577/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #577&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42a68e3c11200e2b95d80f9958f5eba8f523d6ae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42a68e3c11200e2b95d80f9958f5eba8f523d6ae&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="11451" author="hudson" created="Mon, 28 Mar 2011 20:46:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-centos5/588/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #588&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&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="11455" author="hudson" created="Mon, 28 Mar 2011 21:18: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/reviews-centos5/591/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #591&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11456" author="hudson" created="Mon, 28 Mar 2011 21:24: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el5/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&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="11457" author="hudson" created="Mon, 28 Mar 2011 21:24:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el6/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&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="11458" author="hudson" created="Mon, 28 Mar 2011 21:25:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el5/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&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="11459" author="hudson" created="Mon, 28 Mar 2011 21:28: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-reviews/./build_type=client,distro=el6/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&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="11460" author="hudson" created="Mon, 28 Mar 2011 21:39:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=ubuntu/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cb1a7c8ad98bfe829453fa0eef6bfc630dc00e1e&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="11471" author="hudson" created="Mon, 28 Mar 2011 21:45:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el5/15/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #15&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11472" author="hudson" created="Mon, 28 Mar 2011 21:46: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el6/15/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #15&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11473" author="hudson" created="Mon, 28 Mar 2011 21:46: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el5/15/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #15&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11474" author="hudson" created="Mon, 28 Mar 2011 21:47:18 +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/grey.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el6/15/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #15&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11475" author="hudson" created="Mon, 28 Mar 2011 21:47: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/grey.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=ubuntu/15/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #15&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11495" author="hudson" created="Tue, 29 Mar 2011 00:23: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el5/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11496" author="hudson" created="Tue, 29 Mar 2011 00:23:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el6/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11497" author="hudson" created="Tue, 29 Mar 2011 00:24: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el5/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11498" author="hudson" created="Tue, 29 Mar 2011 00:27:46 +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-reviews/./build_type=client,distro=el6/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11499" author="hudson" created="Tue, 29 Mar 2011 00:38: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-reviews/./build_type=client,distro=ubuntu/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11566" author="hudson" created="Wed, 30 Mar 2011 09:15:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el5/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11567" author="hudson" created="Wed, 30 Mar 2011 09:17: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el5/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11568" author="hudson" created="Wed, 30 Mar 2011 09:19: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/grey.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=ubuntu/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11569" author="hudson" created="Wed, 30 Mar 2011 09:19:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el6/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11570" author="hudson" created="Wed, 30 Mar 2011 09:19:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/grey.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el6/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11571" author="hudson" created="Wed, 30 Mar 2011 09:20:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el5/30/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #30&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11572" author="hudson" created="Wed, 30 Mar 2011 09:20: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=ubuntu/30/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #30&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11573" author="hudson" created="Wed, 30 Mar 2011 09:20:14 +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-reviews/./build_type=server,distro=el5/30/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #30&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11574" author="hudson" created="Wed, 30 Mar 2011 09:22:21 +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-reviews/./build_type=client,distro=el6/30/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #30&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11575" author="hudson" created="Wed, 30 Mar 2011 09:32:55 +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-reviews/./build_type=server,distro=el6/30/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #30&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11576" author="hudson" created="Wed, 30 Mar 2011 09:33: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-reviews/./build_type=client,distro=el5/31/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #31&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11577" author="hudson" created="Wed, 30 Mar 2011 09:33: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-reviews/./build_type=client,distro=ubuntu/31/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #31&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11578" author="hudson" created="Wed, 30 Mar 2011 09:33: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-reviews/./build_type=client,distro=el6/31/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #31&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11579" author="hudson" created="Wed, 30 Mar 2011 09:33:55 +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-reviews/./build_type=server,distro=el5/31/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #31&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11580" author="hudson" created="Wed, 30 Mar 2011 09:33: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-reviews/./build_type=server,distro=el6/31/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #31&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;nasf : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=42cf7215f0549ae16ef91468b1340935f6ae2f98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42cf7215f0549ae16ef91468b1340935f6ae2f98&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="11582" author="hudson" created="Wed, 30 Mar 2011 10:07: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-centos5/174/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master-centos5 #174&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-167&quot; title=&quot;Test failure on test suite sanityn&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-167&quot;&gt;&lt;del&gt;LU-167&lt;/del&gt;&lt;/a&gt; Return &quot;-ENOENT&quot; instead of &quot;-ESTALE&quot; when getattr against non-existent object&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=11bd2628faacad6be34b138a1d6ef1a9303696fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11bd2628faacad6be34b138a1d6ef1a9303696fe&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="11713" author="yong.fan" created="Thu, 31 Mar 2011 18:45:17 +0000"  >&lt;p&gt;The patch is landed to lustre-2.1&lt;/p&gt;</comment>
                            <comment id="11728" author="sarah" created="Thu, 31 Mar 2011 23:20:51 +0000"  >&lt;p&gt;verified on the following build.&lt;/p&gt;

&lt;p&gt;server: &lt;a href=&quot;http://build.whamcloud.com/view/Lustre%202.x/job/lustre-master-centos5/178/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/view/Lustre%202.x/job/lustre-master-centos5/178/&lt;/a&gt;&lt;br/&gt;
client: &lt;a href=&quot;http://build.whamcloud.com/view/Lustre%202.x/job/lustre-master-client-centos5/139/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/view/Lustre%202.x/job/lustre-master-client-centos5/139/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11729" author="sarah" created="Thu, 31 Mar 2011 23:21:13 +0000"  >&lt;p&gt;this issue has been verified and the patch has been landed to 2.1&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv9lb:</customfieldvalue>

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