quick-docs/modules/ROOT/pages/_partials/ref_other-virtualization-options.adoc

38 lines
1.6 KiB
Text
Raw Normal View History

2017-12-14 06:37:37 +00:00
[[other-virtualization-options]]
2018-01-02 14:46:03 +00:00
= Other virtualization options
2017-12-14 06:37:37 +00:00
[[qemukvm-without-libvirt]]
2018-01-02 14:46:03 +00:00
== QEMU/KVM without libvirt
2017-12-14 06:37:37 +00:00
2019-03-22 15:20:33 +00:00
QEMU/KVM can be invoked directly without libvirt, however you cannot to use tools such as `virt-manager`, `virt-install`, or `virsh`. Plain QEMU (without KVM) can also virtualize other processor architectures like ARM or PowerPC.
2017-12-14 06:37:37 +00:00
[[xen]]
2018-01-02 14:46:03 +00:00
== Xen
2017-12-14 06:37:37 +00:00
Fedora can run as a Xen guest operating system and also be used as a Xen host (with the latter being true from Fedora 16; for using an earlier version of Fedora as a Xen host, check out the experimental repo available at https://myoung.fedorapeople.org/dom0). For a guide on how to install and setup a Fedora Xen host, see https://wiki.xen.org/wiki/Fedora_Host_Installation[Fedora Host Installation] page on the Xen Project wiki.
2017-12-14 06:37:37 +00:00
[[openstack]]
2018-01-02 14:46:03 +00:00
== OpenStack
2017-12-14 06:37:37 +00:00
2018-01-02 14:46:03 +00:00
OpenStack consists of a number of services for running infrastructure as a service (IaaS) clouds. They are the Object Store (Swift), Compute (Nova), and Image (Glance) services.
2017-12-14 06:37:37 +00:00
[[opennebula]]
2018-01-02 14:46:03 +00:00
== OpenNebula
2017-12-14 06:37:37 +00:00
OpenNebula is an open source toolkit for data center virtualization.
[[ovirt]]
2018-01-02 14:46:03 +00:00
== oVirt
2017-12-14 06:37:37 +00:00
The https://www.ovirt.org/[oVirt project] is an open virtualization
project providing a end-to-end, server virtualization
management system with advanced capabilities for hosts and guests,
including high availability, live migration, storage management, system
scheduler, and more.
[[troubleshooting-and-known-issues]]
2018-01-02 14:46:03 +00:00
= Troubleshooting and known issues
2017-12-14 06:37:37 +00:00
For a list of known unresolved issues, as well as troubleshooting tips,
2019-03-22 15:20:33 +00:00
see link:https://fedoraproject.org/wiki/How_to_debug_Virtualization_problems[How to debug virtualization problems]