Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
087d4a1f
Commit
087d4a1f
authored
Mar 07, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some debugging printfs.
parent
62b6fc33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
clientside/tmcc/common/mkvnode.pl
clientside/tmcc/common/mkvnode.pl
+2
-1
clientside/tmcc/linux/xen/libvnode_xen.pm
clientside/tmcc/linux/xen/libvnode_xen.pm
+1
-0
No files found.
clientside/tmcc/common/mkvnode.pl
View file @
087d4a1f
...
...
@@ -697,7 +697,8 @@ if ($childpid) {
# If failure then cleanup.
#
if
(
$?
||
$timedout
)
{
MyFatal
("
$vnodeid
container startup failed or timed out
");
MyFatal
("
$vnodeid
container startup
"
.
(
$timedout
?
"
timed out.
"
:
"
failed.
"));
}
}
else
{
...
...
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
087d4a1f
...
...
@@ -1740,6 +1740,7 @@ sub vnodeBoot($$$$)
# Tear it down and try again. Use vnodeHalt cause it protects
# itself with an alarm.
#
print
"
Container did not start, halting for retry ...
\n
";
vnodeHalt
(
$vnode_id
,
$vmid
,
$vnconfig
,
$private
);
print
"
Container halted, waiting for it do disappear ...
\n
";
$countdown
=
10
;
...
...
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