<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:26:34 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-16386] Handle mkfs.lustre --version correctly</title>
                <link>https://jira.whamcloud.com/browse/LU-16386</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running mkfs.lustre with --version or -V argument fails instead of printing the version.&lt;/p&gt;

&lt;p&gt;Output:&lt;/p&gt;

&lt;p&gt;&#160;&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;$ ./lustre/utils/mkfs.lustre --version
usage: mkfs.lustre &amp;lt;target type&amp;gt; [--backfstype=ldiskfs] --fsname=&amp;lt;filesystem name&amp;gt;
&#160; &#160; --index=&amp;lt;target index&amp;gt; [options] &amp;lt;device&amp;gt;
&#160; &#160; &amp;lt;device&amp;gt;:block device or file (e.g /dev/sda or /tmp/ost1)
&#160; &#160; target types:
&#160; &#160; &#160; &#160; --mgs: configuration management service
&#160; &#160; &#160; &#160; --nomgs: turn off MGS service on this MDT
&#160; &#160; &#160; &#160; --mdt: metadata storage, mutually exclusive with ost
&#160; &#160; &#160; &#160; --ost: object storage, mutually exclusive with mdt, mgs
&#160; &#160; options (in order of popularity):
&#160; &#160; &#160; &#160; --index=#N: numerical target index (0..N)
&#160; &#160; &#160; &#160; &#160; &#160; required for all targets other than the MGS,
&#160; &#160; &#160; &#160; &#160; &#160; target index may either be a decimal number or
&#160; &#160; &#160; &#160; &#160; &#160; hexadecimal number starting with &apos;0x&apos;
&#160; &#160; &#160; &#160; --fsname=&amp;lt;8_char_filesystem_name&amp;gt;: fs targets belong to
&#160; &#160; &#160; &#160; &#160; &#160; required for all targets other than MGS
&#160; &#160; &#160; &#160; --mgsnode=&amp;lt;nid&amp;gt;[,&amp;lt;...&amp;gt;]: NID(s) of remote MGS
&#160; &#160; &#160; &#160; &#160; &#160; required for all targets other than MGS
&#160; &#160; &#160; &#160; --mountfsoptions=&amp;lt;opts&amp;gt;: permanent Lustre mount options
&#160; &#160; &#160; &#160; --backfs-mount-opts=&amp;lt;opts&amp;gt;: backing fs mount options
&#160; &#160; &#160; &#160; --failnode=&amp;lt;nid&amp;gt;[,&amp;lt;...&amp;gt;]: NID(s) of backup failover node
&#160; &#160; &#160; &#160; &#160; &#160; mutually exclusive with --servicenode
&#160; &#160; &#160; &#160; --servicenode=&amp;lt;nid&amp;gt;[,&amp;lt;...&amp;gt;]: NID(s) of service partners
&#160; &#160; &#160; &#160; &#160; &#160; treat nodes as equal service node, mutually exclusive with --failnode
&#160; &#160; &#160; &#160; --param &amp;lt;key&amp;gt;=&amp;lt;value&amp;gt;: set a permanent parameter
&#160; &#160; &#160; &#160; &#160; &#160; e.g. --param sys.timeout=40
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;--param lov.stripesize=2M
&#160; &#160; &#160; &#160; --network=&amp;lt;net&amp;gt;[,&amp;lt;...&amp;gt;]: restrict OST/MDT to network(s)
&#160; &#160; &#160; &#160; --backfstype=&amp;lt;fstype&amp;gt;: backing fs type (ldiskfs, zfs)
&#160; &#160; &#160; &#160; --device-size=#N(KB): device size for loop devices
&#160; &#160; &#160; &#160; --mkfsoptions=&amp;lt;opts&amp;gt;: format options
&#160; &#160; &#160; &#160; --reformat: overwrite an existing disk
&#160; &#160; &#160; &#160; --replace: replace an old target with the same index
&#160; &#160; &#160; &#160; --stripe-count-hint=#N: for optimizing MDT inode size
&#160; &#160; &#160; &#160; --comment=&amp;lt;user comment&amp;gt;: arbitrary string (824 bytes)
&#160; &#160; &#160; &#160; --dryrun: report what we would do; don&apos;t write to disk
&#160; &#160; &#160; &#160; --verbose: e.g. show mkfs progress
&#160; &#160; &#160; &#160; --force-nohostid: Ignore hostid requirement for ZFS import
&#160; &#160; &#160; &#160; -V|--version: output build version of the utility and
&#160; &#160; &#160; &#160; &#160; &#160; exit
&#160; &#160; &#160; &#160; --quiet
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Expected output:&lt;/p&gt;

&lt;p&gt;&#160;&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;$ ./lustre/utils/mkfs.lustre --version
mkfs.lustre &amp;lt;version&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="73586">LU-16386</key>
            <summary>Handle mkfs.lustre --version correctly</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="arshad512">Arshad Hussain</assignee>
                                    <reporter username="arshad512">Arshad Hussain</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Dec 2022 14:22:53 +0000</created>
                <updated>Tue, 3 Jan 2023 21:47:05 +0000</updated>
                            <resolved>Tue, 3 Jan 2023 21:47:05 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="356050" author="gerrit" created="Mon, 12 Dec 2022 14:58:05 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49379&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49379&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16386&quot; title=&quot;Handle mkfs.lustre --version correctly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16386&quot;&gt;&lt;del&gt;LU-16386&lt;/del&gt;&lt;/a&gt; mkfs: Handle --version argument correctly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fd8e0874c86380b9af753f99451fb431dd848571&lt;/p&gt;</comment>
                            <comment id="356138" author="gerrit" created="Tue, 13 Dec 2022 05:39:55 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49384&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49384&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16386&quot; title=&quot;Handle mkfs.lustre --version correctly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16386&quot;&gt;&lt;del&gt;LU-16386&lt;/del&gt;&lt;/a&gt; utils: Improve mkfs.lustre.8 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: 3e947b1473ca697f79de246ab484967aeb170f0a&lt;/p&gt;</comment>
                            <comment id="356979" author="gerrit" created="Tue, 20 Dec 2022 14:44:33 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49379/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49379/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16386&quot; title=&quot;Handle mkfs.lustre --version correctly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16386&quot;&gt;&lt;del&gt;LU-16386&lt;/del&gt;&lt;/a&gt; mkfs: Handle --version argument correctly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 73ee4e7fe31f31fae6b823086f706869b50adec6&lt;/p&gt;</comment>
                            <comment id="357801" author="gerrit" created="Tue, 3 Jan 2023 21:33:28 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49384/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16386&quot; title=&quot;Handle mkfs.lustre --version correctly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16386&quot;&gt;&lt;del&gt;LU-16386&lt;/del&gt;&lt;/a&gt; utils: Improve mkfs.lustre.8 man page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 45fceb6dee7ff1ebd072a3406f3e728b16ee9f2f&lt;/p&gt;</comment>
                            <comment id="357821" author="pjones" created="Tue, 3 Jan 2023 21:47:05 +0000"  >&lt;p&gt;Landed for 2.16&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|i037pb:</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>