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

Pino Toscano ptoscano at redhat.com
Wed Feb 7 16:34:49 UTC 2018


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
-- 
2.14.3




More information about the Libguestfs mailing list