<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:10:22 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-14508] lfs mirror operations do not preserve timestamps</title>
                <link>https://jira.whamcloud.com/browse/LU-14508</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;&lt;tt&gt;lfs mirror extend -N&lt;/tt&gt; sometimes causes the file atime to go backwards:&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;# echo XXX &amp;gt; f0; stat f0; sleep 60; cat f0; stat f0; sleep 60; date; lfs mirror extend -N -p ddn_hdd f0; stat f0
  File: &#8216;f0&#8217;
  Size: 4         	Blocks: 1          IO Block: 4194304 regular file
Device: 2c54f966h/743766374d	Inode: 144115205289279491  Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-03-10 10:17:48.000000000 -0600
Modify: 2021-03-10 10:17:48.000000000 -0600
Change: 2021-03-10 10:17:48.000000000 -0600
 Birth: -
XXX
  File: &#8216;f0&#8217;
  Size: 4         	Blocks: 8          IO Block: 4194304 regular file
Device: 2c54f966h/743766374d	Inode: 144115205289279491  Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-03-10 10:18:48.000000000 -0600
Modify: 2021-03-10 10:17:48.000000000 -0600
Change: 2021-03-10 10:17:48.000000000 -0600
 Birth: -
Wed Mar 10 10:19:48 CST 2021
  File: &#8216;f0&#8217;
  Size: 4         	Blocks: 8          IO Block: 4194304 regular file
Device: 2c54f966h/743766374d	Inode: 144115205289279491  Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-03-10 10:17:48.000000000 -0600
Modify: 2021-03-10 10:17:48.000000000 -0600
Change: 2021-03-10 10:17:48.000000000 -0600
 Birth: -
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="63271">LU-14508</key>
            <summary>lfs mirror operations do not preserve timestamps</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="jhammond">John Hammond</reporter>
                        <labels>
                            <label>bjhpflr</label>
                    </labels>
                <created>Wed, 10 Mar 2021 20:30:34 +0000</created>
                <updated>Mon, 13 Feb 2023 17:00:08 +0000</updated>
                            <resolved>Thu, 22 Jul 2021 03:41:02 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="294584" author="adilger" created="Wed, 10 Mar 2021 23:51:55 +0000"  >&lt;p&gt;This could happen if the most recent atime was stored on the OST objects from patch &lt;a href=&quot;https://review.whamcloud.com/38024&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38024&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13383&quot; title=&quot;lazy atime update on OST&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13383&quot;&gt;&lt;del&gt;LU-13383&lt;/del&gt;&lt;/a&gt; ofd: lazy atime update&lt;/tt&gt;&quot;, but is not propagated to the new OST mirror and the old mirror is removed?  It &lt;em&gt;shouldn&apos;t&lt;/em&gt; happen just from adding a mirror, AFAIK, unless the &quot;stat&quot; is only accessing the new mirror copy&apos;s OST objects and not the old mirror&apos;s objects.  Another possibility is that the &quot;&lt;tt&gt;cat&lt;/tt&gt;&quot; step is causing LSOM to store the size/blocks on the MDT, and then the client is no longer fetching attributes from the OST(s) at all, but that would require a new client with statx() support (maybe RHEL8.3/Ubuntu20.04).&lt;/p&gt;</comment>
                            <comment id="294717" author="gerrit" created="Thu, 11 Mar 2021 16:31:22 +0000"  >&lt;p&gt;John L. Hammond (jhammond@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/42009&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42009&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14508&quot; title=&quot;lfs mirror operations do not preserve timestamps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14508&quot;&gt;&lt;del&gt;LU-14508&lt;/del&gt;&lt;/a&gt; lfs: make mirror operations preserve timesstamps&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b6968a22b0e5271085fc8f63aec92599e259b249&lt;/p&gt;</comment>
                            <comment id="294876" author="jhammond" created="Fri, 12 Mar 2021 19:09:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bobijam&quot; class=&quot;user-hover&quot; rel=&quot;bobijam&quot;&gt;bobijam&lt;/a&gt; could you take over on this one too? I created a patch that doesn&apos;t quite work and seems to have some ldlm issues. But perhaps you can fix it or at least reuse the tests.&lt;/p&gt;</comment>
                            <comment id="308045" author="gerrit" created="Thu, 22 Jul 2021 01:50:03 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/42009/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42009/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14508&quot; title=&quot;lfs mirror operations do not preserve timestamps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14508&quot;&gt;&lt;del&gt;LU-14508&lt;/del&gt;&lt;/a&gt; lfs: make mirror operations preserve timestamps&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9f672d8a71d8f77d2e807f1d4df926239ade8ebd&lt;/p&gt;</comment>
                            <comment id="308062" author="pjones" created="Thu, 22 Jul 2021 03:41:02 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="68673">LU-15557</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="63363">LU-14526</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|i01p13:</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>