The branch stable/14 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=20103d288e80e299a76c5d3e5f5c8b3eee4e4b47
commit 20103d288e80e299a76c5d3e5f5c8b3eee4e4b47 Author: Jose Luis Duran <[email protected]> AuthorDate: 2025-10-16 17:13:49 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2025-10-16 18:44:41 +0000 nanobsd: rescue: Update legacy sysctls Reviewed by: emaste MFC after: 1 hour Differential Revision: https://reviews.freebsd.org/D34598 (cherry picked from commit 93ee9bb424619f0189b3454380588c955222b89b) --- tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt b/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt index 1f475c957c0c..ece050bfab55 100644 --- a/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt +++ b/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt @@ -25,10 +25,10 @@ zfs_load="YES" vfs.root.mountfrom="zfs:boot/ROOT/root" #ZFS optional vm.kmem_size="8G" -vfs.zfs.arc_min="1G" -vfs.zfs.arc_max="2G" -vfs.zfs.prefetch_disable="1" -vfs.zfs.zil_disable=1 +vfs.zfs.arc.min="1G" +vfs.zfs.arc.max="2G" +vfs.zfs.prefetch.disable="1" +vfs.zfs.zil.replay_disable=1 vfs.zfs.zio.use_uma=0 #Power savings hw.pci.do_power_nodriver=3
