<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:08:01 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-537] LNET fails to start with aliased interface in configuration</title>
                <link>https://jira.whamcloud.com/browse/LU-537</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When specifying ip2nets, this syntax works:&lt;br/&gt;
 o2ib0(ib0) 192.168.&lt;span class=&quot;error&quot;&gt;&amp;#91;112-127&amp;#93;&lt;/span&gt;.* ; \&lt;br/&gt;
adding an alias to the string causes a failure:&lt;br/&gt;
o2ib0(ib0:0) 192.168.&lt;span class=&quot;error&quot;&gt;&amp;#91;112-127&amp;#93;&lt;/span&gt;.* ;&lt;br/&gt;
Result:&lt;br/&gt;
LustreError: 14206:0:(o2iblnd.c:2594:kiblnd_create_dev()) Can&apos;t find netdev of IF: ib0:0&lt;/p&gt;

&lt;p&gt;Either ip2nets should not use the hardware designation (ibx) or it should parse the alias properly and yield a better error message. &lt;/p&gt;</description>
                <environment>LLNL hyperion</environment>
        <key id="11400">LU-537</key>
            <summary>LNET fails to start with aliased interface in configuration</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="1">Fixed</resolution>
                                        <assignee username="liang">Liang Zhen</assignee>
                                    <reporter username="cliffw">Cliff White</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Jul 2011 13:04:08 +0000</created>
                <updated>Thu, 25 Apr 2013 18:14:56 +0000</updated>
                            <resolved>Wed, 14 Dec 2011 15:42:47 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="18298" author="liang" created="Wed, 27 Jul 2011 00:11:53 +0000"  >&lt;p&gt;it&apos;s because kiblnd_create_dev() doesn&apos;t allow to dev_get_by_name() to return NULL (we add this for supporting failover of ib-bonding), but this can happen for aliased interface, we can fix this by simply remove the limitation and set kib_dev_t::ibd_can_failover to 0 for aliased interface.&lt;/p&gt;</comment>
                            <comment id="18301" author="liang" created="Wed, 27 Jul 2011 01:49:17 +0000"  >&lt;p&gt;patch is here&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1148&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1148&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="20188" author="isaac" created="Tue, 13 Sep 2011 18:26:50 +0000"  >&lt;p&gt;Cliff, I wonder why you&apos;d need to use &quot;o2ib0(ib0:0)&quot; in the first place. Can you please elaborate a bit?&lt;/p&gt;</comment>
                            <comment id="20202" author="liang" created="Tue, 13 Sep 2011 23:43:57 +0000"  >&lt;p&gt;Isaac, one reason I want to have this patch is because we didn&apos;t use to have this limitation before we adding ib-bonding failover, so if some users had a modprobe.conf which used aliased interface, they can&apos;t use it anymore, although I don&apos;t know any strong reason of keeping use it, &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for review!&lt;br/&gt;
Liang&lt;/p&gt;</comment>
                            <comment id="20204" author="isaac" created="Wed, 14 Sep 2011 03:43:23 +0000"  >&lt;p&gt;Actually there is one good reason why o2iblnd must support aliased interfaces. See:&lt;br/&gt;
&lt;a href=&quot;http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010922.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://lists.lustre.org/pipermail/lustre-discuss/2009-June/010922.html&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=18602&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.lustre.org/show_bug.cgi?id=18602&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="24031" author="mdiep" created="Fri, 9 Dec 2011 12:37:17 +0000"  >&lt;p&gt;One of the issue I have seen is for a config that have bonding of two 10G tcp between a lnet router and servers. We never be able to use both links in write since the tcp session choose only 1 at a time. The solution could be is to split the osts to two different interfaces on top of the bonding.  We never tried this but could use alias on top of the bond to achieve this.&lt;/p&gt;

&lt;p&gt;Not sure if it makes sense &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="24753" author="hudson" created="Wed, 14 Dec 2011 15:23:02 +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/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24754" author="hudson" created="Wed, 14 Dec 2011 15:27: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/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24755" author="hudson" created="Wed, 14 Dec 2011 15:28:16 +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/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24756" author="hudson" created="Wed, 14 Dec 2011 15:29:57 +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/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24757" author="hudson" created="Wed, 14 Dec 2011 15:34:32 +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/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24758" author="hudson" created="Wed, 14 Dec 2011 15:34:55 +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/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24760" author="hudson" created="Wed, 14 Dec 2011 15:37:19 +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/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24763" author="hudson" created="Wed, 14 Dec 2011 15:40:59 +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/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24766" author="pjones" created="Wed, 14 Dec 2011 15:42:47 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="24767" author="hudson" created="Wed, 14 Dec 2011 15:43:36 +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/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24768" author="hudson" created="Wed, 14 Dec 2011 15:44:42 +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/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24769" author="hudson" created="Wed, 14 Dec 2011 15:46:41 +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/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24770" author="hudson" created="Wed, 14 Dec 2011 15:47:01 +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/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24772" author="hudson" created="Wed, 14 Dec 2011 16:05: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/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24775" author="hudson" created="Wed, 14 Dec 2011 16:13:52 +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/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #384&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-537&quot; title=&quot;LNET fails to start with aliased interface in configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-537&quot;&gt;&lt;del&gt;LU-537&lt;/del&gt;&lt;/a&gt; o2iblnd: support aliased interface (Revision 8053e1507683f8731f97e6ae4a6fce90293fdbaf)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=8053e1507683f8731f97e6ae4a6fce90293fdbaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8053e1507683f8731f97e6ae4a6fce90293fdbaf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/o2iblnd/o2iblnd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="57068" author="wjt27" created="Thu, 25 Apr 2013 18:14:56 +0000"  >&lt;p&gt;Could this be also added to 2.1.x and 2.4.x tree?&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|hzv7tr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4802</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>