Pino Toscano
2018-Feb-07 16:34 UTC
[Libguestfs] [PATCH] v2v: fix -it ssh syntax in example (RHBZ#1540535)
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@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 -- 2.14.3
Richard W.M. Jones
2018-Feb-07 16:50 UTC
Re: [Libguestfs] [PATCH] v2v: fix -it ssh syntax in example (RHBZ#1540535)
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@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 runSorry 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
Seemingly Similar Threads
- Re: Error while starting the node on ESXi hypervisor
- Re: [PATCH v2 2/2] v2v: -i vmx: Enhance VMX support with ability to use ‘-it ssh’ transport.
- Error while starting the node on ESXi hypervisor
- Re: Error while starting the node on ESXi hypervisor
- [PATCH] v2v: -i vmx: Allow ssh URLs to use spaces.