<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:12:35 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-7863] ZFS dmu_prefetch API change.</title>
                <link>https://jira.whamcloud.com/browse/LU-7863</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The API for the ZFS dmu_prefetch routine has changed.  The new routine has both more parameters and the parameters in a different order.&lt;/p&gt;

&lt;p&gt;Current work around is to append a hack to the ZFS include/sys/dmu.h used for building lustre.&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;      cat &amp;lt;&amp;lt;DELIM &amp;gt;&amp;gt; include/sys/dmu.h
#ifndef dmu_prefetch
#pragma GCC diagnostic push
#pragma GCC diagnostic warning &lt;span class=&quot;code-quote&quot;&gt;&quot;-Wunused-function&quot;&lt;/span&gt;
#pragma GCC diagnostic ignored &lt;span class=&quot;code-quote&quot;&gt;&quot;-Wunused-function&quot;&lt;/span&gt;
&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; inline void dmu_prefetch_old(objset_t *os, uint64_t object,
    uint64_t offset, uint64_t len) {
  dmu_prefetch(os, object, 0, offset, len, 0); }
#define dmu_prefetch dmu_prefetch_old
#pragma GCC diagnostic pop
#define dmu_prefetch dmu_prefetch_old
#endif
DELIM

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Centos 7.2, ZFS 0.6.5-158, lustre-2.58.50-3.10.0_327</environment>
        <key id="34665">LU-7863</key>
            <summary>ZFS dmu_prefetch API change.</summary>
                <type id="3" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11318&amp;avatarType=issuetype">Task</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="jemalmbe">John Malmberg</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Fri, 12 Feb 2016 16:18:35 +0000</created>
                <updated>Thu, 14 Jun 2018 21:39:07 +0000</updated>
                            <resolved>Sat, 6 Aug 2016 12:56:38 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="145270" author="jsalians_intel" created="Fri, 11 Mar 2016 19:26:10 +0000"  >&lt;p&gt;This bug is blocking our ability to test zfs 0.6.5 with Lustre 2.8.  We need zfs 0.6.5 as it has large blocks (over 1MB) which are needed for CORAL testing. &lt;/p&gt;</comment>
                            <comment id="145271" author="pjones" created="Fri, 11 Mar 2016 19:31:49 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Are you able to give some pointers here? AFAIK it is possible to run 0.6.5 with 2.8 but that is just not the default because of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7404&quot; title=&quot;ZFS OSS - Numerous timeouts - SWL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7404&quot;&gt;&lt;del&gt;LU-7404&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="145478" author="utopiabound" created="Mon, 14 Mar 2016 19:56:33 +0000"  >&lt;p&gt;According to Jinshan&apos;s comments on &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7404&quot; title=&quot;ZFS OSS - Numerous timeouts - SWL&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7404&quot;&gt;&lt;del&gt;LU-7404&lt;/del&gt;&lt;/a&gt; it&apos;s not the ZFS version, so I&apos;ve opened &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7870&quot; title=&quot;Update ZFS/SPL version to 0.6.5.6&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7870&quot;&gt;&lt;del&gt;LU-7870&lt;/del&gt;&lt;/a&gt; to update to 0.6.5.5.  I&apos;ll handle any API changes when I do that update, should have a patch in the next day.&lt;/p&gt;</comment>
                            <comment id="145620" author="utopiabound" created="Tue, 15 Mar 2016 17:00:23 +0000"  >&lt;p&gt;Lustre master builds cleanly with 0.6.5.5, are you building against ZFS/SPL master and not the 0.6.5-release branch?&lt;/p&gt;</comment>
                            <comment id="145626" author="jemalmbe" created="Tue, 15 Mar 2016 17:21:16 +0000"  >&lt;p&gt;Yes, we are building against ZFS/SPL master, not the release branch.&lt;/p&gt;

&lt;p&gt;John Salinas just discussed this issue with Don Brady and we will be changing the builds to the 0.6.5.5 branch.&lt;/p&gt;
</comment>
                            <comment id="145628" author="utopiabound" created="Tue, 15 Mar 2016 17:24:23 +0000"  >&lt;p&gt;I&apos;ll work up a separate patch to deal with the change to dmu_prefetch() in zfs master.&lt;/p&gt;
</comment>
                            <comment id="147585" author="gerrit" created="Fri, 1 Apr 2016 15:13:40 +0000"  >&lt;p&gt;Nathaniel Clark (nathaniel.l.clark@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19293&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19293&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7863&quot; title=&quot;ZFS dmu_prefetch API change.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7863&quot;&gt;&lt;del&gt;LU-7863&lt;/del&gt;&lt;/a&gt; osd-zfs: dmu_prefetch change in ZFS master&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e17477bb4cf89d6551975556c0823695a199388d&lt;/p&gt;</comment>
                            <comment id="161019" author="gerrit" created="Sat, 6 Aug 2016 06:24:18 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/19293/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19293/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7863&quot; title=&quot;ZFS dmu_prefetch API change.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7863&quot;&gt;&lt;del&gt;LU-7863&lt;/del&gt;&lt;/a&gt; osd-zfs: dmu_prefetch change in ZFS master&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 349c2be0e608c9afe85253192a4c1450306e9629&lt;/p&gt;</comment>
                            <comment id="161042" author="pjones" created="Sat, 6 Aug 2016 12:56:38 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="38317">LU-8423</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|hzy18n:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>