<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:20:23 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-8769] Remove obsolete LND types</title>
                <link>https://jira.whamcloud.com/browse/LU-8769</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are several LND types that are no longer in use, and should be removed.  The LND types are initialized in this array in libcfs/libcfs/util/nidstrings.c:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; struct netstrfns libcfs_netstrfns[]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The following LNDs should be removed:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;CIBLND&lt;/li&gt;
	&lt;li&gt;OPENIBLND&lt;/li&gt;
	&lt;li&gt;IIBLND&lt;/li&gt;
	&lt;li&gt;VIBLND&lt;/li&gt;
	&lt;li&gt;RALND&lt;/li&gt;
	&lt;li&gt;QSWLND&lt;/li&gt;
	&lt;li&gt;GMLND&lt;/li&gt;
	&lt;li&gt;MXLND&lt;/li&gt;
	&lt;li&gt;PTLLND&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="41112">LU-8769</key>
            <summary>Remove obsolete LND types</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</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="sharmaso">Sonia Sharma</assignee>
                                    <reporter username="sguminsx">Steve Guminski</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Thu, 27 Oct 2016 15:03:27 +0000</created>
                <updated>Tue, 7 Feb 2017 12:20:33 +0000</updated>
                            <resolved>Tue, 7 Feb 2017 12:20:33 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="171412" author="adilger" created="Thu, 27 Oct 2016 18:04:03 +0000"  >&lt;p&gt;Note that some of the LNDs were only recently removed (after 2.5) and at least the name-&amp;gt;network mapping should stick around in order for a client/server to route to that network type (e.g. on a Cray cluster running an older version of Lustre that connects to newer servers), even if it doesn&apos;t have support for the network locally. The other IBLND and GMLND types are have not been used for ages so it isn&apos;t a concern and they can be removed completely.  Please keep commented-out definitions in lnet/include/lnet/nidstr.h (the unnamed enum, that should really get a name like &lt;tt&gt;enum lnet_types&lt;/tt&gt; so that this can properly be used elsewhere in the code) to avoid re-using these values:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;enum&lt;/span&gt; lnet_types {    
        /* Only add to these values (i.e. don&apos;t ever change or redefine them):
         * network addresses depend on them... */ 
        QSWLND          = 1, &lt;span class=&quot;code-comment&quot;&gt;/* removed v2_7_50_0-34-g8be9e41 */&lt;/span&gt;
        SOCKLND         = 2,    
        &lt;span class=&quot;code-comment&quot;&gt;/* GMLND        = 3,    removed v2_0_0-rc1a-16-gc660aac */&lt;/span&gt;
        PTLLND          = 4, &lt;span class=&quot;code-comment&quot;&gt;/* removed v2_5_53_0-21-g61bcfb2 */&lt;/span&gt;
        O2IBLND         = 5,    
        &lt;span class=&quot;code-comment&quot;&gt;/* CIBLND       = 6,    removed v2_0_0-rc1a-175-gd2b8a0e */&lt;/span&gt;
        &lt;span class=&quot;code-comment&quot;&gt;/* OPENIBLND    = 7,    removed v2_0_0-rc1a-175-gd2b8a0e */&lt;/span&gt;
        &lt;span class=&quot;code-comment&quot;&gt;/* IIBLND       = 8,    removed v2_0_0-rc1a-175-gd2b8a0e */&lt;/span&gt;
        LOLND           = 9,    
        RALND           = 10, &lt;span class=&quot;code-comment&quot;&gt;/* removed v2_7_50_0-34-g8be9e41 */&lt;/span&gt;
        &lt;span class=&quot;code-comment&quot;&gt;/* VIBLND       = 11,   removed v2_0_0-rc1a-175-gd2b8a0e */&lt;/span&gt;
        MXLND           = 12, &lt;span class=&quot;code-comment&quot;&gt;/* removed v2_7_50_0-34-g8be9e41 */&lt;/span&gt;
        GNILND          = 13,
        GNIIPLND        = 14,
};
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If you are removing the remaining LNDs, please also look at removing the rest of the places where these constants are used (headers, Makefile.*, autoconf, etc).  Run e.g. &lt;tt&gt;git grep VIBLND&lt;/tt&gt; to see all of the places this is used.&lt;/p&gt;</comment>
                            <comment id="171887" author="paf" created="Tue, 1 Nov 2016 12:29:59 +0000"  >&lt;p&gt;FWIW, speaking for Cray, the PTLLND line can be completely commented out.  We are confident about never running 2.9 or 2.10 on anything that has a connection with a PTLLND system.&lt;/p&gt;</comment>
                            <comment id="172228" author="jgmitter" created="Thu, 3 Nov 2016 19:39:03 +0000"  >&lt;p&gt;Hi Sonia,&lt;/p&gt;

&lt;p&gt;Would you be able to assess these LND&apos;s for possible removal?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;br/&gt;
Joe&lt;/p&gt;</comment>
                            <comment id="172238" author="adilger" created="Thu, 3 Nov 2016 20:37:03 +0000"  >&lt;p&gt;Just to clarify, the LNDs were removed long ago.  All that this ticket is about is removing the name&amp;lt;-&amp;gt;network number mapping for these obsolete LNDs, and (preferably, as stated above) adding clear comments for the removed LND network numbers.&lt;/p&gt;</comment>
                            <comment id="172586" author="gerrit" created="Mon, 7 Nov 2016 18:23:29 +0000"  >&lt;p&gt;Sonia Sharma (sonia.sharma@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23621&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8769&quot; title=&quot;Remove obsolete LND types&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8769&quot;&gt;&lt;del&gt;LU-8769&lt;/del&gt;&lt;/a&gt; lnds: &amp;lt;removal of obsolete LNDs&amp;gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 30f89305b86bf7bb1ebee80cb0cb45e560797b9b&lt;/p&gt;</comment>
                            <comment id="172587" author="gerrit" created="Mon, 7 Nov 2016 18:23:30 +0000"  >&lt;p&gt;Sonia Sharma (sonia.sharma@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23622&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23622&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8769&quot; title=&quot;Remove obsolete LND types&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8769&quot;&gt;&lt;del&gt;LU-8769&lt;/del&gt;&lt;/a&gt; lnds: &amp;lt;removal of obsolete LNDs&amp;gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f46c57b6ef24a7809bf7f52bf022ef9061812607&lt;/p&gt;</comment>
                            <comment id="172588" author="gerrit" created="Mon, 7 Nov 2016 18:23:31 +0000"  >&lt;p&gt;Sonia Sharma (sonia.sharma@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23623&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23623&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8769&quot; title=&quot;Remove obsolete LND types&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8769&quot;&gt;&lt;del&gt;LU-8769&lt;/del&gt;&lt;/a&gt; lnds: &amp;lt;removal of obsolete LNDs&amp;gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4c678e349a2dd5c1d8835c6dd8efc4ff87284fb9&lt;/p&gt;</comment>
                            <comment id="172624" author="gerrit" created="Mon, 7 Nov 2016 20:46:53 +0000"  >&lt;p&gt;Sonia Sharma (sonia.sharma@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23627&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23627&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8769&quot; title=&quot;Remove obsolete LND types&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8769&quot;&gt;&lt;del&gt;LU-8769&lt;/del&gt;&lt;/a&gt; lnds: &amp;lt;Remove Obsolete LND types&amp;gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bfbac77aa4dab97b4ffe203fb4e8036a14b01375&lt;/p&gt;</comment>
                            <comment id="172640" author="gerrit" created="Mon, 7 Nov 2016 21:44:59 +0000"  >&lt;p&gt;Sonia Sharma (sonia.sharma@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23628&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23628&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8769&quot; title=&quot;Remove obsolete LND types&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8769&quot;&gt;&lt;del&gt;LU-8769&lt;/del&gt;&lt;/a&gt; lnds: &amp;lt;remove obsolete LNDs&amp;gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 06c83c6a51c5b7ee2fb68358b22b534fe5934cf8&lt;/p&gt;</comment>
                            <comment id="183692" author="gerrit" created="Tue, 7 Feb 2017 06:13:13 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23621/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23621/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8769&quot; title=&quot;Remove obsolete LND types&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8769&quot;&gt;&lt;del&gt;LU-8769&lt;/del&gt;&lt;/a&gt; lnet: removal of obsolete LNDs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ce8735993473c1055038f7422350c96b092d707d&lt;/p&gt;</comment>
                            <comment id="183726" author="pjones" created="Tue, 7 Feb 2017 12:20:33 +0000"  >&lt;p&gt;Landed for 2.10&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|hzytkv:</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>