search for: 29716d2

Displaying 2 results from an estimated 2 matches for "29716d2".

Did you mean: 29162
2010 Jul 14
1
[PATCH] Documentation: Windows conversion procedure.
--- v2v/virt-v2v.pl | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/v2v/virt-v2v.pl b/v2v/virt-v2v.pl index 29716d2..b4cd1d4 100755 --- a/v2v/virt-v2v.pl +++ b/v2v/virt-v2v.pl @@ -61,7 +61,7 @@ virt-v2v - Convert a guest to use KVM virt-v2v converts guests from a foreign hypervisor to run on KVM, managed by libvirt or Red Hat Enterprise Virtualisation (RHEV) version 2.2 or later. It can -currently convert Re...
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...also references an optional --network parameter in all examples, as this typically will be required. --- v2v/virt-v2v.pl | 56 +++++++++++++++++++++++++++++++++--------------------- 1 files changed, 34 insertions(+), 22 deletions(-) diff --git a/v2v/virt-v2v.pl b/v2v/virt-v2v.pl index adaa9a9..29716d2 100755 --- a/v2v/virt-v2v.pl +++ b/v2v/virt-v2v.pl @@ -49,12 +49,13 @@ virt-v2v - Convert a guest to use KVM =head1 SYNOPSIS - virt-v2v -f virt-v2v.conf -i libvirtxml -op transfer guest-domain.xml + virt-v2v -i libvirtxml -op imported --network default guest-domain.xml - virt-v2v -f virt-v2v...