<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:09:43 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-7534] Fix Lustre build against installed ZFS/SPL DKMS packages</title>
                <link>https://jira.whamcloud.com/browse/LU-7534</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The current method to build against DKMS installs of ZFS and SPL&lt;br/&gt;
assumes directories like this:&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;   /var/lib/dkms/spl/${VERSION}/build
   /var/lib/dkms/zfs/${VERSION}/build
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Unfortunately, that &quot;build&quot; directory was really just a temporary&lt;br/&gt;
step in the DKMS build process.  Older versions of DKMS forgot to&lt;br/&gt;
clean up that directory, but in RHEL7 at least, DKMS no longer&lt;br/&gt;
leaves that around.&lt;/p&gt;

&lt;p&gt;Instead we need to look in these places for source code:&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;  /var/lib/dkms/spl/${VERSION}/source
  /var/lib/dkms/zfs/${VERSION}/source
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;and in these places for the per-kernel object 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;  /var/lib/dkms/spl/${VERSION}/${LINUXRELEASE}/${target_cpu}
  /var/lib/dkms/zfs/${VERSION}/${LINUXRELEASE}/${target_cpu}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The changes in this patch update the Lustre build system to&lt;br/&gt;
look in those corrected directories for DKMS builds of SPL&lt;br/&gt;
and ZFS.&lt;/p&gt;</description>
                <environment></environment>
        <key id="33544">LU-7534</key>
            <summary>Fix Lustre build against installed ZFS/SPL DKMS packages</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                            <label>llnl</label>
                            <label>patch</label>
                    </labels>
                <created>Thu, 10 Dec 2015 00:52:26 +0000</created>
                <updated>Mon, 21 Dec 2015 13:17:27 +0000</updated>
                            <resolved>Mon, 21 Dec 2015 13:17:27 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="135764" author="gerrit" created="Thu, 10 Dec 2015 00:58:29 +0000"  >&lt;p&gt;Christopher J. Morrone (morrone2@llnl.gov) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17536&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17536&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7534&quot; title=&quot;Fix Lustre build against installed ZFS/SPL DKMS packages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7534&quot;&gt;&lt;del&gt;LU-7534&lt;/del&gt;&lt;/a&gt; build: Allow lustre to build against ZFS/SPL DKMS install&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 771001b191261234c90a3e3caf9297e137928637&lt;/p&gt;</comment>
                            <comment id="135781" author="bfaccini" created="Thu, 10 Dec 2015 09:10:03 +0000"  >&lt;p&gt;Hello Chris,&lt;br/&gt;
I presume you refer to &lt;a href=&quot;http://linux.dell.com/cgi-bin/cgit.cgi/dkms.git/commit/?id=2ea43f6108558849125cc1d66902d6992ee3fe39&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://linux.dell.com/cgi-bin/cgit.cgi/dkms.git/commit/?id=2ea43f6108558849125cc1d66902d6992ee3fe39&lt;/a&gt; bug+change in DKMS?&lt;br/&gt;
Well, looks like this has been hidden since quite a long time due to specifying the real path, using &quot;&amp;#45;&amp;#45;with-&lt;span class=&quot;error&quot;&gt;&amp;#91;zfs,spl&amp;#93;&lt;/span&gt;=&amp;lt;path&amp;gt;&quot; configure options, in our own build/DKMS frameworks usage.&lt;/p&gt;
</comment>
                            <comment id="135896" author="pjones" created="Thu, 10 Dec 2015 18:33:43 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Could you please take care of this patch?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="136086" author="morrone" created="Fri, 11 Dec 2015 19:13:55 +0000"  >&lt;blockquote&gt;&lt;p&gt;I presume you refer to&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I didn&apos;t bother to look into where they changed the DKMS code, but yes, that does look like the place that it happened.&lt;/p&gt;</comment>
                            <comment id="136739" author="utopiabound" created="Thu, 17 Dec 2015 17:56:15 +0000"  >&lt;p&gt;Patch looks good on it&apos;s face.  Will be testing build of &lt;a href=&quot;http://review.whamcloud.com/17536&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;#17536&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="137022" author="gerrit" created="Mon, 21 Dec 2015 12:42:04 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17536/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17536/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7534&quot; title=&quot;Fix Lustre build against installed ZFS/SPL DKMS packages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7534&quot;&gt;&lt;del&gt;LU-7534&lt;/del&gt;&lt;/a&gt; build: Allow lustre to build against ZFS/SPL DKMS install&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f9602738d023e17e25a004e166e0f41c000d97dc&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="20969">LU-3953</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzxvf3:</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>