<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:15:59 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-1364] lfs &apos;poollist&apos; is incorrectly recognised as &apos;pool_list&apos; by lfs, the lfs manpage and the Manual.</title>
                <link>https://jira.whamcloud.com/browse/LU-1364</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The convention with &lt;tt&gt;lfs&lt;/tt&gt; commands is that they do not have underscores in them. for example:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;lfs setstripe -d &amp;lt;dir&amp;gt;
lfs osts [path]
lfs poollist &amp;lt;filesystem&amp;gt;[.&amp;lt;pool&amp;gt;] | &amp;lt;pathname&amp;gt;
lfs quota [-q] [-v] ...
lfs quota -t &amp;lt;-u|-g&amp;gt; &amp;lt;filesystem&amp;gt;
lfs quotacheck [-ug] &amp;lt;filesystem&amp;gt;
lfs quotachown [-i] &amp;lt;filesystem&amp;gt;
lfs quotaon [-ugf] &amp;lt;filesystem&amp;gt;
lfs quotaoff [-ug] &amp;lt;filesystem&amp;gt;
lfs quotainv [-ug] [-f] &amp;lt;filesystem&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The &lt;tt&gt;lfs&lt;/tt&gt; command currently wrongly requires a user to specify: &lt;tt&gt;pool_list&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;The inline-help, Manual and test scripts should be updated to make them consistent.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14246">LU-1364</key>
            <summary>lfs &apos;poollist&apos; is incorrectly recognised as &apos;pool_list&apos; by lfs, the lfs manpage and the 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="bogl">Bob Glossman</assignee>
                                    <reporter username="rhenwood">Richard Henwood</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 May 2012 11:53:22 +0000</created>
                <updated>Thu, 27 Sep 2012 18:43:15 +0000</updated>
                            <resolved>Thu, 27 Sep 2012 18:43:15 +0000</resolved>
                                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="38106" author="adilger" created="Thu, 3 May 2012 16:24:31 +0000"  >&lt;p&gt;The easiest way to avoid confusion here is to have &quot;lfs&quot; accept both &quot;poollist&quot; and &quot;pool_list&quot; call the same lfs_poollist() function, and leave the manual as is.&lt;/p&gt;</comment>
                            <comment id="38259" author="pjones" created="Mon, 7 May 2012 18:06:18 +0000"  >&lt;p&gt;Bob&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="38778" author="bogl" created="Mon, 14 May 2012 17:38:45 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2734&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2734&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Have changed only lfs leaving the manual unchanged as Andreas suggested.&lt;/p&gt;</comment>
                            <comment id="38843" author="adilger" created="Tue, 15 May 2012 14:24:07 +0000"  >&lt;p&gt;In further reflection on this issue, I think &quot;lfs pool_list&quot; is the preferred usage, to match all of the other &quot;lctl pool_*&quot; commands.&lt;/p&gt;

&lt;p&gt;While it is true that &quot;lfs poollist&quot; was documented in both the user manual and the &quot;lfs.1&quot; man page, the &quot;lfs pool_list&quot; command is the only one that has been working this whole time.  By the time that this patch is landed in a release there is no value to start accepting the &quot;poollist&quot; variant when we could have just fixed the documentation to match the actual usage.  There can&apos;t really have been any population of existing users using &quot;lfs poollist&quot;, which is the normal reason to accept multiple variants of a command. &lt;/p&gt;

&lt;p&gt;This patch should instead be changed to update the lfs.1 man page (for master, b1_8, b2_1, and b2_2), which can be done with less risk than introducing a code change.  The &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-59&quot; title=&quot;poollist is the accepted usage of pool_list.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-59&quot;&gt;&lt;del&gt;LUDOC-59&lt;/del&gt;&lt;/a&gt; change should document the proper usage in the user manual.&lt;/p&gt;</comment>
                            <comment id="38849" author="bogl" created="Tue, 15 May 2012 15:11:17 +0000"  >&lt;p&gt;After review abandoning the code change to lfs and updating the lfs man page to reflect current usage and reality instead.&lt;/p&gt;</comment>
                            <comment id="45681" author="jlevi" created="Thu, 27 Sep 2012 18:43:15 +0000"  >&lt;p&gt;Please let me know if this needs additional work and needs to be reopened.&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|hzv6mn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4608</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>