From 447401afafa5edd122b0821d9da831515ff6082a Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 26 Feb 2014 10:57:59 -0700 Subject: [PATCH] Some debugging. --- clientside/tmcc/linux/xen/libvnode_xen.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clientside/tmcc/linux/xen/libvnode_xen.pm b/clientside/tmcc/linux/xen/libvnode_xen.pm index 9e70916bd..6761361a6 100644 --- a/clientside/tmcc/linux/xen/libvnode_xen.pm +++ b/clientside/tmcc/linux/xen/libvnode_xen.pm @@ -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; } -- GitLab