From Fedora Project Wiki
(Created page with "<span style="font-size:20px;">Virtualisation</span> {{autolang}} Cette page traite des efforts faits pour intégrer diverses technologies de virtualisation dans Fedora. Pour ...")
 
No edit summary
Line 2: Line 2:
{{autolang}}
{{autolang}}


Cette page traite des efforts faits pour intégrer diverses technologies de virtualisation dans Fedora. Pour des informations sur la manière d'utiliser Fedora en tant que système virtualisé, reportez-vous à  [http://os-blog.com/installing-a-fedora-virtual-machine/ Installing a Fedora Virtual Machine].
Cette page traite des efforts faits pour intégrer diverses technologies de virtualisation dans Fedora.  


== Introduction ==
== Introduction ==


Virtualization allows one to run many guest virtual machines on top of a host operating system such as Fedora. What this means is that using one computer, you can mimic several individual computers and even run different operating systems in each of these virtual machines. There are many different virtualization technologies, including both free and open source software and proprietary offerings. A [http://www-128.ibm.com/developerworks/linux/library/l-linuxvirt/?ca=dgr-lnxw01Virtual-Linux good article on IBM DeveloperWorks] Web site illustrates the four main different virtualization families, namely hardware emulation, hardware-assisted virtualization, para-virtualization (PV) and containers/zones.
La virtualisation permet d'exécuter des machines virtuelles invitées sur un système hôte tel que Fedora. Cela signifie que vous pouvez simuler plusieurs ordinateurs individuels, et même y faire fonctionner des systèmes d'exploitation différents. Il y a plusieurs technologies de virtualisation, avec des offres aussi bien libres et open source que propriétaire. Un  [http://www-128.ibm.com/developerworks/linux/library/l-linuxvirt/?ca=dgr-lnxw01Virtual-Linux bon article sur le site IBM DeveloperWorks] illustre les différentes familles de virtualisation, nommément, l'émulation matérielle, la virtualisation assistée par le matériel, la para-virtualisation (PV) et les conteneurs/zones.  


=== Hardware Emulation ===
=== Émulation matérielle ===
[[File:Virtualization_Hardware_Emulation.png|200px|thumb|Hardware Emulation Virtualization]]
[[File:Virtualization_Hardware_Emulation.png|200px|thumb|Hardware Emulation Virtualization]]


Hardware emulation uses a VM to simulate the required hardware. A few implementations:
L'émulation matérielle utilise une machine virtuelle pour simuler le matériel requis. Quelques mises en œuvre :
* [http://bochs.sourceforge.net Bochs]
* [http://bochs.sourceforge.net Bochs]
* [http://wiki.qemu.org QEMU]
* [http://wiki.qemu.org QEMU]


=== Full Virtualization ===
=== La pleine virtualisation ===
[[File:Virtualization_Full.png|200px|thumb|Full Virtualization]]
[[File:Virtualization_Full.png|200px|thumb|Full Virtualization]]


Full virtualization uses a hypervisor (a.k.a. VMM, standing for Virtual Machine Monitor) to share the underlying hardware. A few implementations:
La pleine virtualisation utilise un hyperviseur (alias VMM, Virtual Machine Monitor – Moniteur de machines virtuelles ) pour partager le matériel sous-jacent. Quelques mises en œuvre :
* [http://www.linux-kvm.org KVM]/[http://wiki.qemu.org QEMU] is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. KVM is part of [http://et.redhat.com RedHat Emerging Technologies (ET)].
* [http://www.linux-kvm.org KVM]/[http://wiki.qemu.org QEMU] est une solution de pleine virtualisation pour Linux sur une plateforme matérielle x86 dotée d'extensions de virtualisation (Intel VT ou AMD-V). À l'aide de KVM, on peut exécuter plusieurs machines virtuelles qui exécutent des images de  Linux ou de Windows non modifiées. KVM fait partie des [http://et.redhat.com RedHat Emerging Technologies (ET)](technologies émergentes de RedHat).
* [http://xenproject.org Xen] is a virtual-machine monitor providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently. Xen has been the solution of choice for RedHat EL distributions since 2005. The kernel-2.6.18 dropped support for Xen, but the necessary modules/modifications have been added to the upstream kernel again, from 2.6.37 for DomU (guests) and from 3.0 for Dom0 (base domain, part of the host). Therefore, Xen Dom0 host support, that was dropped after Fedora 8, it has now been re-introduced, from Fedora 16 (see [[Features/XenPvopsDom0|Xen Dom0 support]])
* [http://xenproject.org Xen] est un moniteur de machines virtuelles qui fournit des services que permettent à des systèmes d'exploitation différents de s'exécuter concurremment sur la même plateforme matérielle. Xen a été la solution de choix de RedHat depuis 2005. le noyau 2.6.18 a introduit la prise en charge de Xen, mais les modules/modifications nécessaires ont été ajoutées au noyau amont, à partir de  2.6.37 pour DomU (invités) et de 3.0 pour Dom0 (domaine de base, partie de  l'hôte). Par conséquent, la prise en charge de l'hôte Xen Dom0, qui avait été introduit après Fedora 8, a été ré-introduit depuis  Fedora 16 (voir  [[Features/XenPvopsDom0|Xen Dom0 support]])(prise en charge de Xen Dom0).
* [http://www.virtualbox.org VirtualBox] is a full virtualization solution for x86 and AMD64/Intel64 hardware. Sun Microsystems started that project, which is now fully supported by Oracle. There is a dual licencing scheme, among which GPLv2. Allegedly VirtualBox is one of the fastest full virtualization solutions.
* [http://www.virtualbox.org VirtualBox] est une solution de pleine virtualisation pour les plateformes matérielles x86 et AMD64/Intel64. Sun Microsystems avait démarré ce projet, qui est maintenant totalement repris en charge par Oracle, sous un schéma de licence dual, dont GPLv2. On dit que VirtualBox est une des solutions de virtualisation les plus rapides.


=== Para-Virtualization (PV) ===
=== Para-Virtualization (PV) ===

Revision as of 04:27, 24 April 2016

Virtualisation

Cette page traite des efforts faits pour intégrer diverses technologies de virtualisation dans Fedora.

Introduction

La virtualisation permet d'exécuter des machines virtuelles invitées sur un système hôte tel que Fedora. Cela signifie que vous pouvez simuler plusieurs ordinateurs individuels, et même y faire fonctionner des systèmes d'exploitation différents. Il y a plusieurs technologies de virtualisation, avec des offres aussi bien libres et open source que propriétaire. Un bon article sur le site IBM DeveloperWorks illustre les différentes familles de virtualisation, nommément, l'émulation matérielle, la virtualisation assistée par le matériel, la para-virtualisation (PV) et les conteneurs/zones.

Émulation matérielle

Hardware Emulation Virtualization

L'émulation matérielle utilise une machine virtuelle pour simuler le matériel requis. Quelques mises en œuvre :

La pleine virtualisation

Full Virtualization

La pleine virtualisation utilise un hyperviseur (alias VMM, Virtual Machine Monitor – Moniteur de machines virtuelles ) pour partager le matériel sous-jacent. Quelques mises en œuvre :

  • KVM/QEMU est une solution de pleine virtualisation pour Linux sur une plateforme matérielle x86 dotée d'extensions de virtualisation (Intel VT ou AMD-V). À l'aide de KVM, on peut exécuter plusieurs machines virtuelles qui exécutent des images de Linux ou de Windows non modifiées. KVM fait partie des RedHat Emerging Technologies (ET)(technologies émergentes de RedHat).
  • Xen est un moniteur de machines virtuelles qui fournit des services que permettent à des systèmes d'exploitation différents de s'exécuter concurremment sur la même plateforme matérielle. Xen a été la solution de choix de RedHat depuis 2005. le noyau 2.6.18 a introduit la prise en charge de Xen, mais les modules/modifications nécessaires ont été ajoutées au noyau amont, à partir de 2.6.37 pour DomU (invités) et de 3.0 pour Dom0 (domaine de base, partie de l'hôte). Par conséquent, la prise en charge de l'hôte Xen Dom0, qui avait été introduit après Fedora 8, a été ré-introduit depuis Fedora 16 (voir Xen Dom0 support)(prise en charge de Xen Dom0).
  • VirtualBox est une solution de pleine virtualisation pour les plateformes matérielles x86 et AMD64/Intel64. Sun Microsystems avait démarré ce projet, qui est maintenant totalement repris en charge par Oracle, sous un schéma de licence dual, dont GPLv2. On dit que VirtualBox est une des solutions de virtualisation les plus rapides.

Para-Virtualization (PV)

Para-Virtualization

Paravirtualization shares the process with the guest operating system. A few implementations:

  • KVM (see above).
  • Xen (see above).
  • xenner is a utility allowing paravirtualized Xen guests to be run using KVM.

Operating System-level virtualization

Containers-based Virtualization

Operating system-level virtualization partitions a host into insulated guest, which are therefore as kinds of chroot, but with much stronger resource isolation. Hence, we often speak about containers or zones to refer to that family of virtualization. A few implementations:

  • Docker isolate a single process in its own environment
  • sandbox
  • OpenVZ... and the Debian-based ProxMox for the off-the-shelf server
  • LXC (Linux Containers)
  • Linux-VServer, which does not seem to be no longer active (the last news is dated back in 2009)

Fedora Support

At time of writing, Fedora includes full support for KVM/QEMU, Xen and LXC.

A number of third parties (e.g., RPMFusion) provide add-on packages for other virtualization technologies: OpenVZ, Linux-VServer, VirtualBox.

Anticipating this diversification of technology, since the days of Fedora Core 5, all core management applications have been built on top of the libvirt toolkit, which offers a technology independent API for managing virtual systems.

Clouds

As Cloud-based infrastructures rely, by nature, on virtualization technologies, both subjects are therefore heavily inter-related. There is a Cloud SIG (Special Interest Group) dedicated to the subject, worth to follow as well.


History

Fedora Core 5 was the first release to include Xen as a core integrated technology. The new Linux native virtualiation, KVM, was introduced to Fedora 7. For a more detailed account of virtualization progress in Fedora, consult the Virtualization History page.


News

There is semi-regular coverage of Virtualization news in Fedora Weekly News, and more detailed status updates posted to the fedora-virt Mailing List. For ease of reference, there is an archive of virtualization news


Getting started

See getting started with virtualization for an excellent overview to using the virtualization capabilities in Fedora.

A few magazine articles on virtualization have introductory material as well.


Bugs

See How to debug Virtualization problems for some tips on reporting virtualization bugs to bugzilla.

If you wish to help triaging and fixing virtualization bugs, virtualization bugs is a good starting point. On the page Virtualization Preview Repository, you shall find informations if you can be a potential virtualization tester.


Mailing list and IRC

To get in touch with Fedora virtualization users and developers try #virt on irc.oftc.net. There isn't any designated virt mailing list, so try the standard Fedora lists like users or devel lists.

Relevant Packages

We have a page containing a catalogue of all the virtualization related packages in Fedora.


oVirt

oVirt is a Fedora based project which provides small host images and a web-based virtual machine management console. See the website to learn more and get involved.


Other virtualization information

You can find more virtualization information at the virtualization category page on this wiki.