<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:23:33 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-16050] ofed_info does not show mlnx-ofed-kernel-modules</title>
                <link>https://jira.whamcloud.com/browse/LU-16050</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After installing MLNX_OFED by running mlnxofedinstall command, I found mlnx-ofed-kernel-modules package was not listed in the output of ofed_info:&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;# tar xzf MLNX_OFED_LINUX-5.6-2.0.9.0-ubuntu22.04-x86_64.tgz 
# cd MLNX_OFED_LINUX-5.6-2.0.9.0-ubuntu22.04-x86_64/
# ./mlnxofedinstall --add-kernel-support --all --force
# /etc/init.d/openibd restart

# dpkg -S /usr/src/ofa_kernel/x86_64/5.15.0-41-generic/
mlnx-ofed-kernel-modules: /usr/src/ofa_kernel/x86_64/5.15.0-41-generic

# ofed_info | awk &apos;{print $2}&apos; | grep mlnx-ofed
mlnx-ofed-kernel-utils
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;There is no mlnx-ofed-kernel-modules in the output, which caused Lustre configure hit the following error:&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;checking whether to use Compat RDMA... /usr/bin/ofed_info
dpkg-query: error: --listfiles needs at least one package name argument
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The relevant codes are in lnet/autoconf/lustre-lnet.m4:&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;case&lt;/span&gt; $with_o2ib in
        yes)    AS_IF([which ofed_info 2&amp;gt;/dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;], [
                        AS_IF([test x$uses_dpkg = xyes], [
                                OFED_INFO=&lt;span class=&quot;code-quote&quot;&gt;&quot;ofed_info | awk &lt;span class=&quot;code-quote&quot;&gt;&apos;{print \[$]2}&apos;&lt;/span&gt;&quot;&lt;/span&gt;
                                LSPKG=&lt;span class=&quot;code-quote&quot;&gt;&quot;dpkg --listfiles&quot;&lt;/span&gt;
                        ], [
                                OFED_INFO=&lt;span class=&quot;code-quote&quot;&gt;&quot;ofed_info&quot;&lt;/span&gt;
                                LSPKG=&lt;span class=&quot;code-quote&quot;&gt;&quot;rpm -ql&quot;&lt;/span&gt;
                        ])
                        O2IBPATHS=$(eval $OFED_INFO |
                                    egrep -w &lt;span class=&quot;code-quote&quot;&gt;&apos;mlnx-ofed-kernel-dkms|mlnx-ofa_kernel-devel|compat-rdma-devel|kernel-ib-devel|ofa_kernel-devel&apos;&lt;/span&gt; |
                                    xargs $LSPKG | grep -v &lt;span class=&quot;code-quote&quot;&gt;&apos;ofa_kernel-&apos;&lt;/span&gt; | grep rdma_cm.h | sed &lt;span class=&quot;code-quote&quot;&gt;&apos;s/\/include\/rdma\/rdma_cm.h&lt;span class=&quot;code-comment&quot;&gt;//&apos;&lt;/span&gt;)&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="71508">LU-16050</key>
            <summary>ofed_info does not show mlnx-ofed-kernel-modules</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="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 Jul 2022 06:22:23 +0000</created>
                <updated>Wed, 26 Oct 2022 18:01:27 +0000</updated>
                            <resolved>Sat, 17 Sep 2022 12:58:21 +0000</resolved>
                                    <version>Lustre 2.16.0</version>
                    <version>Lustre 2.15.1</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                    <fixVersion>Lustre 2.15.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="341712" author="gerrit" created="Wed, 27 Jul 2022 07:04:05 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48047&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48047&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16050&quot; title=&quot;ofed_info does not show mlnx-ofed-kernel-modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16050&quot;&gt;&lt;del&gt;LU-16050&lt;/del&gt;&lt;/a&gt; build: replace ofed_info with dpkg/rpm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 171b16923c83c5c68f500788ae040d3016dd5df2&lt;/p&gt;</comment>
                            <comment id="341788" author="yujian" created="Wed, 27 Jul 2022 23:49:09 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=nathand&quot; class=&quot;user-hover&quot; rel=&quot;nathand&quot;&gt;nathand&lt;/a&gt;,&lt;br/&gt;
Could you please try the latest patch set 2 of &lt;a href=&quot;https://review.whamcloud.com/48047?&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48047?&lt;/a&gt;&lt;br/&gt;
It works on my node with mlnx-ofed-kernel-dkms installed.&lt;br/&gt;
The path can be detected now and there is no need to specify it with &quot;--with-o2ib&quot;.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Additionally, another fix would be to have the &quot;make dkms-debs&quot; actually honor the original &quot;./configure&quot; params.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The fix needs to be made in debian/dkms.conf.in. I will look into the details to see why the author created that file with hard-coded params.&lt;br/&gt;
Before I make some changes, please try to update that file to adjust the configure params for dkms package.&lt;/p&gt;</comment>
                            <comment id="342149" author="JIRAUSER17401" created="Sun, 31 Jul 2022 19:58:15 +0000"  >&lt;p&gt;Jian,&lt;/p&gt;

&lt;p&gt;Patch set 2 does correctly find the IB headers without needing to specify &quot;--with-o2ib&quot;, and it works both for the initial ./configure and for &quot;make dkms-debs -j&quot;.&#160; This was tested with the tarball Patrick provided in NVDA-149, more or less master.&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;
./configure --disable-dependency-tracking --with-linux=/usr/src/linux-headers-$(uname -r) --disable-snmp --enable-quota --disable-server --without-zfs --disable-ldiskfs --disable-gss --disable-crypto&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;
checking whether to use Compat RDMA... /usr/bin/ofed_info
yes
checking whether to use any OFED backport headers... no
checking whether to enable OpenIB gen2 support... yes
configure: adding /usr/src/ofa_kernel/x86_64/5.15.0-40-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;/Module.symvers to Symbol Path
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;When installing the resulting packages and triggering the DKMS build, everything seemed to finish compiling fine, modules loaded, and o2ib lnet pings worked. Looks good!&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Nathan&lt;/p&gt;</comment>
                            <comment id="342215" author="yujian" created="Mon, 1 Aug 2022 16:42:13 +0000"  >&lt;p&gt;Thank you for verifying, Nathan.&lt;/p&gt;</comment>
                            <comment id="346999" author="gerrit" created="Sat, 17 Sep 2022 06:23:45 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/48047/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48047/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16050&quot; title=&quot;ofed_info does not show mlnx-ofed-kernel-modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16050&quot;&gt;&lt;del&gt;LU-16050&lt;/del&gt;&lt;/a&gt; build: replace ofed_info with dpkg/rpm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3a7930e63c15b0fbe51ac73db81a1186939115bb&lt;/p&gt;</comment>
                            <comment id="347018" author="pjones" created="Sat, 17 Sep 2022 12:58:22 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="347101" author="gerrit" created="Mon, 19 Sep 2022 16:56:18 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48592&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48592&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16050&quot; title=&quot;ofed_info does not show mlnx-ofed-kernel-modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16050&quot;&gt;&lt;del&gt;LU-16050&lt;/del&gt;&lt;/a&gt; build: replace ofed_info with dpkg/rpm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1d7be9d8e70ca84b92cb59480b62eb2cc0ce0424&lt;/p&gt;</comment>
                            <comment id="350811" author="gerrit" created="Wed, 26 Oct 2022 04:43:38 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48592/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48592/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16050&quot; title=&quot;ofed_info does not show mlnx-ofed-kernel-modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16050&quot;&gt;&lt;del&gt;LU-16050&lt;/del&gt;&lt;/a&gt; build: replace ofed_info with dpkg/rpm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3c8812e6d364829c4faa78fe02feda755c83164a&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|i02vjj:</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>