Index: trunk/scripts/xvm-migrate-machine
===================================================================
--- trunk/scripts/xvm-migrate-machine	(revision 1632)
+++ trunk/scripts/xvm-migrate-machine	(revision 1633)
@@ -84,4 +84,5 @@
     if 0 != subprocess.call(['lvcreate', '-L%sM' % str(disk.size), '-n', lvname, 'xenvg']):
       success = False
+      break
     
     ssh = subprocess.Popen(['ssh', '-o', 'GSSAPIDelegateCredentials=no',
@@ -93,6 +94,8 @@
     if 0 != dd.wait():
       success = False
+      break
     if 0 != ssh.wait():
       success = False
+      break
   
   if not success:
