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)
Wed, May 13, 7:15 PM
Unknown Object (File)
Fri, May 1, 4:08 PM
Unknown Object (File)
Tue, Apr 28, 5:34 PM
Unknown Object (File)
Tue, Apr 28, 1:49 PM
Unknown Object (File)
Mon, Apr 27, 8:53 PM
Unknown Object (File)
Mon, Apr 27, 8:41 AM
Unknown Object (File)
Sun, Apr 26, 6:50 AM
Unknown Object (File)
Tue, Apr 21, 12:00 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 Not Applicable
Unit
Tests Not Applicable

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.