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
55e11f33
Commit
55e11f33
authored
Jun 19, 2013
by
Leigh B Stoller
Browse files
Bug fix; Store() the logfile!
parent
f5f63c2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAggregate.pm.in
View file @
55e11f33
...
...
@@ -1616,6 +1616,7 @@ sub WaitForNodes($@)
["slice_uuid", $slice->uuid()]], 1);
# Anon users can view the log if they know the secret id.
$logfile->SetPublic(1);
$logfile->Store();
$node->_bootlog($logfile);
}
}
...
...
tbsetup/libossetup.pm.in
View file @
55e11f33
...
...
@@ -1798,6 +1798,7 @@ sub WaitDone($@)
$bootlog);
if (defined($logfile)) {
$logfile->SetMetadata([["bootlog", $node->node_id()]], 1);
$logfile->Store();
}
}
}
...
...
@@ -1830,6 +1831,7 @@ sub WaitDone($@)
if (defined($logfile)) {
$logfile->SetMetadata([["bootlog", $node->node_id()]], 1);
$node->_bootlog($logfile);
$logfile->Store();
}
}
...
...
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