<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:35:27 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-3617] configure incorrectly finds no for RDMA events 14 and 15 on latest RHEL5</title>
                <link>https://jira.whamcloud.com/browse/LU-3617</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We ran into an issue at Yale recently where the Lustre servers all got RDMA_CM_EVENT_TIMEWAIT_EXIT, which the servers didn&apos;t recognize and LBUGed on. There are two problems here. The first is that configure clearly doesn&apos;t do the right thing anymore, and the second is that Lustre shouldn&apos;t LBUG if it gets those events, even if configure doesn&apos;t find them. &lt;/p&gt;

&lt;p&gt;I double checked on your build systems to make sure it wasn&apos;t just ours:&lt;br/&gt;
&lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/258/consoleFull&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b1_8/arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/258/consoleFull&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That&apos;s the official 1.8.9 build console if I&apos;m not mistaken, and you can see:&lt;br/&gt;
checking if OFED has RDMA_CM_EVENT_ADDR_CHANGE... no&lt;br/&gt;
checking if OFED has RDMA_CM_EVENT_TIMEWAIT_EXIT... no&lt;/p&gt;</description>
                <environment></environment>
        <key id="19926">LU-3617</key>
            <summary>configure incorrectly finds no for RDMA events 14 and 15 on latest RHEL5</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="3">Duplicate</resolution>
                                        <assignee username="ashehata">Amir Shehata</assignee>
                                    <reporter username="kitwestneat">Kit Westneat</reporter>
                        <labels>
                            <label>mn8</label>
                            <label>patch</label>
                    </labels>
                <created>Mon, 22 Jul 2013 20:52:25 +0000</created>
                <updated>Tue, 29 Oct 2013 00:44:22 +0000</updated>
                            <resolved>Tue, 29 Oct 2013 00:23:52 +0000</resolved>
                                    <version>Lustre 1.8.9</version>
                                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="62735" author="kitwestneat" created="Mon, 22 Jul 2013 21:59:29 +0000"  >&lt;p&gt;The patch we used:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/7079/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7079/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62738" author="isaac" created="Mon, 22 Jul 2013 22:09:54 +0000"  >&lt;p&gt;This looks like &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3166&quot; title=&quot;(o2iblnd_cb.c:2831:kiblnd_cm_callback()) LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3166&quot;&gt;&lt;del&gt;LU-3166&lt;/del&gt;&lt;/a&gt;. LBUG was used on unknown events because it&apos;s a serious situation - o2iblnd might not function properly if some unknown events are ignored.&lt;/p&gt;</comment>
                            <comment id="62740" author="kitwestneat" created="Mon, 22 Jul 2013 22:39:48 +0000"  >&lt;p&gt;It&apos;s similar, but for RHEL in-kernel rdma instead of Mellanox. I think this shows just how fragile the configure test is. Are these tests even necessary anymore? It looks like the events were added over 5 years ago. At the very least, it seems like there should be some kind of acceptance test added to make sure that Intel releases always have support for these events. &lt;/p&gt;

&lt;p&gt;The logic for using LBUG still seems strange - because it might not function properly, you make sure that it doesn&apos;t function properly? It seems like an error message or something would be as effective. Events aren&apos;t added to OFED very often, right?&lt;/p&gt;</comment>
                            <comment id="62800" author="pjones" created="Tue, 23 Jul 2013 13:04:39 +0000"  >&lt;p&gt;Amir&lt;/p&gt;

&lt;p&gt;What is your view of this?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="62821" author="isaac" created="Tue, 23 Jul 2013 16:14:02 +0000"  >&lt;p&gt;Yes, it might not work so we make sure it would not work. The consequences of ignoring unknown events are unknown, which might include data loss or corruption - we don&apos;t know, so better safe than sorry. Unknown events are supposed to happen ONLY when the o2iblnd is used with unsupported OFED release. In this case, the OFED/events are supported, it&apos;s the tests that were broken. I think the LBUG is fine - we should fix the tests, and make sure that such test failures won&apos;t happen again.&lt;/p&gt;</comment>
                            <comment id="63150" author="adilger" created="Mon, 29 Jul 2013 15:07:52 +0000"  >&lt;p&gt;It looks like this is RBEL 5. What version of RHEL, and what version of OFED?&lt;/p&gt;</comment>
                            <comment id="63170" author="kitwestneat" created="Mon, 29 Jul 2013 17:22:44 +0000"  >&lt;p&gt;That is correct. It is RHEL 5.9, with the in-kernel RDMA. &lt;/p&gt;</comment>
                            <comment id="65309" author="simmonsja" created="Wed, 28 Aug 2013 20:26:51 +0000"  >&lt;p&gt;We just ran into this problem on our production systems. No detecting certain features can cause a Oops. I have a patch that fixes this problem at&lt;/p&gt;

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

&lt;p&gt;Sorry the patch points to the original ticket I filed.&lt;/p&gt;</comment>
                            <comment id="65385" author="simmonsja" created="Thu, 29 Aug 2013 17:25:27 +0000"  >&lt;p&gt;I&apos;m seeing Lustre initialization errors in Maloo. The logs are not very informative so does anyone know what is going wrong?&lt;/p&gt;</comment>
                            <comment id="67636" author="isaac" created="Wed, 25 Sep 2013 23:21:17 +0000"  >&lt;p&gt;James, can you please look at the questions I just posted on Gerrit?&lt;/p&gt;</comment>
                            <comment id="67700" author="simmonsja" created="Thu, 26 Sep 2013 15:14:24 +0000"  >&lt;p&gt;Both test fail from the same thing.&lt;/p&gt;

&lt;p&gt;In file included from /data/buildsystem/jsimmons-widow/rpmbuild/BUILD/kernel-2.6.18/linux-2.6.18-348.3.1.el5.x86_64/&lt;br/&gt;
include/rdma/rdma_cm.h:39,&lt;br/&gt;
                 from /data/buildsystem/jsimmons-widow/rpmbuild/usr/src/lustre-1.8.9/build/conftest.c:43:&lt;br/&gt;
/data/buildsystem/jsimmons-widow/rpmbuild/BUILD/kernel-2.6.18/linux-2.6.18-348.3.1.el5.x86_64/include/rdma/ib_addr.h&lt;br/&gt;
: In function &apos;rdma_vlan_dev_vlan_id&apos;:&lt;br/&gt;
/data/buildsystem/jsimmons-widow/rpmbuild/BUILD/kernel-2.6.18/linux-2.6.18-348.3.1.el5.x86_64/include/rdma/ib_addr.h&lt;br/&gt;
:154: error: implicit declaration of function &apos;vlan_dev_vlan_id&apos;&lt;/p&gt;

&lt;p&gt;-------------------------------------------------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;jsimmons@testbox  linux-2.6.18-348.3.1.el5.widow.x86_64&amp;#93;&lt;/span&gt;# grep -rl vlan_dev_vlan_id .&lt;br/&gt;
./include/rdma/ib_addr.h&lt;br/&gt;
./include/scsi/fc_compat.h&lt;/p&gt;

&lt;p&gt;So yes vlan_dev_vlan_id is located in fc_compact.h&lt;/p&gt;</comment>
                            <comment id="70087" author="ashehata" created="Tue, 29 Oct 2013 00:23:52 +0000"  >&lt;p&gt;This is a duplicate of 3166, which tracks the same issue for release 2.5&lt;/p&gt;</comment>
                            <comment id="70089" author="kitwestneat" created="Tue, 29 Oct 2013 00:44:22 +0000"  >&lt;p&gt;While the symptoms are the same, this is not the same issue. &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3166&quot; title=&quot;(o2iblnd_cb.c:2831:kiblnd_cm_callback()) LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3166&quot;&gt;&lt;del&gt;LU-3166&lt;/del&gt;&lt;/a&gt; is configuration issues with OFED-3.5, this one is for RHEL&apos;s in-kernel OFED. I think it should be reopened as the solution is going to be different. &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|hzvvuf:</customfieldvalue>

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