<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:00 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-7566] mounting lustre emits bogus parse_nidrange() errors to the console</title>
                <link>https://jira.whamcloud.com/browse/LU-7566</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;u:lustre-release# git describe
2.7.64-31-gacc918d
u:lustre-release# ./lustre/tests/llmount.sh
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;LNet: HW CPU cores: 4, npartitions: 2
...
LDISKFS-fs (loop0): mounted filesystem with ordered data mode. quota=on. Opts: 
LNet: 17713:0:(nidstrings.c:271:parse_nidrange()) can&apos;t parse nidrange: &quot;param=lov.stripesize=1048576&quot;
LDISKFS-fs (loop0): mounted filesystem with ordered data mode. quota=on. Opts: 
Lustre: MGS: Connection restored to MGC192.168.122.108@tcp_0 (at 0@lo)
Lustre: Setting parameter lustre-MDT0000-mdtlov.lov.stripesize in log lustre-MDT0000
Lustre: ctl-lustre-MDT0000: No data found on store. Initialize space
Lustre: lustre-MDT0000: new disk, initializing
Lustre: ctl-lustre-MDT0000: super-sequence allocation rc = 0 [0x0000000200000400-0x0000000240000400]:0:mdt
LDISKFS-fs (loop1): mounted filesystem with ordered data mode. quota=on. Opts: 
LNet: 17907:0:(nidstrings.c:271:parse_nidrange()) can&apos;t parse nidrange: &quot;param=sys.timeout=20&quot;
LNet: 17907:0:(nidstrings.c:271:parse_nidrange()) Skipped 3 previous similar messages
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;These happen on subsequent mounts as well.&lt;/p&gt;</description>
                <environment></environment>
        <key id="33726">LU-7566</key>
            <summary>mounting lustre emits bogus parse_nidrange() errors to the console</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="3">Duplicate</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Dec 2015 17:50:43 +0000</created>
                <updated>Tue, 12 Jan 2016 18:27:18 +0000</updated>
                            <resolved>Tue, 12 Jan 2016 18:27:18 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="136597" author="yujian" created="Wed, 16 Dec 2015 19:17:09 +0000"  >&lt;p&gt;parse_nidrange() needs a &quot;quiet&quot; parameter like parse_nid(). Let me upload a patch.&lt;/p&gt;</comment>
                            <comment id="136613" author="gerrit" created="Wed, 16 Dec 2015 20:27:19 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17639&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17639&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7566&quot; title=&quot;mounting lustre emits bogus parse_nidrange() errors to the console&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7566&quot;&gt;&lt;del&gt;LU-7566&lt;/del&gt;&lt;/a&gt; lnet: add &#8220;quiet&#8221; parameter to parse_nidrange()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 59d69f04d79fdad1d0742ba063cd3968a510879d&lt;/p&gt;</comment>
                            <comment id="138698" author="yujian" created="Tue, 12 Jan 2016 18:27:18 +0000"  >&lt;p&gt;The issue is fixed in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7647&quot; title=&quot;Remove annoying message in parse_nidrange() caused by TBF&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7647&quot;&gt;&lt;del&gt;LU-7647&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="26788">LU-5690</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="34034">LU-7647</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzxw1j:</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>