[Pkg-libvirt-commits] [libguestfs] 219/266: v2v: More esx:// -> vpx:// changes.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:42:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit 8aea6d8fac809c00280a5738257ef4134357141e
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Aug 29 10:05:47 2014 +0100
v2v: More esx:// -> vpx:// changes.
This updates commit 155a6f0482e5eeb6a763d4d31354edc5f48a1f43.
---
v2v/cmdline.ml | 4 ++--
v2v/virt-v2v.pod | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/v2v/cmdline.ml b/v2v/cmdline.ml
index 62d9f6a..f16c224 100644
--- a/v2v/cmdline.ml
+++ b/v2v/cmdline.ml
@@ -143,9 +143,9 @@ let parse_cmdline () =
sprintf (f_"\
%s: convert a guest to use KVM
- virt-v2v -ic esx://esx.example.com/ -os imported esx_guest
+ virt-v2v -ic vpx://esx.example.com/Datacenter/esxi -os imported esx_guest
- virt-v2v -ic esx://esx.example.com/ \
+ virt-v2v -ic vpx://esx.example.com/Datacenter/esxi \
-o rhev -os rhev.nfs:/export_domain --network rhevm esx_guest
virt-v2v -i libvirtxml -o local -os /var/tmp guest-domain.xml
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index 90160ea..92d098d 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -595,7 +595,7 @@ vCenter Server before continuing.
To import a particular guest from vCenter Server, do:
- $ virt-v2v -ic 'esx://root@esx.example.com/Datacenter/esxi?no_verify=1' \
+ $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' \
"Windows 2003" \
-o local -os /var/tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list