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@
This commit is contained in:
Benedict Reuschling 2018-11-18 11:08:58 +00:00
parent 0a67504e1d
commit c45b27817e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52497

View file

@ -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