<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:41:57 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-316] man document for &apos;lfs setstripe/getstripe&apos; is not  consistent with the help in manual</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-316</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;The man document for &apos;lfs setstripe/getstripe&apos; is as follows:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;lfs setstripe&lt;br/&gt;
usage: setstripe -d &amp;lt;directory&amp;gt;   (to delete default striping)&lt;br/&gt;
 or&lt;br/&gt;
usage: setstripe &lt;span class=&quot;error&quot;&gt;&amp;#91;--stripe-count|-c &amp;lt;stripe_count&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                 &lt;span class=&quot;error&quot;&gt;&amp;#91;--stripe-index|-i &amp;lt;start_ost_idx&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                 &lt;span class=&quot;error&quot;&gt;&amp;#91;--stripe-size|-S &amp;lt;stripe_size&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                 &lt;span class=&quot;error&quot;&gt;&amp;#91;--pool|-p &amp;lt;pool_name&amp;gt;&amp;#93;&lt;/span&gt;&lt;br/&gt;
                 &lt;span class=&quot;error&quot;&gt;&amp;#91;--block|-b&amp;#93;&lt;/span&gt; &amp;lt;directory|filename&amp;gt;&lt;br/&gt;
	stripe_size:  Number of bytes on each OST (0 filesystem default)&lt;br/&gt;
	              Can be specified with k, m or g (in KB, MB and GB&lt;br/&gt;
	              respectively)&lt;br/&gt;
	start_ost_idx: OST index of first stripe (-1 default)&lt;br/&gt;
	stripe_count: Number of OSTs to stripe over (0 default, -1 all)&lt;br/&gt;
	pool_name:    Name of OST pool to use (default none)&lt;br/&gt;
	block:	 Block file access during data migration&lt;/li&gt;
	&lt;li&gt;lfs getstripe&lt;br/&gt;
usage: getstripe &lt;span class=&quot;error&quot;&gt;&amp;#91;--ost|-O &amp;lt;uuid&amp;gt;&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--quiet | -q&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--verbose | -v&amp;#93;&lt;/span&gt;&lt;br/&gt;
		   &lt;span class=&quot;error&quot;&gt;&amp;#91;--stripe-count|-c&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--stripe-index|-i&amp;#93;&lt;/span&gt;&lt;br/&gt;
		   &lt;span class=&quot;error&quot;&gt;&amp;#91;--pool|-p&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--stripe-size|-S&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--directory|-d&amp;#93;&lt;/span&gt;&lt;br/&gt;
		   &lt;span class=&quot;error&quot;&gt;&amp;#91;--mdt-index|-M&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--recursive|-r&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--raw|-R&amp;#93;&lt;/span&gt;&lt;br/&gt;
		   &lt;span class=&quot;error&quot;&gt;&amp;#91;--layout|-L&amp;#93;&lt;/span&gt;&lt;br/&gt;
		   &amp;lt;directory|filename&amp;gt; ...&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;While the help in manual is as follows:&lt;/p&gt;

&lt;p&gt;lfs getstripe &lt;span class=&quot;error&quot;&gt;&amp;#91;--obd|-O ost_name&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--quiet|-q&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--verbose|-v&amp;#93;&lt;/span&gt;&lt;br/&gt;
              &lt;span class=&quot;error&quot;&gt;&amp;#91;--count|-c&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--index|-i | --offset|-o&amp;#93;&lt;/span&gt;&lt;br/&gt;
              &lt;span class=&quot;error&quot;&gt;&amp;#91;--size|-s&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--pool|-p&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--directory|-d&amp;#93;&lt;/span&gt;&lt;br/&gt;
              &lt;span class=&quot;error&quot;&gt;&amp;#91;--recursive|-r&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--raw|-R&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;-M&amp;#93;&lt;/span&gt; dirname|filename ...&lt;br/&gt;
lfs setstripe &lt;span class=&quot;error&quot;&gt;&amp;#91;--size|-s stripe_size&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;--count|-c stripe_count&amp;#93;&lt;/span&gt;&lt;br/&gt;
              &lt;span class=&quot;error&quot;&gt;&amp;#91;--index|-i|--offset|-o start_ost_index&amp;#93;&lt;/span&gt;&lt;br/&gt;
              &lt;span class=&quot;error&quot;&gt;&amp;#91;--pool|-p pool&amp;#93;&lt;/span&gt;&lt;br/&gt;
              dirname|filename&lt;/p&gt;

&lt;p&gt;The difference is on the &apos;start_ost_index&apos; line.&lt;br/&gt;
The man document is lack of the &quot;--offset|-o&quot; item.&lt;/p&gt;</description>
                <environment></environment>
        <key id="33531">LUDOC-316</key>
            <summary>man document for &apos;lfs setstripe/getstripe&apos; is not  consistent with the help in manual</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="rhenwood">Richard Henwood</assignee>
                                    <reporter username="jinghaiz">Jinghai Zhang</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Dec 2015 18:09:55 +0000</created>
                <updated>Wed, 16 Mar 2016 19:29:43 +0000</updated>
                            <resolved>Wed, 16 Mar 2016 19:29:43 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="135717" author="gerrit" created="Wed, 9 Dec 2015 20:48:06 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17531&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17531&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-316&quot; title=&quot;man document for &amp;#39;lfs setstripe/getstripe&amp;#39; is not  consistent with the help in manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-316&quot;&gt;&lt;del&gt;LUDOC-316&lt;/del&gt;&lt;/a&gt; fix: correct lfs usage documentation.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 19d361e8ef21782e37bb3658bcd88cb82e9c73d4&lt;/p&gt;</comment>
                            <comment id="135718" author="rhenwood" created="Wed, 9 Dec 2015 20:57:54 +0000"  >&lt;p&gt;thanks for this. I have this suggested change. Please review.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/17531&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/17531&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="145852" author="gerrit" created="Wed, 16 Mar 2016 19:29:15 +0000"  >&lt;p&gt;Richard Henwood (richard.henwood@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17531/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-316&quot; title=&quot;man document for &amp;#39;lfs setstripe/getstripe&amp;#39; is not  consistent with the help in manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-316&quot;&gt;&lt;del&gt;LUDOC-316&lt;/del&gt;&lt;/a&gt; fix: correct lfs usage documentation.&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4d6cf50ce8a140fa7675cbeb394617f998eb74df&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|hzxvcf:</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>