<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:41:37 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-4315] split lfs.1 and lctl.8 man pages into one page per subcommand</title>
                <link>https://jira.whamcloud.com/browse/LU-4315</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I&apos;d like to split up the lfs(1) and lctl(8) man pages because they are huge and unwieldy, and as a result I think each of the sub-commands is given too little space for its description, arguments, and examples.  It is also confusing to separate the synopsys, description, and examples for each of the sub-commands.  Finally, we couldn&apos;t clearly describe the availability of each sub-command.for changes to make the various Lustre man pages more complete and consistent.&lt;/p&gt;

&lt;p&gt;There should be a single page of the form &lt;tt&gt;lfs-getstripe.1&lt;/tt&gt; or &lt;tt&gt;lfs-df.1&lt;/tt&gt; for each sub-command.  In some cases, very similar commands may share a single page, but e.g. &lt;tt&gt;lfs-setstripe.1&lt;/tt&gt; should reference &lt;tt&gt;lfs-getstripe.1&lt;/tt&gt; so that it can be found easily.&lt;/p&gt;

&lt;p&gt;In particular, I&apos;d like the man pages to follow the simple nroff style of using &quot;.I&quot;, &quot;.B&quot;, &quot;.IR&quot;, &quot;.BR&quot; so that function names, option flags, and other explicitly specified strings are bold, user-supplied arguments and variables are italic, and delineators are regular text:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;.SH SYNOPSIS
.B lfs_migrate
.RB [ -c | -s ]
.RB [ -h  ]
.RB [ -l ]
.RB [ -n ]
.RB [ -y ]
.RI [ file | directory ...]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Each man page should have the standard sections:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;SYNOPSIS
- one-line summary of command
- optional one-line summary of aliases

DESCRIPTION
- good description of what the command does

OPTIONS
- describe all options and their arguments

ENVIRONMENT
- optional section to describe environment variables affecting behaviour

RETURN VALUES
- describe return values and their causes

ERRORS
- optional section for API man pages (section 3) to describe return values like:
    [ERRNO]       description of error

EXAMPLES
- real-world usage examples

KNOWN BUGS
- optional section to list any known bugs

AVAILABILITY
- that it is part of lustre(7)
- which Lustre release it appeared in

SEE ALSO
- other man pages referenced by this one
- related Lustre and non-lustre commands/man pages
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;References to other commands&apos; man pages should be in the form&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;.BR lfs (1)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;See &lt;a href=&quot;http://www.schweikhardt.net/man_page_howto.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.schweikhardt.net/man_page_howto.html&lt;/a&gt; for more examples&lt;/p&gt;</description>
                <environment></environment>
        <key id="22243">LU-4315</key>
            <summary>split lfs.1 and lctl.8 man pages into one page per subcommand</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="12688">LU-930</parent>
                                    <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="4" iconUrl="https://jira.whamcloud.com/images/icons/statuses/reopened.png" description="This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.">Reopened</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>
                            <label>cdwgbl</label>
                            <label>easy</label>
                            <label>lad23dd</label>
                    </labels>
                <created>Tue, 26 Nov 2013 21:33:11 +0000</created>
                <updated>Tue, 19 Sep 2023 19:25:02 +0000</updated>
                                                                                <due></due>
                            <votes>2</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="85075" author="jupmille" created="Wed, 28 May 2014 21:19:19 +0000"  >&lt;p&gt;I&apos;ve written a new man page for lctl-network and wanted to get your feedback before I write too many more.&lt;/p&gt;

&lt;p&gt;I did my best to use the IEEE Std. 1003.1 for formatting arguments. &lt;a href=&quot;http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I pulled together as much information as I could from documentation, testing the command, and source code, while still trying to be succinct. &lt;/p&gt;

&lt;p&gt;I do think that the idea of a man page for each subcommand is the best course. Otherwise, if you tried to organize by Network/Device/LFSCK, you would be basically recreating the Operations Manual. &lt;/p&gt;

&lt;p&gt;How should new man pages be submitted for review? If it is just like source code changes I can get Josh Walgenbach to show me. &lt;/p&gt;</comment>
                            <comment id="85100" author="jupmille" created="Thu, 29 May 2014 03:44:50 +0000"  >&lt;p&gt;Updated with &apos;configure|unconfigure&apos;&lt;/p&gt;</comment>
                            <comment id="85329" author="adilger" created="Fri, 30 May 2014 22:55:01 +0000"  >&lt;p&gt;Hi Justin,&lt;br/&gt;
thanks for taking this project on.  I think the page is pretty good as it stands (infinitely better than the two lines that currently exist in the lctl.8 page).  It would be useful to have this submitted as a patch to Gerrit so that the patch can be commented on directly, and in particular by people who know more about LNet than I do.  That would also include the other changes that are needed to make each new page useful (e.g. inclusion into lustre/doc/Makefile.am, lustre.spec.in, references from other pages, etc).  You can use &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; for all of the patches you submit. &lt;/p&gt;

&lt;p&gt;One thing I noticed is that the existing usage (and recommended in this bug until moments ago) of &lt;tt&gt;Lustre(7)&lt;/tt&gt; is broken and &lt;tt&gt;lustre(7)&lt;/tt&gt; needs to be used instead, since man is case sensitive.&lt;/p&gt;

&lt;p&gt;It seems to be missing a description of the &quot;lctl --net o2iblnd some_lnet_command&quot; style of usage to specify an LND type for later commands.  While in some aspects it makes sense to include that as an option to the other LNet commands, rather than as part of the &quot;lctl-net&quot; command (it is useless if run just by itself), it might still be good to include a list of the different LND types so this can be updated in one place, and then referenced by other LNet-related sub-commands.&lt;/p&gt;

&lt;p&gt;If at all possible, it makes sense to try and keep the patches independent as much as possible, so that they can be inspected, tested (a requirement for all patches even though these patches are unlikely to cause problems), refreshed as needed, and landed without affecting all of the other patches you are working on.  In this case, it might make sense to plan your work a bit so that this can be done more easily:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;submit a patch to &lt;tt&gt;lustre/doc/Makefile.am&lt;/tt&gt; that replaces the &quot;paragraph&quot; of man pages into a list of man pages, one per line, so it is somewhat easier to add new pages without conflicting with other patches.  Even better would be to change the MANFILES= list to a glob, like &lt;tt&gt;MANFILES=*.&lt;span class=&quot;error&quot;&gt;&amp;#91;1-9&amp;#93;&lt;/span&gt;&lt;/tt&gt;, since it appears we are already missing a page that exists in lustre/doc but not MANFILES (ll_decode_filter_fid.8).  The tricky part is that some man pages are not needed on the client, so those would have to be excluded from the glob somehow.&lt;/li&gt;
	&lt;li&gt;work on every other sub-command first, and split your effort between lctl.8 and lfs.1, so that the patches that remove lines from lctl.8 and lfs.1 are less likely to conflict before they can be inspected and landed&lt;/li&gt;
	&lt;li&gt;save some of the &lt;tt&gt;SEE ALSO&lt;/tt&gt; changes in lctl.8 and lfs.1 to aggregate multiple changes there to avoid patch conflicts&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="85333" author="adilger" created="Fri, 30 May 2014 23:07:04 +0000"  >&lt;p&gt;PS: in a related note - the &quot;lctl network&quot; usage message also seems incomplete and could be improved slightly as part of the patch for the man page.  Don&apos;t feel obligated to do that if you don&apos;t want, but I thought if you are already taking time to investigate the options it might make sense to do this.&lt;/p&gt;</comment>
                            <comment id="164932" author="gerrit" created="Tue, 6 Sep 2016 08:56:43 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/22324&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22324&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: split lctl-network.8 man page from lctl.8&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 38708bd40cbf329d1c2cf4a3fbda7b5a0c0d9e7e&lt;/p&gt;</comment>
                            <comment id="167253" author="gerrit" created="Mon, 26 Sep 2016 15:20:25 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/22324/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22324/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: split lctl-network.8 man page from lctl.8&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3cab078778a7735f2c1d7cf05e853b64e6863184&lt;/p&gt;</comment>
                            <comment id="167277" author="pjones" created="Mon, 26 Sep 2016 15:58:01 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                            <comment id="167452" author="adilger" created="Tue, 27 Sep 2016 10:51:35 +0000"  >&lt;p&gt;Unfortunately, there is still a bunch more work to be done here.&lt;/p&gt;</comment>
                            <comment id="177266" author="adilger" created="Fri, 9 Dec 2016 17:37:07 +0000"  >&lt;p&gt;The &lt;tt&gt;lfs setstripe&lt;/tt&gt; command is already being handled by the PFL project: &lt;a href=&quot;https://review.whamcloud.com/18596&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/18596&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="177286" author="adilger" created="Fri, 9 Dec 2016 19:06:28 +0000"  >&lt;p&gt;The patch &lt;a href=&quot;https://review.whamcloud.com/24228&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24228&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8920&quot; title=&quot;don&amp;#39;t print permanently deactivated OSTs in lfs df output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8920&quot;&gt;&lt;del&gt;LU-8920&lt;/del&gt;&lt;/a&gt; utils: don&apos;t print deactivated OSTs in &apos;lfs df&apos;&quot; splits out a separate &quot;lfs-df.1&quot; man page.&lt;/p&gt;</comment>
                            <comment id="177851" author="gerrit" created="Thu, 15 Dec 2016 15:29:41 +0000"  >&lt;p&gt;Steve Guminski (stephenx.guminski@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24371&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24371&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; docs: Split man pages into one page per subcommand&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7e47a5023bd4291a3292c7fe64a169038bbfd28a&lt;/p&gt;</comment>
                            <comment id="181858" author="gerrit" created="Tue, 24 Jan 2017 05:24:02 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24371/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24371/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; docs: Fix Makefile.am to have one man page per line&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0eb8208e199c90f25368b3b0c25858248f874ccd&lt;/p&gt;</comment>
                            <comment id="181904" author="pjones" created="Tue, 24 Jan 2017 14:33:35 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                            <comment id="181907" author="sguminsx" created="Tue, 24 Jan 2017 14:36:11 +0000"  >&lt;p&gt;The recently landed patch is only the first of several patches required to address this ticket, so I&apos;ve reopened it.&lt;/p&gt;</comment>
                            <comment id="221608" author="gerrit" created="Fri, 23 Feb 2018 23:34:55 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31406&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31406&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: correct lfs migrate man page separation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f17b498fb52a1bc404dc2d74756379211bfb712a&lt;/p&gt;</comment>
                            <comment id="223716" author="gerrit" created="Thu, 15 Mar 2018 13:55:12 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31406/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31406/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: correct lfs migrate man page separation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4214a2f33ce7ad2745b414d81a3279993ae50ffe&lt;/p&gt;</comment>
                            <comment id="249367" author="gerrit" created="Mon, 17 Jun 2019 03:42:59 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35242&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35242&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: split lctl get_param and set_param man pages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 474e51cb4da78bc15a57089daaf7b71d5fe88a03&lt;/p&gt;</comment>
                            <comment id="252237" author="gerrit" created="Tue, 30 Jul 2019 06:15:33 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35242/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35242/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: split lctl get_param and set_param man pages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7e9d38ea8187f47b47f0e230a3ad31dee2834849&lt;/p&gt;</comment>
                            <comment id="252245" author="gerrit" created="Tue, 30 Jul 2019 07:55:46 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35649&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35649&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: add separate lctl-list_param 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: 168ee96a075a025a3452df4b3db82220166040d7&lt;/p&gt;</comment>
                            <comment id="255867" author="gerrit" created="Fri, 4 Oct 2019 03:44:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35649/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35649/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4315&quot; title=&quot;split lfs.1 and lctl.8 man pages into one page per subcommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4315&quot;&gt;LU-4315&lt;/a&gt; doc: add separate lctl-list_param man page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 956eeec06548f85c249b5a7495dc9bbdcb30b86b&lt;/p&gt;</comment>
                            <comment id="365525" author="JIRAUSER18433" created="Fri, 10 Mar 2023 18:26:54 +0000"  >&lt;p&gt;State of man pages (for lfs) right now, by my estimation:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;setstripe - lfs-setstripe.1&#160;&lt;/li&gt;
	&lt;li&gt;getstripe - lfs-getstripe.1&lt;/li&gt;
	&lt;li&gt;setdirstripe - lfs-setdirstripe.1&lt;/li&gt;
	&lt;li&gt;getdirstripe - lfs-getdirstripe.1 &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;mkdir - lfs-mkdir.1 &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;rm_entry&#160; - lfs-rm_entry.8 &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;rmentry - lfs-rmentry.8 &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;unlink_foreign - NONE &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;pool_list - NONE &#160;&lt;/li&gt;
	&lt;li&gt;find - lfs-find.1 &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;check - NONE&#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;osts - NONE&#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;mdts - NONE&#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;df - lfs-df.1&lt;/li&gt;
	&lt;li&gt;getname - lfs-getname.1 &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;setquota - lfs-setquota.1 &#160; &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;quota - lfs-quota.1 &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;project - lfs-project.1 &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;flushctx - lfs-flushctx.1 &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;changelog - lfs-changelog.1 &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;changelog_clear - lfs-changelog_clear.1&lt;/li&gt;
	&lt;li&gt;fid2path - lfs-fid2path.1 &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;path2fid - lfs-path2fid.1 &#160;&lt;/li&gt;
	&lt;li&gt;rmfid - lfs-rmfid.1 &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;data_version - NONE&lt;/li&gt;
	&lt;li&gt;hsm_state - lfs-hsm_state.1 &#160; &#160;&lt;/li&gt;
	&lt;li&gt;hsm_set - lfs-hsm_set.1&#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;hsm_clear - lfs-hsm_clear.1 &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;hsm_action - lfs-hsm_action.1 &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;hsm_archive - NONE &#160; &#160;&lt;/li&gt;
	&lt;li&gt;hsm_restore - NONE&lt;/li&gt;
	&lt;li&gt;hsm_release - NONE &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;hsm_remove - NONE &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;hsm_cancel - NONE &#160; &#160;&lt;/li&gt;
	&lt;li&gt;swap_layouts - NONE&lt;/li&gt;
	&lt;li&gt;migrate - lfs-migrate.1, lfs_migrate.1 (the wrapper script) &#160; &#160; &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;mv - NONE &#160; &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;ladvise - lfs-ladvise.1 &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;mirror&#160; - lfs-mirror-*.1&#160; (mirror has a lot of pages)&lt;/li&gt;
	&lt;li&gt;getsom - lfs-getsom.1 &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;heat_get - split lfs-heat.1? &#160;&lt;/li&gt;
	&lt;li&gt;heat_set - split lfs-heat.1?&lt;/li&gt;
	&lt;li&gt;pcc - lfs-pcc.1, lfs-pcc-detach.1&#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;help - NONE &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;exit - NONE &#160; &#160; &#160; &#160; &#160;&lt;/li&gt;
	&lt;li&gt;quit - NONE &#160; &#160; &#160;&#160;&lt;/li&gt;
	&lt;li&gt;--version - NONE&#160;&lt;/li&gt;
	&lt;li&gt;--list-commands - NONE&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Some of the pages need to be split up. Some new ones need to be created. And some stubs should be made for the trivial commands, so &quot;lfs help&quot; will have a page to show (in the future).&lt;/p&gt;</comment>
                            <comment id="365561" author="adilger" created="Fri, 10 Mar 2023 20:49:15 +0000"  >&lt;p&gt;Note that &quot;lfs mv&quot; is an alias for &quot;lfs migrate -m&quot;, so should be a stub for that. &lt;/p&gt;</comment>
                            <comment id="386460" author="adilger" created="Tue, 19 Sep 2023 19:25:02 +0000"  >&lt;p&gt;It&apos;s also not clear that &quot;&lt;tt&gt;lfs-&lt;del&gt;version&lt;/tt&gt;&quot;, &quot;&lt;tt&gt;lfs&lt;/del&gt;-list-commands&lt;/tt&gt;&quot;, &quot;&lt;tt&gt;lfs-help&lt;/tt&gt;&quot;, &quot;&lt;tt&gt;lfs-exit&lt;/tt&gt;&quot;, and &quot;&lt;tt&gt;lfs-quit&lt;/tt&gt;&quot; need their own man pages?  Those are more like infrastructure for the &quot;&lt;tt&gt;lfs&lt;/tt&gt;&quot; command itself, and not separate sub-commands.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="34036">LU-7648</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="42298">LU-8920</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="18184">LUDOC-134</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25084">LU-5170</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="24394">LU-4959</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52359">LU-11048</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27979">LU-6051</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45626">LU-9378</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="15008" name="lctl-network.8" size="1943" author="jupmille" created="Thu, 29 May 2014 03:44:50 +0000"/>
                            <attachment id="15009" name="lctl-network.ps" size="9248" author="jupmille" created="Thu, 29 May 2014 03:45:27 +0000"/>
                    </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|hzwa3z:</customfieldvalue>

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