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
447401af
Commit
447401af
authored
Feb 26, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some debugging.
parent
f2065cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
clientside/tmcc/linux/xen/libvnode_xen.pm
clientside/tmcc/linux/xen/libvnode_xen.pm
+3
-0
No files found.
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
447401af
...
...
@@ -1741,13 +1741,16 @@ sub vnodeBoot($$$$)
# itself with an alarm.
#
vnodeHalt
(
$vnode_id
,
$vmid
,
$vnconfig
,
$private
);
print
"
Container halted, waiting for it do disappear ...
\n
";
$countdown
=
10
;
while
(
$countdown
>=
0
)
{
sleep
(
5
);
last
if
(
!
domainExists
(
$vnode_id
));
$countdown
--
;
print
"
Container not gone yet
\n
";
}
print
"
Container is gone (
$i
)!
\n
";
}
return
-
1
;
}
...
...
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