[Libguestfs] [PATCH] Remove function wait_ready in virt-v2v.pl

jyang at redhat.com jyang at redhat.com
Tue Jan 26 14:25:41 UTC 2010


From: Osier Yang <jyang at redhat.com>

---
 v2v/virt-v2v.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/v2v/virt-v2v.pl b/v2v/virt-v2v.pl
index 9eee590..0ad3c6e 100755
--- a/v2v/virt-v2v.pl
+++ b/v2v/virt-v2v.pl
@@ -265,7 +265,6 @@ sub get_guestfs_handle
     $g->set_selinux(1);
 
     $g->launch ();
-    $g->wait_ready ();
 
     return $g;
 }
-- 
1.6.4.2




More information about the Libguestfs mailing list