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

Richard W.M. Jones rjones at redhat.com
Wed Jan 27 00:00:09 UTC 2010


On Tue, Jan 26, 2010 at 10:25:41PM +0800, jyang at redhat.com wrote:
> 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

ACK.  All calls to wait_ready are no-ops, and can be removed.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list