<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:00:34 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-6477] Update ZFS/SPL version to 0.6.4.1</title>
                <link>https://jira.whamcloud.com/browse/LU-6477</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;ZFS/SPL version 0.6.4 was release around April 8th, 2015.&lt;/p&gt;

&lt;p&gt;It includes many changes and improvements:&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;NewFunctionality&quot;&gt;&lt;/a&gt;New Functionality&lt;/h2&gt;
&lt;p&gt;    Compatible with kernels up to Linux 4.0.&lt;br/&gt;
    New feature flags (additional details below):&lt;br/&gt;
        spacemap_histogram&lt;br/&gt;
        extensible_dataset&lt;br/&gt;
        bookmarks&lt;br/&gt;
        enabled_txg&lt;br/&gt;
        hole_birth&lt;br/&gt;
        embedded_data&lt;br/&gt;
    New asynchronous I/O (AIO) support.&lt;br/&gt;
    New fallocate() FALLOC_FL_PUNCH_HOLE support.&lt;br/&gt;
    New fragmentation metric in &apos;zpool list&apos;.&lt;br/&gt;
    New LZ4 compression of meta data.&lt;br/&gt;
    New &quot;redundant_metadata&quot; property controls desired redundancy level.&lt;br/&gt;
    New &quot;overlay&quot; property controls behavior for non-empty mount points.&lt;br/&gt;
    New &apos;zpool list -v&apos; shows individual disk capacity.&lt;br/&gt;
    New &apos;zpool get -H&apos; (scripted mode) support.&lt;br/&gt;
    New &apos;zpool create -t&apos; creates a pool with a temporary name.&lt;br/&gt;
    New arc_summary.py script from FreeNAS.&lt;br/&gt;
    New bash completion support.&lt;br/&gt;
    New DTRACE_PROBES integrated with Linux tracepoints.&lt;br/&gt;
    New compressed block histograms with zdb.&lt;br/&gt;
    New verbatim pool imports with zdb.&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;NewFeatureFlags&quot;&gt;&lt;/a&gt;New Feature Flags&lt;/h2&gt;

&lt;p&gt;    spacemap_histogram&lt;/p&gt;

&lt;p&gt;    This features allows ZFS to maintain more information about how free space is organized within the pool. If this feature is enabled, ZFS will set this feature to active when a new space map object is created or an existing space map is upgraded to the new format.&lt;/p&gt;

&lt;p&gt;    extensible_dataset&lt;/p&gt;

&lt;p&gt;    This feature allows more flexible use of internal ZFS data structures, and exists for other features to depend on. This feature will be active when the first dependent feature uses it.&lt;/p&gt;

&lt;p&gt;    bookmarks&lt;/p&gt;

&lt;p&gt;    This feature enables use of the zfs bookmark subcommand. Bookmarks mark the point in time when a snapshot was created, they can be used as the incremental source for a zfs send command. All bookmarks in the pool can be listed by running zfs list -t bookmark -r poolname.&lt;/p&gt;

&lt;p&gt;    enabled_txg&lt;/p&gt;

&lt;p&gt;    Once this feature is enabled ZFS records the transaction group number in which new features are enabled. This has no user-visible impact, but other features may depend on this feature.&lt;/p&gt;

&lt;p&gt;    hole_birth&lt;/p&gt;

&lt;p&gt;    This feature improves performance of incremental sends (&quot;zfs send -i&quot;) and receives for objects with many holes. The most common case of hole-filled objects is zvols.&lt;/p&gt;

&lt;p&gt;    embedded_data&lt;/p&gt;

&lt;p&gt;    This feature improves the performance and compression ratio of highly-compressible blocks. Blocks whose contents can compress to 112 bytes or smaller can take advantage of this feature.&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;BugFixes&quot;&gt;&lt;/a&gt;Bug Fixes&lt;/h2&gt;

&lt;p&gt;    Fixed I/O error on fs/vol delete corrupting space map.&lt;br/&gt;
    Fixed corruption during spacemap reallocation.&lt;br/&gt;
    Fixed corruption due to faulty logic when undirtying spill block.&lt;br/&gt;
    Fixed stale bonus buffer in recycled dnode_t data corruption.&lt;br/&gt;
    Fixed SA header size accounting.&lt;br/&gt;
    Fixed O_APPEND flag for open(2).&lt;br/&gt;
    Fixed deadlocks caused by direct reclaim by setting PF_FSTRANS.&lt;br/&gt;
    Fixed deadlocks on suspended pools.&lt;br/&gt;
    Fixed deadlock in zio pipeline caused by mutex_exit() race.&lt;br/&gt;
    Fixed deadlock between &apos;zpool export&apos; and &apos;zfs list&apos;.&lt;br/&gt;
    Fixed deadlock related to &apos;zfs rename&apos;.&lt;br/&gt;
    Fixed deadlock related to z_teardown_inactive_lock.&lt;br/&gt;
    Fixed deadlock related to zfs_putpage().&lt;br/&gt;
    Fixed deadlock for meta data intensive workloads.&lt;br/&gt;
    Fixed panic when removing log device.&lt;br/&gt;
    Fixed panic in metaslab init when space_map_open returned ENXIO.&lt;br/&gt;
    Fixed panic due to dirtying inodes in a snapshot.&lt;br/&gt;
    Fixed panic in dbufstat.py.&lt;br/&gt;
    Fixed panic when performing ACL-to-mode translation on empty ACL.&lt;br/&gt;
    Fixed SEEK_HOLE misreporting hole at end of file.&lt;br/&gt;
    Fixed discrepancies in futimens() timestamps.&lt;br/&gt;
    Fixed pool free space leak.&lt;br/&gt;
    Fixed L2ARC compressed buffer leak.&lt;br/&gt;
    Fixed &apos;zpool history -i&apos; hang.&lt;br/&gt;
    Fixed &apos;zpool import -t&apos; it should not update the cache file.&lt;br/&gt;
    Fixed multiple &apos;zfs send/recv&apos; failure modes.&lt;br/&gt;
    Fixed dracut to export ZFS root pool on shutdown.&lt;br/&gt;
    Fixed restore_object now performed in a single transaction.&lt;br/&gt;
    Fixed zvol symbolic link handling.&lt;br/&gt;
    Fixed per-filesystem memory reclaim.&lt;br/&gt;
    Fixed removal of SA in sa_modify_attrs().&lt;br/&gt;
    Fixed readdir for .zfs/snapshot directory.&lt;br/&gt;
    Fixed maximum zvol transfer size.&lt;br/&gt;
    Fixed dmu_sync&apos;ed holes should retain birth time.&lt;br/&gt;
    Fixed ctor/dtor called on each alloc/free not once per slab.&lt;br/&gt;
    Fixed ZED io-spare.sh script.&lt;br/&gt;
    Fixed spurious timeouts when create large pools.&lt;br/&gt;
    Improved &apos;zpool add&apos; dry-run mode.&lt;br/&gt;
    Improved &apos;zfs send -p&apos; to only send properties for sent snapshots.&lt;br/&gt;
    Improved &apos;zpool import&apos; hostid behavior.&lt;br/&gt;
    Improved &apos;zpool import -XF&apos; behavior.&lt;br/&gt;
    Improved &apos;zpool import&apos; when multiple duplicate labels are found.&lt;br/&gt;
    Improved &apos;zfs receive&apos; performance by increasing pipe buffer size.&lt;br/&gt;
    Improved &apos;zfs send&apos; for small blocks by increasing prefetch.&lt;br/&gt;
    Improved SPL kmem implementation.&lt;br/&gt;
    Improved zvol_get_stats() performance.&lt;br/&gt;
    Improved ashift auto-detect and management.&lt;br/&gt;
    Improved documentation in man pages.&lt;br/&gt;
    Improved handling of damaged block pointers.&lt;br/&gt;
    Improved ZED logging&lt;br/&gt;
    Rate limited debug backtraces to avoid impacting performance.&lt;br/&gt;
    Assorted performance improvements.&lt;br/&gt;
    Substantial changes to realign code base with illumos.&lt;br/&gt;
    Over 200 additional bug fixes.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29562">LU-6477</key>
            <summary>Update ZFS/SPL version to 0.6.4.1</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="utopiabound">Nathaniel Clark</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Mon, 20 Apr 2015 14:42:39 +0000</created>
                <updated>Fri, 7 Apr 2017 15:49:28 +0000</updated>
                            <resolved>Fri, 1 May 2015 11:28:22 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="112394" author="gerrit" created="Mon, 20 Apr 2015 15:02:53 +0000"  >&lt;p&gt;Nathaniel Clark (nathaniel.l.clark@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14505&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14505&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6477&quot; title=&quot;Update ZFS/SPL version to 0.6.4.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6477&quot;&gt;&lt;del&gt;LU-6477&lt;/del&gt;&lt;/a&gt; build: Update SPL/ZFS to 0.6.4&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d74e66b33e879f9311720983128b19e20b993219&lt;/p&gt;</comment>
                            <comment id="112454" author="isaac" created="Mon, 20 Apr 2015 22:51:08 +0000"  >&lt;p&gt;Given the # of bug reports for 0.6.4, I&apos;d suggest to wait for it to settle down a bit.&lt;/p&gt;</comment>
                            <comment id="113040" author="adilger" created="Tue, 21 Apr 2015 17:22:19 +0000"  >&lt;p&gt;Isaac, can you please be more specific about 0.6.4 bug reports (e.g. add links to those issues here)?  I know there were reports about problems with ZFS as the root filesystem, but I&apos;m not aware of others.&lt;/p&gt;</comment>
                            <comment id="113090" author="isaac" created="Tue, 21 Apr 2015 21:46:20 +0000"  >&lt;p&gt;I didn&apos;t look closely at the problems, but just the #/frequency of the reports caused concern. Also, Brian said 0.6.4.1 would be out this week, so it&apos;d make sense to at least wait for that.&lt;/p&gt;</comment>
                            <comment id="113351" author="utopiabound" created="Fri, 24 Apr 2015 19:33:42 +0000"  >&lt;p&gt;Altered patch to just use 0.6.4.1 instead.  Additional bug fixes are as follows:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Bug Fixes&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Fixed io-spare.sh script for ZED.&lt;/li&gt;
	&lt;li&gt;Fixed multiple deadlocks which might occur when reclaiming memory.&lt;/li&gt;
	&lt;li&gt;Fixed excessive CPU usage for meta data heavy workloads when reclaiming the ARC.&lt;/li&gt;
&lt;/ul&gt;

</comment>
                            <comment id="113977" author="gerrit" created="Fri, 1 May 2015 03:44:05 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14505/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14505/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6477&quot; title=&quot;Update ZFS/SPL version to 0.6.4.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6477&quot;&gt;&lt;del&gt;LU-6477&lt;/del&gt;&lt;/a&gt; build: Update SPL/ZFS to 0.6.4.1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ec772b86dc6a0fffd39a359459173f5fdeb9fc8a&lt;/p&gt;</comment>
                            <comment id="113986" author="pjones" created="Fri, 1 May 2015 11:28:22 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="27948">LU-6038</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="28244">LU-6133</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="29420">LU-6440</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|hzxb1z:</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>