Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e1e6d268
Commit
e1e6d268
authored
Apr 23, 2004
by
Mike Hibler
Browse files
Back out seting of vfs.nfs.bufpackets.
It didn't fix the problem and it makes nodes fail on startup sometimes.
parent
a8129f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
e1e6d268
...
...
@@ -406,14 +406,6 @@ sub mkrootfs($)
push
(
@mntpoints
,
"
$path
/root/
$dir
");
}
#
# Pump up the amount of space that can be used per NFS client socket
# (up to 64 pending packets @ 8k per packet with default read/write size)
#
if
(
$NFSMOUNT_LOCAL
)
{
mysystem
("
sysctl vfs.nfs.bufpackets=64 >/dev/null 2>&1
");
}
#
# The proc FS in the jail is per-jail of course.
#
...
...
@@ -627,14 +619,6 @@ sub restorerootfs($)
push
(
@mntpoints
,
"
$path
/root/
$dir
");
}
#
# Pump up the amount of space that can be used per NFS client socket
# (up to 64 pending packets @ 8k per packet with default read/write size)
#
if
(
$NFSMOUNT_LOCAL
)
{
mysystem
("
sysctl vfs.nfs.bufpackets=64 >/dev/null 2>&1
");
}
tmcccopycache
(
$vnodeid
,
"
$path
/root
");
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment