Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
5af2d25b
Commit
5af2d25b
authored
Apr 17, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not mkfs the extra partition on remote nodes; jails go into the
/users filesystem.
parent
b1154653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tmcd/common/bootvnodes
tmcd/common/bootvnodes
+3
-1
No files found.
tmcd/common/bootvnodes
View file @
5af2d25b
...
...
@@ -124,7 +124,9 @@ print "Vnodelist is @vnodes.\n";
# If booting with vnodes, then see about creating the extra FS.
# This will fail if it already exists. Keep going on any failure though.
#
system
("
mkextrafs.pl
$vndir
");
if
(
!
REMOTE
())
{
system
("
mkextrafs.pl
$vndir
");
}
foreach
my
$vnode
(
keys
(
%curvnodelist
))
{
my
$jailflag
=
"";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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