<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:44:11 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-11473] Add &#8216;lfs getsom&#8217; to the lfs man page</title>
                <link>https://jira.whamcloud.com/browse/LU-11473</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The Lazy Size on MDT feature added the flag &#8220;getsom&#8221; to lfs that will collect lazy stat information for a file. The lfs man page needs to be updated to include this flag.&lt;/p&gt;

&lt;p&gt;Here&#8217;s what I can gather from the LSOM test plan about &#8216;lfs getsom&#8217;:&lt;/p&gt;

&lt;p&gt;The lfs getsom command lists file attributes that are stored on the MDS. lfs getsom is called with the full path and file name for a file on the Lustre file system. If no flags are used, then all file attributes stored on the MDS will be shown. &lt;/p&gt;

&lt;p&gt;Usage: lfs getsom &lt;span class=&quot;error&quot;&gt;&amp;#91;-s&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;-b&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;-f&amp;#93;&lt;/span&gt; &amp;lt;path&amp;gt;&lt;/p&gt;

&lt;p&gt;Flags for lfs getsom are:&lt;/p&gt;

&lt;p&gt;Flag	Description&lt;br/&gt;
-s 	Only show the size value of the SOM data for a given file. This is an optional flag.&lt;br/&gt;
-b	Only show the blocks value of the SOM data for a given file. This is an optional flag.&lt;br/&gt;
-f	Only show the flag value of the SOM data for a given file. This is an optional flag.&lt;br/&gt;
Valid flags are:&lt;br/&gt;
SOM_FL_UNKNOWN = 0x0000 - Unknown or no SoM data, must get size from OSTs. &lt;/p&gt;

&lt;p&gt;SOM_FL_STRICT = 0x0001 - Known strictly correct, FLR or DoM file (SoM guaranteed).&lt;/p&gt;

&lt;p&gt;SOM_FL_STALE = 0x0002 - Known stale - was right at some point in the past, but it is known (or likely) to be incorrect now (e.g. opened for write).&lt;/p&gt;

&lt;p&gt;SOM_FL_LAZY	= 0x0004 - Approximate, may never have been strictly correct, need to sync SOM data to achieve eventual consistency. &lt;/p&gt;
</description>
                <environment></environment>
        <key id="53501">LU-11473</key>
            <summary>Add &#8216;lfs getsom&#8217; to the lfs man page</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="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="jamesanunez">James Nunez</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>LSOM</label>
                    </labels>
                <created>Thu, 4 Oct 2018 20:34:54 +0000</created>
                <updated>Sat, 13 Oct 2018 04:59:07 +0000</updated>
                            <resolved>Sat, 13 Oct 2018 04:59:07 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="234400" author="gerrit" created="Thu, 4 Oct 2018 22:07:49 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33290&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33290&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11473&quot; title=&quot;Add &#8216;lfs getsom&#8217; to the lfs man page&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11473&quot;&gt;&lt;del&gt;LU-11473&lt;/del&gt;&lt;/a&gt; doc: add lfs-getsom man page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 97505a60766534b87d700df9179ad0e5318d95be&lt;/p&gt;</comment>
                            <comment id="234403" author="adilger" created="Thu, 4 Oct 2018 23:02:24 +0000"  >&lt;p&gt;To be honest, I don&apos;t really think of &quot;lfs getsom&quot; as a user interface that most tools will use, but more for testing and debugging.&lt;/p&gt;

&lt;p&gt;I&apos;d really prefer that we integrate the use of the &lt;tt&gt;som&lt;/tt&gt; xattr directly into tools like &lt;tt&gt;lfs find&lt;/tt&gt; and via &lt;tt&gt;statx()&lt;/tt&gt; so that a broad range of users can benefit.&lt;/p&gt;</comment>
                            <comment id="234872" author="gerrit" created="Fri, 12 Oct 2018 23:50:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33290/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11473&quot; title=&quot;Add &#8216;lfs getsom&#8217; to the lfs man page&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11473&quot;&gt;&lt;del&gt;LU-11473&lt;/del&gt;&lt;/a&gt; doc: add lfs-getsom man page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 697e8fe6f325089fe2c69c56cc49bbdadd3a2c3d&lt;/p&gt;</comment>
                            <comment id="234882" author="pjones" created="Sat, 13 Oct 2018 04:59:07 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="46203">LU-9538</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|i003lb:</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>