Skip to content
GitLab
Menu
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
8044b7f5
Commit
8044b7f5
authored
Dec 01, 2005
by
Leigh B. Stoller
Browse files
For now, lets run gentopofile at swapin so that we get the ltmap
rebuilt. Seems to be a moving target ...
parent
975bec1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbswap.in
View file @
8044b7f5
...
...
@@ -718,7 +718,7 @@ sub doSwapin($) {
# assign_wrapper does all the virtual to physical mapping
# and updating the DB state.
#
if
(
$type
>
UPDATE_RECOVER
)
{
#
# Hacky test to allow disabling of linkdelays if the node is going
...
...
@@ -1001,6 +1001,19 @@ sub doSwapin($) {
}
}
#
# Lets run gentopofile again, so we get ltmap right. This will come out
# later, most likely.
#
TBDebugTimeStamp
("
gentopofile started
");
print
"
Generating ltmap (again) ...
\n
";
if
(
system
("
gentopofile
$pid
$eid
"))
{
tberror
("
gentopofile failed!
");
return
1
;
}
TBDebugTimeStamp
("
gentopofile finished
");
#
# Since it'll take a while for the nodes to reboot, we'll start now, and
# wait for the os_setup to finish, down below
...
...
Write
Preview
Supports
Markdown
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