svn commit: r353342 - head/cddl/contrib/opensolaris/cmd/zpool

Andriy Gapon avg at FreeBSD.org
Wed Oct 9 11:46:37 UTC 2019


Author: avg
Date: Wed Oct  9 11:46:36 2019
New Revision: 353342
URL: https://svnweb.freebsd.org/changeset/base/353342

Log:
  zfs: remove incorrect warning about boot support for large_dnode
  
  Fixes r353341
  
  Reported by:	tsoome
  MFC after:	4 days
  X-MFC with:	r353341

Modified:
  head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7

Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7	Wed Oct  9 11:34:16 2019	(r353341)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7	Wed Oct  9 11:46:36 2019	(r353342)
@@ -551,12 +551,6 @@ once all filesystems that have ever contained a dnode 
 destroyed.
 Large dnodes allow more data to be stored in the bonus buffer, thus potentially
 improving performance by avoiding the use of spill blocks.
-.Pp
-Please note that booting from datasets that have dnodes larger than 512B is
-.Em NOT
-supported by the
-.Fx
-boot loader.
 .It Sy sha512
 .Bl -column "READ\-ONLY COMPATIBLE" "org.illumos:sha512"
 .It GUID Ta org.illumos:sha512


More information about the svn-src-head mailing list