svn commit: r270536 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Aug 25 10:43:55 UTC 2014


Author: gjb
Date: Mon Aug 25 10:43:55 2014
New Revision: 270536
URL: http://svnweb.freebsd.org/changeset/base/270536

Log:
  Document r266122, vfs.zfs.min_auto_ashift
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 10:43:53 2014	(r270535)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 10:43:55 2014	(r270536)
@@ -372,6 +372,14 @@
 	<para revision="263407">The &man.zfs.8; filesystem has been
 	  updated to implement <quote>bookmarks</quote>.  See
 	  &man.zfs.8; for further details.</para>
+
+	<para revision="266122">The &man.zfs.8; filesystem has been
+	  updated to allow tuning the minimum <quote>ashift</quote>
+	  value when creating new top-level virtual devices (vdevs).
+	  To set the minimum ashift value, for example when creating
+	  a &man.zpool.8; on <quote>Advanced Format</quote> drives,
+	  set the <literal>vfs.zfs.min_auto_ashift</literal>
+	  &man.sysctl.8; accordingly.</para>
       </sect3>
     </sect2>
 


More information about the svn-src-all mailing list