2f9214744a
- Don't comment out patch 0029 (the common submodule update). - Use a common/.gitattributes trick to exclude files from the common patch that are not included in virt-v2v tarball. This also requires some sed hacking. NB: I tried using ':(exclude)...' stuff and it does not work for submodules, at least not with the git version in RHEL 8. For more info see private email thread "Customer case requiring our assistance" in 2023. Reviewed-by: Laszlo Ersek <lersek@redhat.com> resolves: rhbz#2184183
123 lines
2.7 KiB
Diff
123 lines
2.7 KiB
Diff
From 1de8532631a765c03196774e0b4a41966284bae3 Mon Sep 17 00:00:00 2001
|
|
From: Pino Toscano <ptoscano@redhat.com>
|
|
Date: Tue, 26 Mar 2019 09:42:25 +0100
|
|
Subject: [PATCH] RHEL 8: point to KB for supported v2v hypervisors/guests
|
|
|
|
---
|
|
docs/virt-v2v-support.pod | 102 ++------------------------------------
|
|
1 file changed, 4 insertions(+), 98 deletions(-)
|
|
|
|
diff --git a/docs/virt-v2v-support.pod b/docs/virt-v2v-support.pod
|
|
index 8333366b..a5150907 100644
|
|
--- a/docs/virt-v2v-support.pod
|
|
+++ b/docs/virt-v2v-support.pod
|
|
@@ -8,104 +8,10 @@ systems and guests in virt-v2v
|
|
This page documents which foreign hypervisors, virtualization
|
|
management systems and guest types that L<virt-v2v(1)> can support.
|
|
|
|
-Note this page applies to upstream virt-v2v from
|
|
-L<http://libguestfs.org> and in downstream distributions of virt-v2v
|
|
-sometimes features are intentionally removed, or are present but not
|
|
-supported.
|
|
-
|
|
-=head2 Hypervisors (Input)
|
|
-
|
|
-=over 4
|
|
-
|
|
-=item VMware ESXi
|
|
-
|
|
-Must be managed by VMware vCenter E<ge> 5.0 unless VDDK is available.
|
|
-
|
|
-=item OVA exported from VMware
|
|
-
|
|
-OVAs from other hypervisors will not work.
|
|
-
|
|
-=item VMX from VMware
|
|
-
|
|
-VMX files generated by other hypervisors will not work.
|
|
-
|
|
-=item RHEL 5 Xen
|
|
-
|
|
-=item SUSE Xen
|
|
-
|
|
-=item Citrix Xen
|
|
-
|
|
-Citrix Xen has not been recently tested.
|
|
-
|
|
-=item Hyper-V
|
|
-
|
|
-Not recently tested. Requires that you export the disk or use
|
|
-L<virt-p2v(1)> on Hyper-V.
|
|
-
|
|
-=item Direct from disk images
|
|
-
|
|
-Only disk images exported from supported hypervisors, and using
|
|
-container formats supported by qemu.
|
|
-
|
|
-=item Physical machines
|
|
-
|
|
-Using the L<virt-p2v(1)> tool.
|
|
-
|
|
-=back
|
|
-
|
|
-=head2 Hypervisors (Output)
|
|
-
|
|
-QEMU and KVM only.
|
|
-
|
|
-=head2 Virtualization management systems (Output)
|
|
-
|
|
-=over 4
|
|
-
|
|
-=item OpenStack
|
|
-
|
|
-=item Red Hat Virtualization (RHV) 4.1 and up
|
|
-
|
|
-=item Local libvirt
|
|
-
|
|
-And hence L<virsh(1)>, L<virt-manager(1)>, and similar tools.
|
|
-
|
|
-=item Local disk
|
|
-
|
|
-=back
|
|
-
|
|
-=head2 Guests
|
|
-
|
|
-=over 4
|
|
-
|
|
-=item Red Hat Enterprise Linux 3, 4, 5, 6, 7
|
|
-
|
|
-=item CentOS 3, 4, 5, 6, 7
|
|
-
|
|
-=item Scientific Linux 3, 4, 5, 6, 7
|
|
-
|
|
-=item Oracle Linux
|
|
-
|
|
-=item Fedora
|
|
-
|
|
-=item SLES 10 and up
|
|
-
|
|
-=item OpenSUSE 10 and up
|
|
-
|
|
-=item Debian 6 and up
|
|
-
|
|
-=item Ubuntu 10.04, 12.04, 14.04, 16.04, and up
|
|
-
|
|
-=item Windows XP to Windows 10 / Windows Server 2016
|
|
-
|
|
-We use Windows internal version numbers, see
|
|
-L<https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions>
|
|
-
|
|
-Currently NT 5.2 to NT 6.3 are supported.
|
|
-
|
|
-See L</WINDOWS> below for additional notes on converting Windows
|
|
-guests.
|
|
-
|
|
-=back
|
|
+For more information on supported hypervisors, and guest types in
|
|
+RHEL, please consult the following Knowledgebase article on these
|
|
+Red Hat Customer Portal:
|
|
+L<https://access.redhat.com/articles/1351473>.
|
|
|
|
=head2 Guest firmware
|
|
|