svn commit: r52497 - head/en_US.ISO8859-1/books/faq
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"