<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:05:54 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-7090] fix serval IB paths assignment for configure</title>
                <link>https://jira.whamcloud.com/browse/LU-7090</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This is regression for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6323&quot; title=&quot; fix debian to compile with external IB&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6323&quot;&gt;&lt;del&gt;LU-6323&lt;/del&gt;&lt;/a&gt; which was introduced by following commit:&lt;/p&gt;

&lt;p&gt;commit 86274f9e1979e3da69952b2e7f5058e202dffb28&lt;br/&gt;
Author: Wang Shilong &amp;lt;wshilong@ddn.com&amp;gt;&lt;br/&gt;
Date:   Mon Mar 2 17:47:34 2015 +0800&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6323&quot; title=&quot; fix debian to compile with external IB&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6323&quot;&gt;&lt;del&gt;LU-6323&lt;/del&gt;&lt;/a&gt; build: fix debian to compile with external IB&lt;/p&gt;

&lt;p&gt;Problem is that macro O2IBPATHS might be &quot;$LINUX $LINUX/drivers/infiniband&quot;.and  --with-o2ib will be assigned a two string which will make building hit following failure:&lt;/p&gt;

&lt;p&gt;./configure --with-linux-obj=/lib/modules/3.13.0-43-generic/build \&lt;br/&gt;
	            --disable-server \&lt;br/&gt;
		    --disable-quilt  \&lt;br/&gt;
		    --disable-dependency-tracking \&lt;br/&gt;
		    --disable-doc  \&lt;br/&gt;
		    --disable-utils \&lt;br/&gt;
		    --disable-liblustre \&lt;br/&gt;
		    --disable-iokit \&lt;br/&gt;
		    --disable-snmp \&lt;br/&gt;
		    --disable-tests \&lt;br/&gt;
		    --enable-quota \&lt;br/&gt;
		    --with-o2ib=/lib/modules/3.13.0-43-generic/build /lib/modules/3.13.0-43-generic/build/drivers/infiniband&lt;br/&gt;
configure: WARNING: you should use --build, --host, --target&lt;br/&gt;
configure: WARNING: invalid host type: /lib/modules/3.13.0-43-generic/build/drivers/infiniband&lt;/p&gt;</description>
                <environment></environment>
        <key id="31864">LU-7090</key>
            <summary>fix serval IB paths assignment for configure</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="1">Fixed</resolution>
                                        <assignee username="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="wangshilong">Wang Shilong</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Wed, 2 Sep 2015 16:04:08 +0000</created>
                <updated>Sat, 19 Sep 2015 05:33:01 +0000</updated>
                            <resolved>Sat, 19 Sep 2015 05:33:01 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="126041" author="gerrit" created="Wed, 2 Sep 2015 16:04:37 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16183&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16183&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7090&quot; title=&quot;fix serval IB paths assignment for configure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7090&quot;&gt;&lt;del&gt;LU-7090&lt;/del&gt;&lt;/a&gt; deb: fix serval IB paths for configure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e312544788c8f5237506e19b0d45767824024270&lt;/p&gt;</comment>
                            <comment id="126072" author="dmiter" created="Wed, 2 Sep 2015 17:57:37 +0000"  >&lt;p&gt;Thanks Wang, this is very good catch. I just working with Ubuntu enabling.&lt;/p&gt;</comment>
                            <comment id="126125" author="gerrit" created="Thu, 3 Sep 2015 03:48:19 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16209&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16209&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7090&quot; title=&quot;fix serval IB paths assignment for configure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7090&quot;&gt;&lt;del&gt;LU-7090&lt;/del&gt;&lt;/a&gt; deb: fix wrong IB path for configure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8c61b5ab003f2fdeec8ada77f8e9b8791e68189c&lt;/p&gt;</comment>
                            <comment id="127886" author="gerrit" created="Sat, 19 Sep 2015 03:34:02 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/16183/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16183/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7090&quot; title=&quot;fix serval IB paths assignment for configure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7090&quot;&gt;&lt;del&gt;LU-7090&lt;/del&gt;&lt;/a&gt; deb: fix wrong IB path for configure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 32fd8f6661828192e3598da67f26b3363167dd48&lt;/p&gt;</comment>
                            <comment id="127898" author="pjones" created="Sat, 19 Sep 2015 05:33:01 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31522">LU-7019</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|hzxm5b:</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>