From owner-svn-src-stable-11@freebsd.org Fri Oct 21 16:11:30 2016 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92449C1C25F; Fri, 21 Oct 2016 16:11:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49C5E91E; Fri, 21 Oct 2016 16:11:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9LGBTEp057318; Fri, 21 Oct 2016 16:11:29 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9LGBTRO057317; Fri, 21 Oct 2016 16:11:29 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201610211611.u9LGBTRO057317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 21 Oct 2016 16:11:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r307732 - stable/11/release/doc/en_US.ISO8859-1/errata X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 16:11:30 -0000 Author: gjb Date: Fri Oct 21 16:11:29 2016 New Revision: 307732 URL: https://svnweb.freebsd.org/changeset/base/307732 Log: Document two errata items that may affect systems with ZFS boot pools on GPT. Submitted by: lidl Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Fri Oct 21 15:23:54 2016 (r307731) +++ stable/11/release/doc/en_US.ISO8859-1/errata/article.xml Fri Oct 21 16:11:29 2016 (r307732) @@ -209,6 +209,44 @@ boot UEFI mode, or choose the "GPT + Active" scheme. + + + [2016-10-21] Support for sha512 and + skein checksumming has been added to the + ZFS filesystem. This was not mentioned + in the release notes. + + Systems being upgraded from earlier &os; releases with + ZFS will see a message in zpool + status output noting the pool is not at the + latest version, and some features may not be enabled. + Additional instructions on how to any ZFS + pools to the latest version and update the boot blocks for + all boot drives in the pool will also be provided in the + output. + + This information is also documented is also documented + in /usr/src/UPDATING, which is + included if the src component is selected + during installation. + + + + [2016-10-21] The size of the GPT + enabled ZFS boot blocks + (/boot/gptzfsboot) has increased past + 64K. Systems upgraded from older releases may experience + a problem where the size of the existing + "freebsd-boot" partition is too small to hold the + new gptzfsboot. + + Systems where the boot partition is immediately followed + by the swap partition, such as those installed via + &man.bsdinstall.8;, can resize the swap partition slightly + using the &man.gpart.8; resize command, + so space can be reclaimed to increase the size of the + freebsd-boot partition. +