[Bug 261212] Update the ZFS chapter (20) of the FreeBSD Handbook, and other OpenZFS-related pages

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Aug 2022 07:37:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261212

--- Comment #6 from Graham Perrin <grahamperrin@gmail.com> ---
(In reply to Graham Perrin from comment #5)

freqlabs@ please, do you know, should parameters such as these two exist in
OpenZFS in FreeBSD? For consistency, using . in lieu of _: 

vfs.zfs.arc.free_target
vfs.zfs.arc.no_grow_shift

----

% sysctl vfs.zfs.arc_free_target
vfs.zfs.arc_free_target: 86343
% sysctl vfs.zfs.arc_no_grow_shift
vfs.zfs.arc_no_grow_shift: 5
% sysctl vfs.zfs.arc.free_target
sysctl: unknown oid 'vfs.zfs.arc.free_target'
% sysctl vfs.zfs.arc.no_grow_shift
sysctl: unknown oid 'vfs.zfs.arc.no_grow_shift'
% sysctl vfs.zfs | sort | less
% date ; freebsd-version ; uname -KU
Sat  6 Aug 2022 08:31:42 BST
14.0-CURRENT
1400064 1400064
% 


<https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html#zfs-module-parameters>

-- 
You are receiving this mail because:
You are the assignee for the bug.