From 5ec18df30a2add8cb01fe336ec7c1697709f6990 Mon Sep 17 00:00:00 2001 From: Peter Doherty Date: Mon, 1 Jul 2024 21:28:40 -0400 Subject: [PATCH] Fix the name of the zfs_prefetch_disable parameter The ZFS module parameter name is zfs_prefetch_disable, not zfs_disable_prefetch. Signed-off-by: Peter Doherty --- man/man7/zfsprops.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 9ff0236f4d..429369bd2e 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -1639,7 +1639,7 @@ then only metadata are prefetched. The default value is .Sy all . .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 this property does. .It Sy setuid Ns = Ns Sy on Ns | Ns Sy off