1virt-v2v-support(1) Virtualization Support virt-v2v-support(1)
2
3
4
6 virt-v2v-support - Supported hypervisors, virtualization management
7 systems and guests in virt-v2v
8
10 This page documents which foreign hypervisors, virtualization
11 management systems and guest types that virt-v2v(1) can support.
12
13 Note this page applies to upstream virt-v2v from http://libguestfs.org
14 and in downstream distributions of virt-v2v sometimes features are
15 intentionally removed, or are present but not supported.
16
17 Hypervisors (Input)
18 VMware ESXi
19 Must be managed by VMware vCenter ≥ 5.0 unless VDDK is available.
20
21 OVA exported from VMware
22 OVAs from other hypervisors will not work.
23
24 VMX from VMware
25 VMX files generated by other hypervisors will not work.
26
27 RHEL 5 Xen
28 SUSE Xen
29 Citrix Xen
30 Citrix Xen has not been recently tested.
31
32 Hyper-V
33 Not recently tested. Requires that you export the disk or use
34 virt-p2v(1) on Hyper-V.
35
36 Direct from disk images
37 Only disk images exported from supported hypervisors, and using
38 container formats supported by qemu.
39
40 Physical machines
41 Using the virt-p2v(1) tool.
42
43 Hypervisors (Output)
44 QEMU and KVM only.
45
46 Virtualization management systems (Output)
47 OpenStack
48 Red Hat Virtualization (RHV) 4.1 and up
49 Local libvirt
50 And hence virsh(1), virt-manager(1), and similar tools.
51
52 Local disk
53
54 Guests
55 Red Hat Enterprise Linux 4, 5, 6, 7
56 CentOS 4, 5, 6, 7
57 Scientific Linux 4, 5, 6, 7
58 Oracle Linux
59 Fedora
60 SLES 10 and up
61 OpenSUSE 10 and up
62 ALT Linux 9 and up
63 Debian 6 and up
64 Ubuntu 10.04, 12.04, 14.04, 16.04, and up
65 Windows XP to Windows 10 / Windows Server 2016
66 We use Windows internal version numbers, see
67 https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions
68
69 Currently NT 5.2 to NT 6.3 are supported.
70
71 See "WINDOWS" below for additional notes on converting Windows
72 guests.
73
74 Guest firmware
75 BIOS is supported for all guest types and hypervisors.
76
77 VMware allows you to present UEFI firmware to guests (instead of the
78 ordinary PC BIOS). Virt-v2v can convert these guests, but requires
79 that UEFI is supported by the target hypervisor.
80
81 Currently KVM supports OVMF, an open source UEFI firmware, and can run
82 these guests.
83
84 Since OVMF support was only recently added to KVM (in 2014/2015), not
85 all target environments support UEFI guests yet:
86
87 UEFI on libvirt, qemu
88 Supported. Virt-v2v will generate the correct libvirt XML
89 (metadata) automatically, but note that the same version of OVMF
90 must be installed on the conversion host as is installed on the
91 target hypervisor, else you will have to adjust paths in the
92 metadata.
93
94 UEFI on OpenStack
95 Supported since virt-v2v ≥ 1.43.2.
96
97 UEFI on oVirt or RHV
98 Supported since oVirt/RHV ≥ 4.2 and virt-v2v ≥ 1.39.12.
99
101 virt-v2v(1), http://libguestfs.org.
102
104 Richard W.M. Jones
105
107 Copyright (C) 2009-2020 Red Hat Inc.
108
110 This program is free software; you can redistribute it and/or modify it
111 under the terms of the GNU General Public License as published by the
112 Free Software Foundation; either version 2 of the License, or (at your
113 option) any later version.
114
115 This program is distributed in the hope that it will be useful, but
116 WITHOUT ANY WARRANTY; without even the implied warranty of
117 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
118 General Public License for more details.
119
120 You should have received a copy of the GNU General Public License along
121 with this program; if not, write to the Free Software Foundation, Inc.,
122 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
123
125 To get a list of bugs against libguestfs, use this link:
126 https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
127
128 To report a new bug against libguestfs, use this link:
129 https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
130
131 When reporting a bug, please supply:
132
133 • The version of libguestfs.
134
135 • Where you got libguestfs (eg. which Linux distro, compiled from
136 source, etc)
137
138 • Describe the bug accurately and give a way to reproduce it.
139
140 • Run libguestfs-test-tool(1) and paste the complete, unedited output
141 into the bug report.
142
143
144
145virt-v2v-2.3.6 2023-11-02 virt-v2v-support(1)