Add two magical sysctls needed for zfs delegation. While here, fix the

repository checkout instructions.
This commit is contained in:
Mark Linimon 2012-12-21 02:41:40 +00:00
parent 6ec456c5ae
commit 508a2a4c8c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40450

View file

@ -2652,7 +2652,9 @@ zfs_enable="YES"
<step>
<para>Add the following to <filename>/etc/sysctl.conf</filename>:<screen>
kern.maxfiles=40000
kern.maxfilesperproc=38000</screen>
kern.maxfilesperproc=38000
sysctl vfs.usermount=1
sysctl vfs.zfs.super_owner=1</screen>
</para>
</step>
@ -2828,7 +2830,7 @@ sysutils/zfs-stats</screen>
<step>
<para>set up the repository:<screen>
&prompt.user; svn checkout svn://${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild
&prompt.user; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild
</screen>
</para>
</step>