svn commit: r288869 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Oct 5 20:13:11 UTC 2015


Author: gjb
Date: Mon Oct  5 20:13:10 2015
New Revision: 288869
URL: https://svnweb.freebsd.org/changeset/base/288869

Log:
  Document r287099, account for ashift when gathering buffers to
  be written to l2arc device
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:13:07 2015	(r288868)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:13:10 2015	(r288869)
@@ -1460,6 +1460,12 @@
 	&man.sysctl.8; has been removed, and replaced with the
 	<literal>kstat.zfs.misc.arcstats.arc_meta_used</literal>
 	&man.sysctl.8;.</para>
+
+      <para revision="287099" contrib="sponsor"
+	sponsor="&clusterhq;">The &man.zfs.8; <literal>l2arc</literal>
+	code has been updated to take <literal>ashift</literal> into
+	account when gathering buffers to be written to the
+	<literal>l2arc</literal> device.</para>
     </sect2>
 
     <sect2 xml:id="storage-geom">


More information about the svn-src-all mailing list