<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:16 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-5875] DLC: failed adding an existing network interface when there is traffic ongoing</title>
                <link>https://jira.whamcloud.com/browse/LU-5875</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;1. setup the system and run sanity&lt;br/&gt;
2. add an existing network interface on the client side, got error messages&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@onyx-28 ~]# lnetctl net show -v
net:
    - nid: 0@lo
      status: up
      tunables:
          peer_timeout: 0
          peer_credits: 0
          peer_buffer_credits: 0
          credits: 0
          CPTs:  0
    - nid: 10.2.4.74@tcp
      status: up
      interfaces:
          0: eth0
      tunables:
          peer_timeout: 180
          peer_credits: 8
          peer_buffer_credits: 0
          credits: 256
          CPTs:  0

[root@onyx-28 ~]# lnetctl net add --net tcp --if eth0
add:
    - net:
          errno: -22
          descr: &quot;cannot add network: Invalid argument&quot;
&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;Lustre: DEBUG MARKER: == sanity test 24v: list directory with large files (handle hash collision, bug: 17560) == 12:10:03 (1415218203)
LNetError: 31891:0:(api-ni.c:1488:lnet_startup_lndnis()) Net tcp is not unique
LNetError: 31897:0:(api-ni.c:1488:lnet_startup_lndnis()) Net tcp is not unique
LNetError: 31899:0:(api-ni.c:1488:lnet_startup_lndnis()) Net tcp is not unique

 - created 10000 (time 141521821Lustre: DEBUG MARKER: cancel_lru_locks mdc start
3.63 total 10.13 last 10.13)
 - created 20000 (time 1415218224.04 total 20.54 last 10.41)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="27476">LU-5875</key>
            <summary>DLC: failed adding an existing network interface when there is traffic ongoing</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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>Wed, 5 Nov 2014 20:29:28 +0000</created>
                <updated>Mon, 19 Jan 2015 18:12:36 +0000</updated>
                            <resolved>Mon, 19 Jan 2015 18:12:36 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="98552" author="jlevi" created="Thu, 6 Nov 2014 18:32:20 +0000"  >&lt;p&gt;Amir,&lt;br/&gt;
Can you please have a look at this one?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="98557" author="ashehata" created="Thu, 6 Nov 2014 18:36:22 +0000"  >&lt;p&gt;You can not re-add add an existing network.  As reported in the errors: the failure to add is due to the network not being unique.&lt;/p&gt;

&lt;p&gt;This is not a bug.&lt;/p&gt;</comment>
                            <comment id="98711" author="sarah" created="Sat, 8 Nov 2014 00:28:48 +0000"  >&lt;p&gt;Then could you please update the test plan? &lt;br/&gt;
&quot;Test Case Name	dynLNet.system.net_existing&quot;&lt;/p&gt;</comment>
                            <comment id="100449" author="adilger" created="Tue, 2 Dec 2014 18:40:37 +0000"  >&lt;p&gt;Amir, it would be good to fix the error to return -EEXIST in this case, not -EINVAL, so that it prints out a more useful error message for the user. &lt;/p&gt;

&lt;p&gt;Sarah, can you please re-run this test with a different network interface to verify that this is working correctly. This functionality is the whole reason for DLC so it should work. &lt;/p&gt;</comment>
                            <comment id="100515" author="sarah" created="Tue, 2 Dec 2014 22:05:50 +0000"  >&lt;p&gt;Andreas,&lt;/p&gt;

&lt;p&gt;Adding a different network interface needs at least two test nodes configured with 3 interfaces, current all Onyx nodes only have 2(tcp0 and ib0) hooked, I have opened TEI-2972 to request some test nodes configured with 3 interfaces.&lt;/p&gt;</comment>
                            <comment id="101515" author="gerrit" created="Fri, 12 Dec 2014 22:47:38 +0000"  >&lt;p&gt;Amir Shehata (amir.shehata@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13056&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13056&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5875&quot; title=&quot;DLC: failed adding an existing network interface when there is traffic ongoing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5875&quot;&gt;&lt;del&gt;LU-5875&lt;/del&gt;&lt;/a&gt; lnet: return -EEXIST if NI is not unique&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e2606de22e31866de70df0f1b1c8178aef3ff49f&lt;/p&gt;</comment>
                            <comment id="103876" author="gerrit" created="Mon, 19 Jan 2015 17:54:09 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13056/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13056/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5875&quot; title=&quot;DLC: failed adding an existing network interface when there is traffic ongoing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5875&quot;&gt;&lt;del&gt;LU-5875&lt;/del&gt;&lt;/a&gt; lnet: return -EEXIST if NI is not unique&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7d63c00e24d77d931642ce6cf5e8ff4cc2cad255&lt;/p&gt;</comment>
                            <comment id="103882" author="pjones" created="Mon, 19 Jan 2015 18:12:36 +0000"  >&lt;p&gt;Landed for 2.7&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="15616">LU-2456</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27475">LU-5874</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|hzx0c7:</customfieldvalue>

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