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
F137557529: D11278.id54425.diff
Mon, Nov 24, 7:43 AM
Unknown Object (File)
Fri, Nov 21, 3:49 AM
Unknown Object (File)
Fri, Nov 21, 3:46 AM
Unknown Object (File)
Fri, Nov 21, 3:45 AM
Unknown Object (File)
Fri, Nov 21, 3:45 AM
Unknown Object (File)
Wed, Nov 5, 6:52 PM
Unknown Object (File)
Fri, Oct 31, 12:47 AM
Unknown Object (File)
Wed, Oct 29, 11:54 PM
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.