[Libguestfs] [PATCH] v2v: fix -it ssh syntax in example (RHBZ#1540535)

Richard W.M. Jones rjones at redhat.com
Wed Feb 7 16:50:48 UTC 2018


On Wed, Feb 07, 2018 at 05:34:49PM +0100, Pino Toscano wrote:
> Updates commit 1d38216d20141cef9ce83ca4ddbe9c79f5da4f39.
> ---
>  v2v/virt-v2v.pod | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
> index d39609cf8..b2face339 100644
> --- a/v2v/virt-v2v.pod
> +++ b/v2v/virt-v2v.pod
> @@ -126,7 +126,7 @@ a local file.
>  
>   virt-v2v \
>     -i vmx -it ssh \
> -   "root at esxi.example.com/vmfs/volumes/datastore1/guest/guest.vmx" \
> +   "ssh://root@esxi.example.com/vmfs/volumes/datastore1/guest/guest.vmx" \
>     -o local -os /var/tmp
>  
>  The guest must not be running.  Virt-v2v would I<not> need to be run

Sorry I forgot about this one.  ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the Libguestfs mailing list