<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:59:22 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-6340] DLC: /etc/rc.d/init.d/lnet doesn&apos;t configure lnet exactly as defined in lnet.conf</title>
                <link>https://jira.whamcloud.com/browse/LU-6340</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After running /etc/rc.d/init.d/lnet start, it doesn&apos;t configure lnet exactly as defined in /etc/sysconf/lnet.conf.   Router is missing, net are not the exact same.  &lt;/p&gt;

&lt;p&gt;This is a minor issue, Amir has suggested 1 line change can fix this problem .&lt;/p&gt;

&lt;p&gt;the lnet.conf looks like&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;[root@eagle-54vm3 modprobe.d]# more /etc/sysconfig/lnet.conf 
net:
    - net: lo
      nid: 0@lo
      status: up
      tunables:
          peer_timeout: 0
          peer_credits: 0
          peer_buffer_credits: 0
          credits: 0
    - net: tcp1
      nid: 192.168.201.180@tcp1
      status: up
      interfaces:
          0: eth1
      tunables:
          peer_timeout: 181
          peer_credits: 8
          peer_buffer_credits: 0
          credits: 256
route:
    - net: tcp
      gateway: 192.168.201.101@tcp1
      hop: 1
      priority: 0
      state: up
[root@eagle-54vm3 modprobe.d]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;after running lnet start check the system&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;[root@eagle-54vm3 modprobe.d]# lnetctl net show -v
net:
    - net: lo
      nid: 0@lo
      status: up
      tunables:
          peer_timeout: 0
          peer_credits: 0
          peer_buffer_credits: 0
          credits: 0
    - net: tcp
      nid: 10.100.4.198@tcp
      status: up
      tunables:
          peer_timeout: 180
          peer_credits: 8
          peer_buffer_credits: 0
          credits: 256
    - net: tcp1
      nid: 192.168.201.180@tcp1
      status: up
      interfaces:
          0: eth1
      tunables:
          peer_timeout: 181
          peer_credits: 8
          peer_buffer_credits: 0
          credits: 256
[root@eagle-54vm3 modprobe.d]# lnetctl route show -v
[root@eagle-54vm3 modprobe.d]#
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>lustre-b2_7 build #29</environment>
        <key id="28994">LU-6340</key>
            <summary>DLC: /etc/rc.d/init.d/lnet doesn&apos;t configure lnet exactly as defined in lnet.conf</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="ashehata">Amir Shehata</assignee>
                                    <reporter username="sarah">Sarah Liu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 6 Mar 2015 01:32:47 +0000</created>
                <updated>Sat, 16 Jan 2016 06:03:35 +0000</updated>
                            <resolved>Mon, 6 Jul 2015 23:47:23 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="109097" author="adilger" created="Fri, 6 Mar 2015 18:13:44 +0000"  >&lt;p&gt;Amir, can you please provide a patch, in case we have another 2.7 RC5.&lt;/p&gt;</comment>
                            <comment id="109109" author="ashehata" created="Fri, 6 Mar 2015 19:06:43 +0000"  >&lt;p&gt;The issue here is that &quot;lctl network up&quot; is used to bring up LNet, but that configures everything in module parameters.  The fix is to use lnetctl to configure LNet only if the proper lnet YAML configuration file is present.  This way the script remains backward compatible.&lt;/p&gt;</comment>
                            <comment id="109117" author="gerrit" created="Fri, 6 Mar 2015 20:21:28 +0000"  >&lt;p&gt;Amir Shehata (amir.shehata@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14000&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14000&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6340&quot; title=&quot;DLC: /etc/rc.d/init.d/lnet doesn&amp;#39;t configure lnet exactly as defined in lnet.conf&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6340&quot;&gt;&lt;del&gt;LU-6340&lt;/del&gt;&lt;/a&gt; lnet: LNet startup script fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e3b4da8c93b7421802e3b8d03c6ef2b913eb56c5&lt;/p&gt;</comment>
                            <comment id="109956" author="gerrit" created="Wed, 18 Mar 2015 10:57:52 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14000/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14000/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6340&quot; title=&quot;DLC: /etc/rc.d/init.d/lnet doesn&amp;#39;t configure lnet exactly as defined in lnet.conf&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6340&quot;&gt;&lt;del&gt;LU-6340&lt;/del&gt;&lt;/a&gt; lnet: LNet startup script fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f7259a01bb3f18f571d6ed8ecf7c95e1f9521bbb&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="33323">LU-7474</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </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|hzx7tr:</customfieldvalue>

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