Page MenuHomeFreeBSD

Fixed bsdinstall location of vfs.zfs.min_auto_ashift
ClosedPublic

Authored by smh on Jun 20 2017, 1:29 AM.
Tags
None
Referenced Files
F140913923: D11278.diff
Mon, Dec 29, 2:13 PM
Unknown Object (File)
Wed, Dec 24, 7:41 PM
Unknown Object (File)
Thu, Dec 11, 12:32 PM
Unknown Object (File)
Nov 26 2025, 1:31 AM
Unknown Object (File)
Nov 24 2025, 7:43 AM
Unknown Object (File)
Nov 21 2025, 3:49 AM
Unknown Object (File)
Nov 21 2025, 3:46 AM
Unknown Object (File)
Nov 21 2025, 3:45 AM
Subscribers

Details

Summary

vfs.zfs.min_auto_ashift is a sysctl only not a tunable so updated bsdinstall to use the correct location /etc/sysctl.conf instead of /boot/loader.conf

Test Plan

Perform a ZFS install with bsdinstall with Force 4K sectors enabled and ensure that the installed system has vfs.zfs.min_auto_ashift=12 in /etc/sysctl.conf.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10002
Build 10428: arc lint + arc unit

Event Timeline

smh retitled this revision from Fixed bsdinstall location of vfs.zfs.min_auto_ashift vfs.zfs.min_auto_ashift is a sysctl only not a tunable so updated bsdinstall to use the correct location /etc/sysctl.conf instead of /boot/loader.conf to Fixed bsdinstall location of vfs.zfs.min_auto_ashift.Jun 20 2017, 1:30 AM
smh edited the summary of this revision. (Show Details)
smh added a reviewer: allanjude.

This is what I should have done, but I was trying to avoid merge conflicts with stable/11

This revision is now accepted and ready to land.Jun 20 2017, 2:12 AM
This revision was automatically updated to reflect the committed changes.