<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:44:13 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-4603] NFS reexport leads to problems of &quot;ls&quot;</title>
                <link>https://jira.whamcloud.com/browse/LU-4603</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When &quot;ls&quot; under a NFS directory, following error message showes up.&lt;/p&gt;

&lt;p&gt;ls: reading directory .: Too many levels of symbolic links&lt;/p&gt;

&lt;p&gt;And what is more, if the dirctory is large, (e.g. has more than 23 files), there will be some files missing when doing &quot;ls&quot;.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm1 nfs&amp;#93;&lt;/span&gt;# ls * | wc -l&lt;br/&gt;
97&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm1 nfs&amp;#93;&lt;/span&gt;# ls -l | wc -l&lt;br/&gt;
ls: reading directory .: Too many levels of symbolic links&lt;br/&gt;
98&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@server1 113_nfs&amp;#93;&lt;/span&gt;# ls /mnt/lustre/nfs/* | wc -l&lt;br/&gt;
100&lt;/p&gt;

&lt;p&gt;We&apos;ve confirmed that these problems is introduced by 4e0c8ae(&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3531&quot; title=&quot;DNE2: striped directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3531&quot;&gt;&lt;del&gt;LU-3531&lt;/del&gt;&lt;/a&gt; llite: move dir cache to MDC layer). A patch which fixes these problems will be pushed soon.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23071">LU-4603</key>
            <summary>NFS reexport leads to problems of &quot;ls&quot;</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="di.wang">Di Wang</assignee>
                                    <reporter username="lixi">Li Xi</reporter>
                        <labels>
                            <label>HB</label>
                            <label>patch</label>
                    </labels>
                <created>Sun, 9 Feb 2014 12:00:03 +0000</created>
                <updated>Thu, 22 May 2014 13:24:46 +0000</updated>
                            <resolved>Thu, 22 May 2014 13:24:46 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="76551" author="lixi" created="Sun, 9 Feb 2014 12:10:27 +0000"  >&lt;p&gt;Following is the patch.&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/9191&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9191&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="76598" author="pjones" created="Mon, 10 Feb 2014 15:20:08 +0000"  >&lt;p&gt;Bobbie&lt;/p&gt;

&lt;p&gt;Could you please look after this patch&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="76623" author="adilger" created="Mon, 10 Feb 2014 18:19:04 +0000"  >&lt;p&gt;Seems related to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4601&quot; title=&quot;Failure on test suite parallel-scale-nfsv3 test_compilebench&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4601&quot;&gt;&lt;del&gt;LU-4601&lt;/del&gt;&lt;/a&gt;. &lt;/p&gt;</comment>
                            <comment id="80331" author="pjones" created="Wed, 26 Mar 2014 19:23:26 +0000"  >&lt;p&gt;Emoly&lt;/p&gt;

&lt;p&gt;Could you please refresh the supplied patch to reflect the review feedback?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="81148" author="emoly.liu" created="Tue, 8 Apr 2014 01:45:18 +0000"  >&lt;p&gt;Reassign this to wangdi since he is revising the patch.&lt;/p&gt;</comment>
                            <comment id="84391" author="green" created="Mon, 19 May 2014 18:26:24 +0000"  >&lt;p&gt;Li Xi: I wonder if you tried the revised patch to ensure it still fixes your original report? Can you give it a try please?&lt;/p&gt;</comment>
                            <comment id="84495" author="lixi" created="Tue, 20 May 2014 18:39:58 +0000"  >&lt;p&gt;Hi Oleg,&lt;/p&gt;

&lt;p&gt;I&apos;ve confirmed that the newest patch set (Patch Set 28) fixes my problem. Thanks for reminding. &lt;/p&gt;</comment>
                            <comment id="84693" author="jlevi" created="Thu, 22 May 2014 13:24:46 +0000"  >&lt;p&gt;Patch landed to Master and fix confirmed in last comment. Please reopen if more work is needed in this ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="23067">LU-4601</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19627">LU-3531</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="24113">LU-4869</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24356">LU-4945</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|hzwen3:</customfieldvalue>

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