<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:47:51 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-11893] doesn&apos;t handle logical network interface properly.</title>
                <link>https://jira.whamcloud.com/browse/LU-11893</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; # ifconfig | grep ib
 Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).
 Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).
 Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).
 Infiniband hardware address can be incorrect! Please read BUGS section in ifconfig(8).
 ib0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt; mtu 2044
 infiniband 20:00:10:86:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 txqueuelen 256 (InfiniBand)
 ib0:0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt; mtu 2044
 infiniband 20:00:10:86:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 txqueuelen 256 (InfiniBand)
 ib1: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt; mtu 2044
 infiniband 20:00:18:86:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 txqueuelen 256 (InfiniBand)
 ib1:0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt; mtu 2044
 infiniband 20:00:18:86:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00 txqueuelen 256 (InfiniBand)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Lustre-2.10.5 works well&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; # cat /etc/modprobe.d/lustre.conf 
 options lnet networks=&quot;o2ib0(ib0), o2ib1(ib0:0), o2ib2(ib1), o2ib3(ib1:0)&quot;
 # modprobe lustre
&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; Jan 28 12:52:17 ai200-7f94-vm00 kernel: LNet: HW NUMA nodes: 1, HW CPU cores: 16, npartitions: 4
 Jan 28 12:52:17 ai200-7f94-vm00 kernel: alg: No test for adler32 (adler32-zlib)
 Jan 28 12:52:18 ai200-7f94-vm00 kernel: Lustre: Lustre: Build Version: 2.10.5_ddn7_2_g7fd8383
 Jan 28 12:52:18 ai200-7f94-vm00 kernel: LNet: Using FastReg for registration
 Jan 28 12:52:18 ai200-7f94-vm00 kernel: LNet: Added LNI 172.16.251.20@o2ib [8/256/0/180]
 Jan 28 12:52:18 ai200-7f94-vm00 kernel: LNet: Added LNI 172.16.252.20@o2ib1 [8/256/0/180]
 Jan 28 12:52:18 ai200-7f94-vm00 kernel: LNet: Added LNI 172.16.253.20@o2ib2 [8/256/0/180]
 Jan 28 12:52:18 ai200-7f94-vm00 kernel: LNet: Added LNI 172.16.254.20@o2ib3 [8/256/0/180]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;lustre-2.12 doesn&apos;t handle logical interface properly&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;# modprobe lustre
modprobe: ERROR: could not insert &apos;lustre&apos;: Network is down
&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;Jan 28 13:00:56 ai200-7f94-vm00 kernel: LNet: HW NUMA nodes: 1, HW CPU cores: 16, npartitions: 4
Jan 28 13:00:56 ai200-7f94-vm00 kernel: alg: No test for adler32 (adler32-zlib)
Jan 28 13:00:57 ai200-7f94-vm00 kernel: Lustre: Lustre: Build Version: 2.12.0
Jan 28 13:00:57 ai200-7f94-vm00 kernel: LNet: Using FastReg for registration
Jan 28 13:00:57 ai200-7f94-vm00 kernel: LNet: Added LNI 172.16.251.20@o2ib [8/256/0/180]
Jan 28 13:00:57 ai200-7f94-vm00 kernel: LNetError: 6305:0:(lib-socket.c:105:lnet_ipif_query()) Can&apos;t get flags for interface ib0:0
Jan 28 13:00:57 ai200-7f94-vm00 kernel: LNetError: 6305:0:(o2iblnd.c:2879:kiblnd_create_dev()) Can&apos;t query IPoIB interface ib0:0: -19
Jan 28 13:00:57 ai200-7f94-vm00 kernel: LNetError: 105-4: Error -100 starting up LNI o2ib
Jan 28 13:00:58 ai200-7f94-vm00 kernel: LNet: Removed LNI 172.16.251.20@o2ib
Jan 28 13:00:58 ai200-7f94-vm00 kernel: LustreError: 6305:0:(events.c:625:ptlrpc_init_portals()) network initialisation failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>2.12</environment>
        <key id="54680">LU-11893</key>
            <summary>doesn&apos;t handle logical network interface properly.</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="simmonsja">James A Simmons</assignee>
                                    <reporter username="sihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Jan 2019 13:09:30 +0000</created>
                <updated>Thu, 7 May 2020 21:43:05 +0000</updated>
                            <resolved>Thu, 7 May 2020 21:43:05 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="240804" author="simmonsja" created="Mon, 28 Jan 2019 16:13:07 +0000"  >&lt;p&gt;This was also reported under ticket &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6399&quot; title=&quot;Libcfs socket cleanup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6399&quot;&gt;&lt;del&gt;LU-6399&lt;/del&gt;&lt;/a&gt;. The work being done under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11838&quot; title=&quot;Support linux kernel version 4.18&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11838&quot;&gt;&lt;del&gt;LU-11838&lt;/del&gt;&lt;/a&gt; to support 4.18 kernels will resolve this bug.&lt;/p&gt;</comment>
                            <comment id="241242" author="sihara" created="Sun, 3 Feb 2019 15:44:29 +0000"  >&lt;p&gt;which exact patch under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11838&quot; title=&quot;Support linux kernel version 4.18&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11838&quot;&gt;&lt;del&gt;LU-11838&lt;/del&gt;&lt;/a&gt; could solve problem? the number of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11838&quot; title=&quot;Support linux kernel version 4.18&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11838&quot;&gt;&lt;del&gt;LU-11838&lt;/del&gt;&lt;/a&gt; patches were already landed in master and I&apos;ve tested latest master (263e80f), but still didn&apos;t help.&lt;/p&gt;</comment>
                            <comment id="241243" author="simmonsja" created="Sun, 3 Feb 2019 16:06:24 +0000"  >&lt;p&gt;The last patch which I haven&apos;t pushed yet which will completely remove lnet_sock_ioctl(). Before to do that I need to remove all the uses of&#160;lnet_ipif_enumerate() which doesn&apos;t work in 4.18 kernels (RHEL8). I expect all this will be back ported to 2.12 LTS.&lt;/p&gt;</comment>
                            <comment id="241256" author="sihara" created="Mon, 4 Feb 2019 02:39:43 +0000"  >&lt;p&gt;OK, I would change priority to major since this is a compatibility issue of LNET configuration if server or client have been using logical interfaces. &lt;/p&gt;</comment>
                            <comment id="241793" author="simmonsja" created="Tue, 12 Feb 2019 19:20:36 +0000"  >&lt;p&gt;Try the following patches with current master:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/33968&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33968&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/34234&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34234&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="243584" author="sihara" created="Sat, 9 Mar 2019 01:14:07 +0000"  >&lt;p&gt;Hello James, &lt;br/&gt;
 patch still didn&apos;t help on logical inetrface with IPoIB. o2iblnd&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;# ifconfig ib0:0 10.0.100.184 netmask 255.240.0.0
# ifconfig ib0:1 10.0.101.184 netmask 255.240.0.0
# echo  &apos;options lnet networks=&quot;o2ib10(ib0:0,ib0:1)&quot;&apos; &amp;gt; /etc/modprobe.d/lustre.conf
# lustre_rmmod ; modprobe lustre
modprobe: ERROR: could not insert &apos;lustre&apos;: Network is down

[86757.579401] LNet: HW NUMA nodes: 2, HW CPU cores: 96, npartitions: 2
[86757.583579] alg: No test for adler32 (adler32-zlib)
[86758.393116] Lustre: Lustre: Build Version: 2.12.51_100_g3c4a659
[86758.527410] LNetError: 314255:0:(o2iblnd.c:2883:kiblnd_create_dev()) Can&apos;t find IPoIB interface ib0:0
[86759.526610] LNetError: 105-4: Error -100 starting up LNI o2ib
[86759.526954] LustreError: 314255:0:(events.c:625:ptlrpc_init_portals()) network initialisation failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;socklnd is still problem.&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;# echo  &apos;options lnet networks=&quot;tcp10(ib0:0,ib0:1)&quot;&apos; &amp;gt; /etc/modprobe.d/lustre.conf
# lustre_rmmod ; modprobe lustre
# modprobe: ERROR: could not insert &apos;lustre&apos;: Network is down

[87053.811185] LNet: HW NUMA nodes: 2, HW CPU cores: 96, npartitions: 2
[87053.815151] alg: No test for adler32 (adler32-zlib)
[87054.628463] Lustre: Lustre: Build Version: 2.12.51_100_g3c4a659
[87054.726405] LNetError: 314402:0:(socklnd.c:2610:ksocknal_enumerate_interfaces()) Can&apos;t find any usable interfaces
[87054.726457] LNetError: 314402:0:(socklnd.c:2828:ksocknal_startup()) Can&apos;t get interface ib0:0 info: -2
[87055.726386] LNetError: 105-4: Error -100 starting up LNI tcp
[87055.726698] LustreError: 314402:0:(events.c:625:ptlrpc_init_portals()) network initialisation failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="243585" author="sihara" created="Sat, 9 Mar 2019 01:27:02 +0000"  >&lt;p&gt;this is not IPoIB interface problem specifically, but also normal ethernet adapter is still same problem.&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;# ifconfig eno1:0 10.128.11.184 netmask 255.255.248.0
# ifconfig eno1:1 10.128.12.184 netmask 255.255.248.0
# echo  &apos;options lnet networks=&quot;tcp10(eno1:0,eno1:1)&quot;&apos; &amp;gt; /etc/modprobe.d/lustre.conf
# lustre_rmmod ; modprobe lustre
modprobe: ERROR: could not insert &apos;lustre&apos;: Network is down

[87853.150375] LNet: HW NUMA nodes: 2, HW CPU cores: 96, npartitions: 2
[87853.154186] alg: No test for adler32 (adler32-zlib)
[87853.962152] Lustre: Lustre: Build Version: 2.12.51_100_g3c4a659
[87854.057590] LNetError: 314552:0:(socklnd.c:2610:ksocknal_enumerate_interfaces()) Can&apos;t find any usable interfaces
[87854.057651] LNetError: 314552:0:(socklnd.c:2828:ksocknal_startup()) Can&apos;t get interface eno1:0 info: -2
[87855.057635] LNetError: 105-4: Error -100 starting up LNI tcp
[87855.057984] LustreError: 314552:0:(events.c:625:ptlrpc_init_portals()) network initialisation failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="243639" author="simmonsja" created="Mon, 11 Mar 2019 15:29:31 +0000"  >&lt;p&gt;So you are using the pre DLC method. First what has been happening is that the code has been moving to have each LND driver to handle the interface mapping. In the ksocklnd case it was assumes in non Multi-Rail setup that the default is just one interface and if the module parameter &quot;use_tcp_bonding&quot; is enabled then map all interfaces to defined net. For the ko2iblnd driver in the MR case it doesn&apos;t even handle multiple interfaces &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&#160;For ksocklnd Multi-Rail the user can specify which interfaces to use. So their are general bugs all over the place for this stuff.&lt;/p&gt;</comment>
                            <comment id="243671" author="gerrit" created="Mon, 11 Mar 2019 17:23:31 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34392&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34392&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; lnet: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d87840dcf8f42fe84bc08c7364df52efc0716121&lt;/p&gt;</comment>
                            <comment id="243694" author="sihara" created="Mon, 11 Mar 2019 21:54:16 +0000"  >&lt;p&gt;is patch &lt;a href=&quot;https://review.whamcloud.com/34392&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34392&lt;/a&gt; against &lt;a href=&quot;https://review.whamcloud.com/#/c/33968&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33968&lt;/a&gt; and &lt;a href=&quot;https://review.whamcloud.com/#/c/34234&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34234&lt;/a&gt; ? patch 34392 conflicts though in this case.&lt;br/&gt;
I just did quick test only patch 34392, but still didn&apos;t help. I will collect debug log to see what is going on.&lt;/p&gt;</comment>
                            <comment id="243695" author="simmonsja" created="Mon, 11 Mar 2019 21:57:42 +0000"  >&lt;p&gt;Patch &lt;a href=&quot;https://review.whamcloud.com/#/c/34392&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34392&lt;/a&gt; is the base patch. The reset need to be rebased. Patch 34392 might just be what is needed to resolve this bug. Give it a try by itself.&lt;/p&gt;</comment>
                            <comment id="243704" author="simmonsja" created="Mon, 11 Mar 2019 23:24:03 +0000"  >&lt;p&gt;I have updated both:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/34392&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34392&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/33968&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33968&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have tested the above combo and it works for socklnd. Haven&apos;t tried o2iblnd just yet.&lt;/p&gt;</comment>
                            <comment id="243779" author="sihara" created="Tue, 12 Mar 2019 23:03:45 +0000"  >&lt;p&gt;Hi James, &lt;br/&gt;
Thanks!. I also confirmed patch works for socklnd, but o2nld still didn&apos;t work. I think it needs similar idea of &lt;a href=&quot;https://review.whamcloud.com/#/c/33968&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33968&lt;/a&gt; for o2lnd.&lt;/p&gt;</comment>
                            <comment id="244279" author="simmonsja" created="Wed, 20 Mar 2019 02:25:28 +0000"  >&lt;p&gt;I updated patch&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/34392/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34392/&lt;/a&gt;&#160;so everything should work now, including ko2iblnd. Please try it out. I have been testing on my end.&lt;/p&gt;</comment>
                            <comment id="244335" author="gerrit" created="Wed, 20 Mar 2019 19:33:58 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34476&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34476&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; o2iblnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8fce282ce0de93e54d373d64e275d161025063f4&lt;/p&gt;</comment>
                            <comment id="244337" author="simmonsja" created="Wed, 20 Mar 2019 19:42:36 +0000"  >&lt;p&gt;Amir asked me to break up the patch. So two patches exist to address this issue. Later patches will be done to unify what is being done which also was requested.&lt;/p&gt;</comment>
                            <comment id="247480" author="simmonsja" created="Tue, 21 May 2019 20:02:31 +0000"  >&lt;p&gt;Please review&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/34392/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34392.&lt;/a&gt;&#160;Its blocking RHEL8 support.&lt;/p&gt;</comment>
                            <comment id="247903" author="gerrit" created="Wed, 29 May 2019 04:24:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34392/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34392/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; ksocklnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9a2013af0668737dc56424c5c6eaac01621f6c17&lt;/p&gt;</comment>
                            <comment id="248000" author="gerrit" created="Wed, 29 May 2019 20:05:34 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34993&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34993&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; lnet: consoldate secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0e53ce7c9c31d37fc6514608843a6049e9167ddd&lt;/p&gt;</comment>
                            <comment id="248001" author="simmonsja" created="Wed, 29 May 2019 20:09:57 +0000"  >&lt;p&gt;Two patches left.&lt;/p&gt;</comment>
                            <comment id="248161" author="gerrit" created="Sat, 1 Jun 2019 03:55:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34476/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34476/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; o2iblnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c4b39bf56bbcacd49d7f888a0745cd4b5580b36b&lt;/p&gt;</comment>
                            <comment id="248190" author="pjones" created="Sat, 1 Jun 2019 14:28:28 +0000"  >&lt;p&gt;The countdown continues- one to go&lt;/p&gt;</comment>
                            <comment id="248930" author="gerrit" created="Tue, 11 Jun 2019 03:18:24 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35159&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35159&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; ksocklnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9f98099692cf4bfc18000226ac09bee3be2d6e74&lt;/p&gt;</comment>
                            <comment id="249405" author="gerrit" created="Mon, 17 Jun 2019 19:23:48 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35248&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35248&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; o2iblnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3034ad8fdb7fda499ded48313ab9f0479d063188&lt;/p&gt;</comment>
                            <comment id="249632" author="simmonsja" created="Fri, 21 Jun 2019 01:24:48 +0000"  >&lt;p&gt;I think I resolved the ip2net string issues.&lt;/p&gt;</comment>
                            <comment id="249758" author="simmonsja" created="Mon, 24 Jun 2019 15:40:30 +0000"  >&lt;p&gt;I got positive feedback from Chris Horn. Looks like&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/34993/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34993&lt;/a&gt;&#160;is ready for reviews.&lt;/p&gt;</comment>
                            <comment id="250203" author="gerrit" created="Thu, 27 Jun 2019 21:47:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35159/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35159/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; ksocklnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eb46e3374193895b01fe16a8975553c87133a52e&lt;/p&gt;</comment>
                            <comment id="250566" author="gerrit" created="Wed, 3 Jul 2019 03:23:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35248/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35248/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; o2iblnd: add secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4d863145dd63d387e138bb20dcf2d5f1b66a52aa&lt;/p&gt;</comment>
                            <comment id="250844" author="gerrit" created="Mon, 8 Jul 2019 17:47:15 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35442&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35442&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; lnet: consoldate secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3d3ae9946b67c66ee9ce8a7e916d899e8a2b7197&lt;/p&gt;</comment>
                            <comment id="251180" author="gerrit" created="Fri, 12 Jul 2019 05:19:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34993/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34993/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; lnet: consoldate secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b770d7117f35a972bd2c9ffef03a17dbcb036d20&lt;/p&gt;</comment>
                            <comment id="251747" author="gerrit" created="Sat, 20 Jul 2019 17:52:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35442/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35442/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11893&quot; title=&quot;doesn&amp;#39;t handle logical network interface properly.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11893&quot;&gt;&lt;del&gt;LU-11893&lt;/del&gt;&lt;/a&gt; lnet: consoldate secondary IP address handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 19fdb52725360d4233f6e13de9f399f344a15109&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="29233">LU-6399</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="55582">LU-12269</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55837">LU-12381</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56278">LU-12511</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54446">LU-11838</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|i00ae7:</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>