git: 93ee9bb42461 - main - nanobsd: rescue: Update legacy sysctls
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Oct 2025 17:26:57 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=93ee9bb424619f0189b3454380588c955222b89b
commit 93ee9bb424619f0189b3454380588c955222b89b
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-10-16 17:13:49 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-10-16 17:25:40 +0000
nanobsd: rescue: Update legacy sysctls
Reviewed by: emaste
MFC after: 1 hour
Differential Revision: https://reviews.freebsd.org/D34598
---
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