From owner-svn-src-all@FreeBSD.ORG Fri Apr 5 20:41:47 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 42E25D19; Fri, 5 Apr 2013 20:41:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1C6C7CEF; Fri, 5 Apr 2013 20:41:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r35KfkwK021277; Fri, 5 Apr 2013 20:41:46 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r35Kfk1A021276; Fri, 5 Apr 2013 20:41:46 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201304052041.r35Kfk1A021276@svn.freebsd.org> From: Glen Barber Date: Fri, 5 Apr 2013 20:41:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r249169 - releng/8.4/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 20:41:47 -0000 Author: gjb (doc,ports committer) Date: Fri Apr 5 20:41:46 2013 New Revision: 249169 URL: http://svnweb.freebsd.org/changeset/base/249169 Log: Document that, although ZFS pool feature flags are available, 8.4-RC1 and later ZFS pool version defaults to version 28 to prevent problems with upgrading to FreeBSD 9.1-RELEASE. Feature flags can be enabled by explicitly running: zpool upgrade Approved by: re (delphij) Modified: releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri Apr 5 20:24:51 2013 (r249168) +++ releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml Fri Apr 5 20:41:46 2013 (r249169) @@ -190,7 +190,37 @@ File Systems - + ZFS is upgraded to support zpool feature flags. ZFS + pool creation defaults to version 28 allowing upgrades to + &os; 9.1-RELEASE, which does not support + zpool feature flags. + + Users who wish to enable these features can upgrade + storage pools created on &os; 8.4-RC1 and later by + running zpool upgrade. + + The new features available are: + + + + async_destroy: allows a ZFS + dataset to be destroyed asynchronously, reclaiming space + by a background process. + + + + empty_bpobj: improves performance + and reduces disk space needed by snapshots. + + + + lz4_compress: a new high + performance compression algorithm thatfeatures better + performance and compression ratio than lzjb. + + + + For more information, see &man.zpool-features.7;.