<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:39:27 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>[LUDOC-2] Update documentation for new lfs getstripe option</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-2</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; patches added new lfs getstripe option. The manpage is updated, need to see if any other documentation needs to be updated too.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10972">LUDOC-2</key>
            <summary>Update documentation for new lfs getstripe option</summary>
                <type id="3" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11318&amp;avatarType=issuetype">Task</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="jessica">Jessica A. Popp</reporter>
                        <labels>
                            <label>releases</label>
                    </labels>
                <created>Thu, 19 May 2011 14:50:05 +0000</created>
                <updated>Tue, 27 Nov 2012 07:23:42 +0000</updated>
                            <resolved>Fri, 30 Mar 2012 11:08:31 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="27177" author="pjones" created="Mon, 23 Jan 2012 09:17:42 +0000"  >&lt;p&gt;Lai&lt;/p&gt;

&lt;p&gt;Could you please add the information that needs to be added to the manual for your &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-64&quot; title=&quot;lfs getstripe output inconsistent for directory default value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-64&quot;&gt;&lt;del&gt;LU-64&lt;/del&gt;&lt;/a&gt; changes to this ticket. Don&apos;t worry about formatting, grammar etc - the doc writer will take care of that&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="28006" author="laisiyao" created="Mon, 6 Feb 2012 22:23:42 +0000"  >&lt;p&gt;&quot;lfs getstripe&quot; should report the global default for any fields with&lt;br/&gt;
a value that means &quot;use the default&quot;. This patch introduces the&lt;br/&gt;
following functionality:&lt;/p&gt;

&lt;p&gt;1. If &quot;lfs getstripe&quot; is called on a directory and finds that striping&lt;br/&gt;
   EA is not set, the filesystem&apos;s defaults are looked up and printed.&lt;br/&gt;
2. If the striping EA is set, but the striping count and/or striping&lt;br/&gt;
   size has a value that means &quot;use the default&quot; (count = 0 and/or&lt;br/&gt;
   size = 0), the filesystem&apos;s default for that specific striping&lt;br/&gt;
   attribute is looked up and printed.&lt;br/&gt;
3. A new option to &quot;lfs getstripe&quot; is introduced; the &quot;--raw&quot; or&lt;br/&gt;
   &quot;-R&quot; option. If this option is specified, the previous two checks&lt;br/&gt;
   are skipped. In other words, if the striping EA is not set, 0, 0,&lt;br/&gt;
   -1, will be printed for the striping count, size, and offset&lt;br/&gt;
   respectively. Also, if the striping EA is set, the values will be&lt;br/&gt;
   printed without first converting them into their respective&lt;br/&gt;
   defaults.&lt;/p&gt;</comment>
                            <comment id="28007" author="laisiyao" created="Mon, 6 Feb 2012 22:27:17 +0000"  >&lt;p&gt;Hi Peter, I found the commit log is quite clear, do you think it&apos;s enough?&lt;/p&gt;</comment>
                            <comment id="28308" author="pjones" created="Thu, 9 Feb 2012 17:14:13 +0000"  >&lt;p&gt;Yes. Thanks Lai!&lt;/p&gt;</comment>
                            <comment id="28312" author="adilger" created="Thu, 9 Feb 2012 18:21:44 +0000"  >&lt;p&gt;Lai, the lustre/doc/lfs.1 man page already documents the --raw option, so I think this part is OK.  What still needs to be done is checkout lustre-manual and see where &quot;lfs getstripe&quot; is described, to see if it needs to be updated there also.&lt;/p&gt;</comment>
                            <comment id="28495" author="pjones" created="Mon, 13 Feb 2012 11:57:09 +0000"  >&lt;p&gt;Lai may have missed the guidance from Andreas due to reassignment&lt;/p&gt;</comment>
                            <comment id="32113" author="pjones" created="Mon, 26 Mar 2012 09:29:50 +0000"  >&lt;p&gt;Yujian will help complete this work&lt;/p&gt;</comment>
                            <comment id="32258" author="yujian" created="Wed, 28 Mar 2012 03:55:26 +0000"  >&lt;blockquote&gt;&lt;p&gt;What still needs to be done is checkout lustre-manual and see where &quot;lfs getstripe&quot; is described, to see if it needs to be updated there also.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Patch is in &lt;a href=&quot;http://review.whamcloud.com/2414&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2414&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="32925" author="yujian" created="Fri, 30 Mar 2012 11:08:31 +0000"  >&lt;p&gt;The manual update has been merged.&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|hzvl9z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7208</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>