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:
parent
0a67504e1d
commit
c45b27817e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52497
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue