<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:56:40 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-6038] ZFS 0.6.4 Compatibility</title>
                <link>https://jira.whamcloud.com/browse/LU-6038</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The following pull requests are targeted to be merged for the spl/zfs-0.6.4 tag.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/zfsonlinux/spl/pull/414&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/spl/pull/414&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/zfsonlinux/zfs/pull/2918&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/zfs/pull/2918&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is important from a Lustre perspective because they 1) retire the sa_spill_alloc() / sa_spill_free() interfaces currently used by Lustre in favor of the more memory efficient zio_buf_alloc() / zio_buf_free().  And 2) they define KM_SLEEP which shouldn&apos;t have caused any problems but Lustre makes some assumptions about how it&apos;s defined.&lt;/p&gt;

&lt;p&gt;Lustre must be updated to use the new interfaces, I&apos;ll be posting patches for this shortly.&lt;/p&gt;</description>
                <environment></environment>
        <key id="27948">LU-6038</key>
            <summary>ZFS 0.6.4 Compatibility</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="behlendorf">Brian Behlendorf</reporter>
                        <labels>
                            <label>patch</label>
                            <label>zfs</label>
                    </labels>
                <created>Wed, 17 Dec 2014 00:28:28 +0000</created>
                <updated>Fri, 1 Jul 2016 18:49:32 +0000</updated>
                            <resolved>Tue, 3 Mar 2015 18:13:29 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="101779" author="gerrit" created="Wed, 17 Dec 2014 00:54:06 +0000"  >&lt;p&gt;Brian Behlendorf (behlendorf1@llnl.gov) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13096&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13096&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6038&quot; title=&quot;ZFS 0.6.4 Compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6038&quot;&gt;&lt;del&gt;LU-6038&lt;/del&gt;&lt;/a&gt; osd-zfs: Avoid redefining KM_SLEEP&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: db14a58430bd16d9d3b0ba1cd9a0a8905c70c692&lt;/p&gt;</comment>
                            <comment id="101780" author="gerrit" created="Wed, 17 Dec 2014 00:54:07 +0000"  >&lt;p&gt;Brian Behlendorf (behlendorf1@llnl.gov) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13097&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13097&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6038&quot; title=&quot;ZFS 0.6.4 Compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6038&quot;&gt;&lt;del&gt;LU-6038&lt;/del&gt;&lt;/a&gt; osd-zfs: sa_spill_alloc()/sa_spill_free() compat&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 048647bcb4f1bad273af4c825b348fce7bce9275&lt;/p&gt;</comment>
                            <comment id="101788" author="pjones" created="Wed, 17 Dec 2014 05:21:11 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Could you please review this patch?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="101841" author="adilger" created="Wed, 17 Dec 2014 18:31:43 +0000"  >&lt;p&gt;Brian, just to confirm - these patches allow building with both 0.6.3 and 0.6.4?  I see a configure check for the second patch, but not the first one. &lt;/p&gt;</comment>
                            <comment id="101845" author="behlendorf" created="Wed, 17 Dec 2014 18:49:02 +0000"  >&lt;p&gt;Yes, they allow Lustre to build with 0.6.3 or 0.6.4.  The reason a configure check wasn&apos;t needed for the KM_SLEEP issue is because there wasn&apos;t a visible interface change there.  Lustre was making some dangerous assumptions about what KM_SLEEP was defined to.  The proposed patch fixes the original build issue and removes those assumptions on the Lustre side so no configure check was needed.&lt;/p&gt;</comment>
                            <comment id="106664" author="behlendorf" created="Wed, 11 Feb 2015 18:18:48 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/13096/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/13096/&lt;/a&gt; is ready to be merged.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/13097/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/13097/&lt;/a&gt; is close behind but it is running through maloo again due to a provisioning glitch in the test framework.&lt;/p&gt;</comment>
                            <comment id="108571" author="gerrit" created="Tue, 3 Mar 2015 16:46:01 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13096/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13096/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6038&quot; title=&quot;ZFS 0.6.4 Compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6038&quot;&gt;&lt;del&gt;LU-6038&lt;/del&gt;&lt;/a&gt; osd-zfs: Avoid redefining KM_SLEEP&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5a758a40de3b6b4e0aeb082195f61d86536233d2&lt;/p&gt;</comment>
                            <comment id="108572" author="gerrit" created="Tue, 3 Mar 2015 16:46:34 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13097/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13097/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6038&quot; title=&quot;ZFS 0.6.4 Compatibility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6038&quot;&gt;&lt;del&gt;LU-6038&lt;/del&gt;&lt;/a&gt; osd-zfs: sa_spill_alloc()/sa_spill_free() compat&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c994fc0df788928c18485be34b28f40c34538ee8&lt;/p&gt;</comment>
                            <comment id="108616" author="pjones" created="Tue, 3 Mar 2015 18:13:29 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                            <outwardlinks description="is blocking">
                                        <issuelink>
            <issuekey id="29562">LU-6477</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="28353">LU-6152</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27369">LU-5826</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28321">LU-6149</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29486">LU-6459</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|hzx2o7:</customfieldvalue>

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