<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:01:40 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-13484] inode access time tables</title>
                <link>https://jira.whamcloud.com/browse/LU-13484</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In order to speed up file purge, HSM, tiered storage management, or other tasks dependent on finding old files efficiently (old access time, possibly also modification time) it would be useful to store tables of inodes ordered by atime.  As new files are created, the file&apos;s FID would be inserted into the currently-open access time table.  If the file is being updated, the FID would first be removed from the table that it is in (if it is not already the current table).&lt;/p&gt;

&lt;p&gt;Periodically (say daily, or after every 1M files created, or on server restart) a new atime table would be created, and the old one would be closed.  For MDT filesystems with 1B inodes, this would result in about 1k access tables of ~64MB each (approximately the same size as the OI files), or a 5-year-old filesystem might have about 1800 tables.  Tables could be named with the timestamp of when they are created in order to make it easy to sort their contents by time.&lt;/p&gt;

&lt;p&gt;When looking for &quot;old&quot; files, it would be trivial to iterate over the tables by their name to find the right table(s) by age and then iterate linearly over the content to find FIDs still in the file, rather than having to scan the filesystem to find those files.&lt;/p&gt;

&lt;p&gt;As older files are removed from the filesystem (e.g. from file purge) then the old tables would naturally become empty and be removed.  It would also be possible to do periodic garbage collection on older tables to collapse them and release unused space.&lt;/p&gt;</description>
                <environment></environment>
        <key id="58899">LU-13484</key>
            <summary>inode access time tables</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="wc-triage">WC Triage</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Apr 2020 00:53:49 +0000</created>
                <updated>Fri, 24 Apr 2020 00:54:17 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="52853">LU-11190</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52248">LU-11022</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|i00ypj:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>