v2v: enable UEFI for oVirt/RHV outputs

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>

RWMJ: Update documentation with versions of oVirt/RHV and virt-v2v
required for UEFI support.
This commit is contained in:
Tomáš Golembiovský
2018-10-10 19:25:50 +02:00
committed by Richard W.M. Jones
parent a878b3011b
commit d76acb13ae
4 changed files with 5 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ object
method as_options = sprintf "-o rhv -os %s" os
method supported_firmware = [ TargetBIOS ]
method supported_firmware = [ TargetBIOS; TargetUEFI ]
(* RHV doesn't support serial consoles. This causes the conversion
* step to remove it.
@@ -262,8 +262,6 @@ object
(* This is called after conversion to write the OVF metadata. *)
method create_metadata source targets _ guestcaps inspect target_firmware =
(* See #supported_firmware above. *)
assert (target_firmware = TargetBIOS);
(* Create the metadata. *)
let ovf = Create_ovf.create_ovf source targets guestcaps inspect

View File

@@ -240,7 +240,7 @@ object
sprintf " -oc %s -op %s -os %s"
output_conn output_password output_storage
method supported_firmware = [ TargetBIOS ]
method supported_firmware = [ TargetBIOS; TargetUEFI ]
(* rhev-apt.exe will be installed (if available). *)
method install_rhev_apt = true

View File

@@ -123,7 +123,7 @@ object
| flav -> sprintf "-oo vdsm-ovf-flavour=%s"
(Create_ovf.ovf_flavour_to_string flav))
method supported_firmware = [ TargetBIOS ]
method supported_firmware = [ TargetBIOS; TargetUEFI ]
(* RHV doesn't support serial consoles. This causes the conversion
* step to remove it.
@@ -232,9 +232,6 @@ object
(* This is called after conversion to write the OVF metadata. *)
method create_metadata source targets _ guestcaps inspect target_firmware =
(* See #supported_firmware above. *)
assert (target_firmware = TargetBIOS);
(* Create the metadata. *)
let ovf = Create_ovf.create_ovf source targets guestcaps inspect
target_firmware

View File

@@ -1225,9 +1225,9 @@ On RHEL E<ge> 7.3, only qemu-kvm-rhev (not qemu-kvm) is supported.
Not supported.
=item UEFI on RHV
=item UEFI on oVirt or RHV
Not supported.
Supported since oVirt/RHV E<ge> 4.2 and virt-v2v E<ge> 1.39.12.
=back