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
Unknown Object (File)
Sun, Oct 12, 3:57 PM
Unknown Object (File)
Sun, Oct 12, 3:07 PM
Unknown Object (File)
Thu, Oct 2, 2:34 AM
Unknown Object (File)
Wed, Oct 1, 9:50 PM
Unknown Object (File)
Wed, Oct 1, 3:39 AM
Unknown Object (File)
Tue, Sep 30, 3:37 AM
Unknown Object (File)
Thu, Sep 25, 1:22 PM
Unknown Object (File)
Sat, Sep 20, 2:46 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.