Fix the name of the zfs_prefetch_disable parameter (#16319)
The ZFS module parameter name is zfs_prefetch_disable, not zfs_disable_prefetch. Signed-off-by: Peter Doherty <peterd@acranox.org> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
parent
9ffe441361
commit
326040b285
|
@ -1639,7 +1639,7 @@ then only metadata are prefetched.
|
||||||
The default value is
|
The default value is
|
||||||
.Sy all .
|
.Sy all .
|
||||||
.Pp
|
.Pp
|
||||||
Please note that the module parameter zfs_disable_prefetch=1 can
|
Please note that the module parameter zfs_prefetch_disable=1 can
|
||||||
be used to totally disable speculative prefetch, bypassing anything
|
be used to totally disable speculative prefetch, bypassing anything
|
||||||
this property does.
|
this property does.
|
||||||
.It Sy setuid Ns = Ns Sy on Ns | Ns Sy off
|
.It Sy setuid Ns = Ns Sy on Ns | Ns Sy off
|
||||||
|
|
Loading…
Reference in New Issue