Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 11:08:59 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52497 - head/en_US.ISO8859-1/books/faq
Message-ID:  <201811181108.wAIB8xYK017351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr
Date: Sun Nov 18 11:08:58 2018
New Revision: 52497
URL: https://svnweb.freebsd.org/changeset/doc/52497

Log:
  The sysctl vfs.zfs.trim_disable was renamed in 2013
  to vfs.zfs.trim.enabled and was enabled by default.
  Change the example on how to disable trim support
  to the new sysctl and assign 0 to it to disable it.
  
  PR:		    233284
  Submitted by:	    bcran@

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Sat Nov 17 18:58:56 2018	(r52496)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Sun Nov 18 11:08:58 2018	(r52497)
@@ -3547,7 +3547,7 @@ kern.sched.name: ULE</screen>
 	    by adding this line to
 	    <filename>/etc/sysctl.conf</filename>:</para>
 
-	  <programlisting>vfs.zfs.trim_disable=1</programlisting>
+	  <programlisting>vfs.zfs.trim.enabled=0</programlisting>
 
 	  <note>
 	    <para>ZFS TRIM may not work with all configurations, such



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811181108.wAIB8xYK017351>