<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:03:19 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-60] mkfs.lustre&apos;s --mgsnode=nid:nid syntax not working</title>
                <link>https://jira.whamcloud.com/browse/LU-60</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Given the following node mapping:&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;192.168.122.147	oss1
192.168.122.160	oss2
192.168.122.89	mds1
192.168.122.115	mds2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;When I format an OST with the following syntax:&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;oss1# mkfs.lustre --ost --reformat --mgsnode=mds1:mds2 --failnode=oss2 /dev/vda
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and then try to mount it, the mount fails with dmesg reporting:&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;Lustre: 2876:0:(client.c:1476:ptlrpc_expire_one_request()) @@@ Request x1359778535178425 sent from MGC192.168.122.89@tcp to NID 192.168.122.115@tcp 5s ago has timed out (5s prior to deadline).
  req@ffff8100174bcc00 x1359778535178425/t0 o250-&amp;gt;MGS@MGC192.168.122.89@tcp_0:26/25 lens 368/584 e 0 to 1 dl 1296831448 ref 1 fl Rpc:N/0/0 rc 0/0
LustreError: 6413:0:(obd_mount.c:1097:server_start_targets()) Required registration failed &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; lustre-OSTffff: -4
LustreError: 6413:0:(obd_mount.c:1655:server_fill_super()) Unable to start targets: -4
LustreError: 6413:0:(obd_mount.c:1438:server_put_super()) no obd lustre-OSTffff
LustreError: 6413:0:(obd_mount.c:147:server_deregister_mount()) lustre-OSTffff not registered
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;However if I format with the following syntax:&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;oss1# mkfs.lustre --ost --reformat --mgsnode=mds1 --mgsnode=mds2 --failnode=oss2 /dev/vda
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;mounting succeeds.&lt;/p&gt;

&lt;p&gt;Just for good measure I tried a , instead of a : between the NIDs and the result is the same as for the :.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10330">LU-60</key>
            <summary>mkfs.lustre&apos;s --mgsnode=nid:nid syntax not working</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="4">Incomplete</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="brian">Brian Murrell</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Feb 2011 07:35:37 +0000</created>
                <updated>Wed, 28 Feb 2018 20:06:30 +0000</updated>
                            <resolved>Wed, 28 Feb 2018 20:06:30 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="10528" author="cliffw" created="Fri, 4 Feb 2011 14:14:56 +0000"  >&lt;p&gt;Per the 1.8 manual, section 4.4 - the comma &apos;,&apos; indicates multiple NIDS for a single node, odd that the result would be the same. Could you attach a tune2fs printout for the &apos;:&apos; case?&lt;/p&gt;</comment>
                            <comment id="10542" author="brian" created="Mon, 7 Feb 2011 08:08:44 +0000"  >&lt;p&gt;After the format, prior to the initial mount (i.e. registration):&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;# tunefs.lustre --print /dev/vda
checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; existing Lustre data: found CONFIGS/mountdata
Reading CONFIGS/mountdata

   Read previous values:
Target:     lustre-OSTffff
Index:      unassigned
Lustre FS:  lustre
Mount type: ldiskfs
Flags:      0x72
              (OST needs_index first_time update )
Persistent mount opts: errors=remount-ro,extents,mballoc
Parameters: mgsnode=192.168.122.89@tcp:192.168.122.115@tcp failover.node=192.168.122.160@tcp


   Permanent disk data:
Target:     lustre-OSTffff
Index:      unassigned
Lustre FS:  lustre
Mount type: ldiskfs
Flags:      0x72
              (OST needs_index first_time update )
Persistent mount opts: errors=remount-ro,extents,mballoc
Parameters: mgsnode=192.168.122.89@tcp:192.168.122.115@tcp failover.node=192.168.122.160@tcp

exiting before disk write.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And just for good measure (and comparison purposes) here is the tunefs.lustre --print output after formatting with two --mgsnode= specifiers:&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;# tunefs.lustre --print /dev/vda
checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; existing Lustre data: found CONFIGS/mountdata
Reading CONFIGS/mountdata

   Read previous values:
Target:     lustre-OSTffff
Index:      unassigned
Lustre FS:  lustre
Mount type: ldiskfs
Flags:      0x72
              (OST needs_index first_time update )
Persistent mount opts: errors=remount-ro,extents,mballoc
Parameters: mgsnode=192.168.122.89@tcp mgsnode=192.168.122.115@tcp failover.node=192.168.122.160@tcp


   Permanent disk data:
Target:     lustre-OSTffff
Index:      unassigned
Lustre FS:  lustre
Mount type: ldiskfs
Flags:      0x72
              (OST needs_index first_time update )
Persistent mount opts: errors=remount-ro,extents,mballoc
Parameters: mgsnode=192.168.122.89@tcp mgsnode=192.168.122.115@tcp failover.node=192.168.122.160@tcp

exiting before disk write.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="19577" author="brian" created="Wed, 24 Aug 2011 09:06:44 +0000"  >&lt;p&gt;I was also able to reproduce this on master at 0091fc7, which is admittedly quite old, but I suspect this has not been addressed yet.&lt;/p&gt;</comment>
                            <comment id="19771" author="hudson" created="Tue, 30 Aug 2011 13:25:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/hydra-agent/./arch=x86_64,distro=el6/84/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hydra-agent &#187; x86_64,el6 #84&lt;/a&gt;&lt;br/&gt;
     Work around lu-60&lt;/p&gt;</comment>
                            <comment id="19772" author="hudson" created="Tue, 30 Aug 2011 13:25:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/hydra-agent/./arch=x86_64,distro=el5/84/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hydra-agent &#187; x86_64,el5 #84&lt;/a&gt;&lt;br/&gt;
     Work around lu-60&lt;/p&gt;</comment>
                            <comment id="33543" author="hudson" created="Thu, 5 Apr 2012 13:50:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/chroma/./arch=x86_64,distro=el6/3/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;chroma &#187; x86_64,el6 #3&lt;/a&gt;&lt;br/&gt;
     Work around lu-60 (Revision 475e12d024964ec9a5801d601cd6ca9d230aaa33)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;/p&gt;</comment>
                            <comment id="221967" author="adilger" created="Wed, 28 Feb 2018 20:06:30 +0000"  >&lt;p&gt;Closing this old ticket.&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|hzw07j:</customfieldvalue>

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