<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:44:44 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-4659] link EA inconsistencies</title>
                <link>https://jira.whamcloud.com/browse/LU-4659</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Chained link() and rename() leads to incoherent path/fid mappings.&lt;/p&gt;

&lt;p&gt;Here&apos;s a simple reproducer:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;cp /bin/ls test.bin&lt;/li&gt;
	&lt;li&gt;ln test.bin test.bin.lnk&lt;/li&gt;
	&lt;li&gt;cp test.bin.lnk test.bin.new&lt;/li&gt;
	&lt;li&gt;mv test.bin.new test.bin&lt;/li&gt;
	&lt;li&gt;lfs path2fid test.bin&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x2:0x0&amp;#93;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;lfs path2fid test.bin.lnk&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x1:0x0&amp;#93;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;lfs fid2path lustre 0x200000400:0x2:0x0&lt;br/&gt;
test.bin&lt;/li&gt;
	&lt;li&gt;lfs fid2path lustre 0x200000400:0x1:0x0&lt;br/&gt;
test.bin&lt;br/&gt;
test.bin.lnk&lt;/li&gt;
	&lt;li&gt;ls -i *&lt;br/&gt;
144115205255725058 test.bin  144115205255725057 test.bin.lnk&lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;Both inodes have a link count=1.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23239">LU-4659</key>
            <summary>link EA inconsistencies</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="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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="hdoreau">Henri Doreau</reporter>
                        <labels>
                            <label>mn4</label>
                    </labels>
                <created>Fri, 21 Feb 2014 08:05:05 +0000</created>
                <updated>Tue, 27 May 2014 15:46:51 +0000</updated>
                            <resolved>Tue, 8 Apr 2014 00:13:48 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.4.2</version>
                    <version>Lustre 2.5.1</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="77689" author="pjones" created="Sat, 22 Feb 2014 13:34:49 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="77707" author="laisiyao" created="Mon, 24 Feb 2014 08:59:55 +0000"  >&lt;p&gt;The code shows mdd_rename() forgets updating target linkea, I&apos;ll commit a patch soon.&lt;/p&gt;</comment>
                            <comment id="77708" author="laisiyao" created="Mon, 24 Feb 2014 10:30:33 +0000"  >&lt;p&gt;patch is on &lt;a href=&quot;http://review.whamcloud.com/#/c/9366/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/9366/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="78303" author="laisiyao" created="Tue, 4 Mar 2014 01:34:43 +0000"  >&lt;p&gt;patch landed.&lt;/p&gt;</comment>
                            <comment id="79855" author="pjones" created="Thu, 20 Mar 2014 14:36:46 +0000"  >&lt;p&gt;Patch was reverted due to a build failure. Could you please repush this patch? Thanks!&lt;/p&gt;</comment>
                            <comment id="79966" author="laisiyao" created="Fri, 21 Mar 2014 06:16:22 +0000"  >&lt;p&gt;patch is updated here: &lt;a href=&quot;http://review.whamcloud.com/9745&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9745&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="81145" author="jlevi" created="Tue, 8 Apr 2014 00:13:48 +0000"  >&lt;p&gt;Patch landed to Master. Please reopen ticket if more work is needed.&lt;/p&gt;</comment>
                            <comment id="81178" author="adegremont" created="Tue, 8 Apr 2014 15:23:40 +0000"  >&lt;p&gt;I&apos;m not this ticket should be closed. I think this should go to 2.5.2 too.&lt;/p&gt;</comment>
                            <comment id="82596" author="adegremont" created="Mon, 28 Apr 2014 13:41:57 +0000"  >&lt;p&gt;I&apos;m seeing this ticket flagged as Fixed in 2.5.2 but I cannot find any patch in b2_5 related to this ticket, and any Gerrit for 2.5 is linked here.&lt;/p&gt;

&lt;p&gt;Could you confirm this information?&lt;/p&gt;</comment>
                            <comment id="82599" author="pjones" created="Mon, 28 Apr 2014 13:50:18 +0000"  >&lt;p&gt;I confirm that, while it is intended to land this patch ahead of the 2.5.2 release, it has not yet been landed to b2_5.&lt;/p&gt;</comment>
                            <comment id="84659" author="bogl" created="Wed, 21 May 2014 21:50:45 +0000"  >&lt;p&gt;backport to b2_5:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/10409&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10409&lt;/a&gt;&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|hzwfkn:</customfieldvalue>

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