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

Glen Barber gjb at FreeBSD.org
Fri Feb 20 20:30:02 UTC 2015


Author: gjb
Date: Fri Feb 20 20:30:01 2015
New Revision: 279086
URL: https://svnweb.freebsd.org/changeset/base/279086

Log:
  Document r277583, arc_meta_limit exposed via kstats.
  
  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	Fri Feb 20 20:29:59 2015	(r279085)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Fri Feb 20 20:30:01 2015	(r279086)
@@ -334,6 +334,14 @@
       <para revision="275490">A new tunable,
 	<literal>vfs.zfs.spa_slop_shift</literal>, has been added,
 	which controls how much space is reserved by default.</para>
+
+      <para revision="277583">The <literal>arc_meta_limit</literal>
+	statistics are now visible through the
+	<literal>kstat</literal> &man.sysctl.8;.  As a result of this
+	change, the <literal>vfs.zfs.arc_meta_used</literal>
+	&man.sysctl.8; has been removed, and replaced with the
+	<literal>kstat.zfs.misc.arcstats.arc_meta_used</literal>
+	&man.sysctl.8;.</para>
     </sect2>
 
     <sect2 xml:id="storage-geom">


More information about the svn-src-all mailing list