From Fedora Project Wiki

< FWN‎ | Beats

No edit summary
 
(67 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{{Anchor|Virtualization}}
{{Anchor|Virtualization}}


== Virtualization ==
== Virtualization ==
In this section, we cover discussion of Fedora virtualization technologies on the
In this section, we cover discussion of Fedora virtualization technologies on the
@fedora-virt, @fedora-xen-list, @libguestfs, @libvirt-list,
@fedora-virt list.
@virt-tools-list, and @ovirt-devel-list lists.


Contributing Writer: [[User:Dale | Dale Bewley]]
Contributing Writer: [[User:Dale | Dale Bewley]]
Line 14: Line 14:
[http://www.redhat.com/mailman/listinfo/fedora-virt fedora-virt list].
[http://www.redhat.com/mailman/listinfo/fedora-virt fedora-virt list].


==== ====
==== Virt Status Report ====
[[JustinForbes|Justin Forbes]]
posted<ref>http://www.redhat.com/archives/fedora-virt/2009-December/msg00056.html</ref> a Fedora virtualization status report.
Justin pointed out F13 bugs<ref>http://fedoraproject.org/wiki/Virtualization_bugs</ref> now include Important and Pony classifications in addition to Blocker and Target.
 
<references />
<references />


=== Fedora Xen List ===
==== RHEL and Fedora Virtualization Feature Parity ====
This section contains the discussion happening on the
Robert Day wondered how the virtualization features<ref>http://www.redhat.com/virtualization/rhev/</ref> of Red Hat Enterprise Linux 5.4
[http://www.redhat.com/mailman/listinfo/fedora-xen fedora-xen list].
compared to Fedora 12.
 
==== New Upstream Xen Release ====
[[PasiKärkkäinen|Pasi Kärkkäinen]]
pointed
<ref>http://www.redhat.com/archives/fedora-xen/2009-August/msg00000.html</ref>
out new upstream Xen 3.3.2 and 3.4.1 releases.  [[GerdHoffmann|Gerd Hoffmann]] built Fedora packages<ref>http://kojipkgs.fedoraproject.org/packages/xen/3.4.1/1.fc12/</ref>
for testing.
 
<references />


==== Updated Dom0 Test Kernel ====
[[DanielBerrange|Daniel Berrange]]  
[[MichaelYoung|Michael Young]]
explained<ref>http://www.redhat.com/archives/fedora-virt/2009-December/msg00040.html</ref>
posted<ref>http://www.redhat.com/archives/fedora-xen/2009-August/msg00015.html</ref>
"The KVM based virtualization in RHEL-5.4 is not nearly so far behind
a test build kernel-2.6.31-0.1.2.52.rc6.xendom0.fc12<ref>http://koji.fedoraproject.org/koji/taskinfo?taskID=1605651</ref>
Fedora as you might think. The {{package|libvirt}} mgmt stack in RHEL-5.4 was
found in his repository.<ref>http://fedorapeople.org/~myoung/dom0/</ref>
rebased to be near parity with [[Releases/11|Fedora 11]], and KVM in RHEL-5.4 is
"I have had trouble getting x86_64 kernels built over the last week or so to boot, but this one does work. I haven't tried i686."
also pretty close to that using what's best described as a hybrid of
kvm-83 and kvm-84."


<references />
<references />


=== Virtualization Tools List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/virt-tools-list virt-tools-list list].


====  ====
====  ====
<references />
<references />
=== Libguestfs List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/libguestfs libguestfs list].
==== New Release libguestfs 1.0.67 ====
[[RichardJones|Richard Jones]]
announced
<ref>http://www.redhat.com/archives/libguestfs/2009-August/msg00281.html</ref>
the release of {{package|libguestfs}} 1.0.67.
'''New Features:'''
* SELinux support, for guests that use it
* inotify support
* Allow swapon/swapoff from a swap file
* New commands to make hard and symbolic links, readlink
* New commands to grep files
* New commands: fallocate, file-architecture, realpath
* 'file' command can now look in compressed files automatically
<references />
=== Libvirt List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/libvir-list libvir-list].
==== New Release libvirt 0.7.0 ====
[[DanielVeillard|Daniel Veillard]]
announced<ref>http://www.redhat.com/archives/libvir-list/2009-August/msg00080.html</ref>
a new {{package|libvirt}} release, version 0.7.0.
"A couple days later than expected, but considering the current
flow of fixes, that's not a bad thing. This is a huge release,
this includes more than 250 commits in a month and many new
functionalities or drivers, and a lot of improvements and bug fixes:"
'''New features:'''
* Interface implementation based on netcf (Laine Stump Daniel Veillard)
* Add new net filesystem glusterfs (Harshavardhana)
* Initial VMWare ESX driver (Matthias Bolte)
* Add support for VBox 3 and event callbacks on vbox (Pritesh Kothari)
* First version of the Power Hypervisor driver (Eduardo Otubo)
* Run QEMU guests as an unprivileged user (Daniel P. Berrange)
* Support cgroups in QEMU driver (Daniel P. Berrange)
* QEmu hotplug NIC support (Mark McLoughlin)
* Storage cloning for LVM and Disk backends(Cole Robinson)
* Switching to GIT (Jim Meyering)
<references />
=== oVirt Devel List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/ovirt-devel ovirt-devel list].


====  ====
====  ====
<references />
<references />

Latest revision as of 18:09, 18 December 2009



Virtualization

In this section, we cover discussion of Fedora virtualization technologies on the @fedora-virt list.

Contributing Writer: Dale Bewley

Fedora Virtualization List

This section contains the discussion happening on the fedora-virt list.

Virt Status Report

Justin Forbes posted[1] a Fedora virtualization status report. Justin pointed out F13 bugs[2] now include Important and Pony classifications in addition to Blocker and Target.

RHEL and Fedora Virtualization Feature Parity

Robert Day wondered how the virtualization features[1] of Red Hat Enterprise Linux 5.4 compared to Fedora 12.

Daniel Berrange explained[2] "The KVM based virtualization in RHEL-5.4 is not nearly so far behind Fedora as you might think. The Package-x-generic-16.pnglibvirt mgmt stack in RHEL-5.4 was rebased to be near parity with Fedora 11, and KVM in RHEL-5.4 is also pretty close to that using what's best described as a hybrid of kvm-83 and kvm-84."