<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:17:50 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-15383] DNE directories not connected to REMOTE_PARENT_DIR</title>
                <link>https://jira.whamcloud.com/browse/LU-15383</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running e2fsck on an MDT with a large number of striped directories shows a large number of disconnected directory entries.  On several different systems this is showing a large number of errors during e2fsck, resulting in tens or hundreds of thousands of entries that need to be connected to &lt;tt&gt;list+found&lt;/tt&gt;:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Unconnected directory inode 2102494 (/REMOTE_PARENT_DIR/???)
Connect to /lost+found? yes
Unconnected directory inode 2102510 (/REMOTE_PARENT_DIR/???)
Connect to /lost+found? yes
Unconnected directory inode 2102514 (/REMOTE_PARENT_DIR/???)
Connect to /lost+found? yes
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This doesn&apos;t appear to be caused by filesystem errors, as it has been seen repeatedly, so it is more likely to be a bug in the code (eg. rename doesn&apos;t connect striped directories properly, maybe if the rename source was on a remote MDT and the target is on the local MDT, or the reverse, or during &quot;&lt;tt&gt;lfs migrate -m&lt;/tt&gt;&quot; or similar. &lt;/p&gt;
</description>
                <environment></environment>
        <key id="67676">LU-15383</key>
            <summary>DNE directories not connected to REMOTE_PARENT_DIR</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="laisiyao">Lai Siyao</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Dec 2021 17:25:48 +0000</created>
                <updated>Thu, 3 Nov 2022 12:18:08 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="321280" author="laisiyao" created="Tue, 21 Dec 2021 11:49:15 +0000"  >&lt;p&gt;It looks &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15388&quot; title=&quot;Wrong dotdot FID parameter for osd_add_dot_dotdot()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15388&quot;&gt;&lt;del&gt;LU-15388&lt;/del&gt;&lt;/a&gt; explained this, and the patch there can fix this issue.&lt;/p&gt;</comment>
                            <comment id="321303" author="adilger" created="Tue, 21 Dec 2021 15:43:23 +0000"  >&lt;p&gt;I don&apos;t know if that will help. The &quot;&lt;tt&gt;..&lt;/tt&gt;&quot; &lt;b&gt;FID&lt;/b&gt; is not checked by e2fsck, so there must still be some other inconsistency at the ldiskfs level that is causing e2fsck to report a problem. &lt;/p&gt;</comment>
                            <comment id="321733" author="gerrit" created="Tue, 4 Jan 2022 07:19:10 +0000"  >&lt;p&gt;&quot;Lai Siyao &amp;lt;lai.siyao@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45961&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45961&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15383&quot; title=&quot;DNE directories not connected to REMOTE_PARENT_DIR&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15383&quot;&gt;LU-15383&lt;/a&gt; osd-ldiskfs: check .. upon object destroy&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: aacc3718e81314c4157874dfbf438a8b696bbf56&lt;/p&gt;</comment>
                            <comment id="322262" author="laisiyao" created="Tue, 11 Jan 2022 06:36:13 +0000"  >&lt;p&gt;The test result shows this only happens in sanity 300p, which tests striped directory with -ENOSPC. &lt;/p&gt;</comment>
                            <comment id="324654" author="adilger" created="Mon, 31 Jan 2022 23:15:58 +0000"  >&lt;p&gt;This might be related to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15388&quot; title=&quot;Wrong dotdot FID parameter for osd_add_dot_dotdot()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15388&quot;&gt;&lt;del&gt;LU-15388&lt;/del&gt;&lt;/a&gt;, since &lt;tt&gt;REMOTE_PARENT_DIR&lt;/tt&gt; entries have the wrong &quot;&lt;tt&gt;..&lt;/tt&gt;&quot; entry, so updates to that directory will be incorrect.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10324">
                    <name>Cloners</name>
                                            <outwardlinks description="Clones">
                                        <issuelink>
            <issuekey id="67478">LU-15330</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="67698">LU-15388</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="49558">LU-10329</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="24144">LU-4876</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|i02cvr:</customfieldvalue>

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