cd77acc433
Add pending upstream patches (v2) for 1961107. resolves: rhbz#2011713 -- Original commit messages: prepare dist-git branch for rebase to 1.45.91 by Laszlo Signed-off-by: Laszlo Ersek <lersek@redhat.com> Take some spec file mods from "Virt-v2v 2.0 modular test 9." by Rich Origin: Message-Id: <20211114151337.880321-1-rjones@redhat.com>. Signed-off-by: Laszlo Ersek <lersek@redhat.com> refresh patch list, %changelog, Release, for 1.45.91 + RHBZ#1961107 v2 Signed-off-by: Laszlo Ersek <lersek@redhat.com>
128 lines
2.8 KiB
Diff
128 lines
2.8 KiB
Diff
From 1a8fe5bfa0ba3ed014d53f79fdbe844e41bc0889 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: point to KB for supported v2v hypervisors/guests
|
|
|
|
---
|
|
docs/virt-v2v-support.pod | 104 ++------------------------------------
|
|
1 file changed, 4 insertions(+), 100 deletions(-)
|
|
|
|
diff --git a/docs/virt-v2v-support.pod b/docs/virt-v2v-support.pod
|
|
index 9815f51f25ad..1ffc0f9d8270 100644
|
|
--- a/docs/virt-v2v-support.pod
|
|
+++ b/docs/virt-v2v-support.pod
|
|
@@ -8,106 +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 ALT Linux 9 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
|
|
|
|
--
|
|
2.19.1.3.g30247aa5d201
|
|
|