From Fedora Project Wiki

< FWN‎ | Beats

(new mailing list)
 
(309 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Virtualization]] <!-- do not copy into FWN issue -->
{{Anchor|Virtualization}}
{{Anchor|Virtualization}}


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


Contributing Writer: [[DaleBewley | Dale Bewley]]
Contributing Writer: [[User:Dale | Dale Bewley]]
 
=== Enterprise Management Tools List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/et-mgmt-tools et-mgmt-tools list]


=== Fedora Virtualization List ===
=== Fedora Virtualization List ===
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].


==== New Fedora Virtualization List ====
==== Virt Status Report ====
On @fedora-xen, [[DanielVeillard|Daniel Veillard]] announced[1] the creation of the new @fedora-virt list.
[[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.


"As the initiator for [the fedora-xen] list, I must admit I made a mistake
<references />
3 years ago, I should have picked a list name agnostic from the
hypervisor name. With the current state of Xen in Fedora recent
releases it really make sense to try to correct that mistake ...
it's never too late ! So
http://www.redhat.com/mailman/listinfo/fedora-virt
is born, I don't want to mass-subscribe people, especially as
I think the current list should survive with its Xen centric
focus. You can subscribe directly to the new URL above.


The topic is everything concerning Fedora and virtualization
==== RHEL and Fedora Virtualization Feature Parity ====
including Xen.
Robert Day wondered how the virtualization features<ref>http://www.redhat.com/virtualization/rhev/</ref> of Red Hat Enterprise Linux 5.4
compared to Fedora 12.


I think the [fedora-xen] list would be a good place for people
[[DanielBerrange|Daniel Berrange]]
still using Fedora <= 8 with Xen, but it's just a suggestion :-)"
explained<ref>http://www.redhat.com/archives/fedora-virt/2009-December/msg00040.html</ref>
"The KVM based virtualization in RHEL-5.4 is not nearly so far behind
Fedora as you might think. The {{package|libvirt}} mgmt stack in RHEL-5.4 was
rebased to be near parity with [[Releases/11|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."


[1] http://www.redhat.com/archives/fedora-xen/2009-January/msg00014.html
<references />


=== Fedora Xen List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/fedora-xen fedora-xen list].


=== Libvirt List ===
==== ====
This section contains the discussion happening on the
<references />
[http://www.redhat.com/mailman/listinfo/libvir-list libvir-list].
 
==== Interface Bandwidth Controls ====
[[MaxZhen|Max Zhen]] described[1] a goal of enabling {{package|libvirt}} to configure bandwidth rate limits for the network interface of virtual machines, and asked for comments on implementation ideas.
 
[1] http://www.redhat.com/archives/libvir-list/2008-December/msg00644.html


==== RHEL 5 Support ====
==== ====
[[MarkusArmbruster|Markus Armbruster]] posted[1] a
<references />
"patch series attempts to make {{package|libvirt}} just work on RHEL-5.  Right
now it doesn't, mostly because <code>libvirt</code> relies on version number checks
in a couple of places, and RHEL-5's version numbers aren't the whole
truth due to various backports of later stuff." Adding
"I'm not proposing this for immediate commit, as I'm still testing.
But I'd appreciate review: is this the right way to do it?"
 
[1] http://www.redhat.com/archives/libvir-list/2008-December/msg00629.html
 
==== Choice of Private Network Range ====
[[PeterAnvin|Peter Anvin]] was[1] "kind of wondering why {{package|libvirt}} defaults to
192.168.122.0/24". Refering to RFCs [http://www.faqs.org/rfcs/rfc2544.html 2544] and [http://www.faqs.org/rfcs/rfc3330.html 3330]. Peter suggested the following alternative ranges:
 
* 192.0.2.0/24 - reserved as "test and example network"
* 198.18.0.0/15 - reserved as "benchmark test network"
 
[1] http://www.redhat.com/archives/libvir-list/2008-December/msg00545.html
 
==== Guest-Safe libvirtd Restarts ====
{{Admon/warning|Stub|Come back and finish me.}}
"
attached is a new version of the "let kvm/qemu survive libvirt restart"
patches. Since we have the VIR_DOMAIN_XML_INACTIVE changes already
applied we now only need to persist the monitor path, pid and current
domain state (running, paused, ...).
"
 
[1] http://www.redhat.com/archives/libvir-list/2008-December/msg00346.html
 
[2] http://fedoraproject.org/wiki/FWN/Issue146#Maintaining_VM_State_While_Restarting_libvirtd_Needed
 
=== oVirt Devel List ===
This section contains the discussion happening on the
[http://www.redhat.com/mailman/listinfo/ovirt-devel ovirt-devel list].

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."