[Pkg-libvirt-commits] [libguestfs] 166/179: v2v: Add a support matrix to the manual page.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit a03bffa15a5357d5d0244595caf99607be1ec3ab
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Oct 29 18:01:52 2014 +0000

    v2v: Add a support matrix to the manual page.
    
    This explains what does and doesn't work.
---
 v2v/virt-v2v.pod | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index 6e449cf..bd83ee7 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -144,6 +144,92 @@ qemu, do:
 
  virt-v2v -i disk disk.img -o qemu -os /var/tmp --qemu-boot
 
+=head1 SUPPORT MATRIX
+
+=head2 Hypervisors (Input)
+
+=over 4
+
+=item VMware ESXi
+
+Must be managed by VMware vCenter.  Unmanaged, direct input from ESXi
+is not supported.
+
+=item OVA exported from VMware
+
+OVAs from other hypervisors will not work.
+
+=item RHEL 5 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 Glance
+
+=item Red Hat Enterprise Virtualization (RHEV) 2.2 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 Fedora
+
+=item SLES 10 and up
+
+=item OpenSUSE 10 and up
+
+=item Windows XP to Windows 7 / Windows Server 2008 R2
+
+We use Windows internal version numbers, see
+L<https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_versions>
+
+Currently only NT 5.2 to NT 6.1 are supported, with support for later
+versions planned soon.
+
+The Windows Recovery Console is not supported, see
+L</Windows Recovery Console> below.
+
+=back
+
 =head1 OPTIONS
 
 =over 4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list