mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
4591df766d
The Open Nebula driver has been unmaintained since it was first introduced. The only commits have been for tree-wide cleanups. It also has a major design flaw, in that it only knows about guests that it has created itself, which makes it of very limited use. Discussions wrt evolution of the VMWare ESX driver, concluded that it should limit itself to single-node ESX operation and not try to manage the multi-node architecture of VirtualCenter. Open Nebula is a cluster like Virtual Center, not a single node system, so the same reasoning applies. The DeltaCloud project includes an Open Nebula driver and is a much better fit architecturally, since it is explicitly targetting the distributed multihost cluster scenario. Thus this patch deletes the libvirt Open Nebula driver with the recommendation that people use DeltaCloud for managing it instead. * configure.ac: Remove probe for xmlrpc & --with-one arg * daemon/Makefile.am, daemon/libvirtd.c, src/Makefile.am: Remove ONE driver build * src/opennebula/one_client.c, src/opennebula/one_client.h, src/opennebula/one_conf.c, src/opennebula/one_conf.h, src/opennebula/one_driver.c, src/opennebula/one_driver.c: Delete files * autobuild.sh, libvirt.spec.in, mingw32-libvirt.spec.in: Remove build rules for Open Nebula * docs/drivers.html.in, docs/sitemap.html.in: Remove reference to OpenNebula * docs/drvone.html.in: Delete file
47 lines
2.1 KiB
HTML
47 lines
2.1 KiB
HTML
<html>
|
|
<body>
|
|
<h1>Internal drivers</h1>
|
|
|
|
<ul id="toc"></ul>
|
|
|
|
<p>
|
|
The libvirt public API delegates its implementation to one or
|
|
more internal drivers, depending on the <a href="uri.html">connection URI</a>
|
|
passed when initializing the library. There is always a hypervisor driver
|
|
active, and if the libvirt daemon is available there will usually be a
|
|
network and storage driver active.
|
|
</p>
|
|
|
|
<h2><a name="hypervisor">Hypervisor drivers</a></h2>
|
|
|
|
<p>
|
|
The hypervisor drivers currently supported by libvirt are:
|
|
</p>
|
|
|
|
<ul>
|
|
<li><strong><a href="drvlxc.html">LXC</a></strong> - Linux Containers</li>
|
|
<li><strong><a href="drvopenvz.html">OpenVZ</a></strong></li>
|
|
<li><strong><a href="drvqemu.html">QEMU</a></strong></li>
|
|
<li><strong><a href="drvtest.html">Test</a></strong> - Used for testing</li>
|
|
<li><strong><a href="drvuml.html">UML</a></strong> - User Mode Linux</li>
|
|
<li><strong><a href="drvvbox.html">VirtualBox</a></strong></li>
|
|
<li><strong><a href="drvesx.html">VMware ESX</a></strong></li>
|
|
<li><strong><a href="drvvmware.html">VMware Workstation/Player</a></strong></li>
|
|
<li><strong><a href="drvxen.html">Xen</a></strong></li>
|
|
</ul>
|
|
|
|
<h2><a name="stroage">Storage drivers</a></h2>
|
|
|
|
<ul>
|
|
<li><strong><a href="storage.html#StorageBackendDir">Directory backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendFS">Local filesystem backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendNetFS">Network filesystem backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendLogical">Logical Volume Manager (LVM) backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendDisk">Disk backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendISCSI">iSCSI backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendSCSI">SCSI backend</a></strong></li>
|
|
<li><strong><a href="storage.html#StorageBackendMultipath">Multipath backend</a></strong></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|