search for: 4e8942e

Displaying 3 results from an estimated 3 matches for "4e8942e".

2014 Dec 23
2
[PATCH] v2v: adding --vdsm-ovf-output option
...6789abc/master -mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms -mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms/VM # The --vdsm-*-uuid options don't actually check that the # parameter is a UUID, which is useful here. diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index 4e8942e..a623020 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -584,8 +584,10 @@ OS which is not in the first VirtIO disk. =item B<--vdsm-vm-uuid> UUID +=item B<--vdsm-ovf-output> + Normally the RHEV output mode chooses random UUIDs for the target -guest. However VDSM needs to...
2014 Dec 25
0
[PATCH] v2v: adding --vdsm-ovf-output option
...E \ --vdsm-vol-uuid VOL \ --vdsm-vm-uuid VM \ + --vdsm-ovf-output $d/12345678-1234-1234-1234-123456789abc/master/vms/VM \ # Test the OVF metadata was created. test -f $d/12345678-1234-1234-1234-123456789abc/master/vms/VM/VM.ovf diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index 4e8942e..a623020 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -584,8 +584,10 @@ OS which is not in the first VirtIO disk. =item B<--vdsm-vm-uuid> UUID +=item B<--vdsm-ovf-output> + Normally the RHEV output mode chooses random UUIDs for the target -guest. However VDSM needs to...
2014 Dec 23
2
[PATCH] v2v: adding --vdsm-ovf-output option
This option is needed by vdsm for writing the ovf to a specific directory. The default is current directory. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1176598 Signed-off-by: Shahar Havivi <shaharh@redhat.com> --- v2v/cmdline.ml | 5 +++++ v2v/output_vdsm.ml | 16 +++++++--------- v2v/output_vdsm.mli | 1 + v2v/test-v2v-o-vdsm-options.sh |