(→oVirt Devel List: Network Interface Bonding and Failover) |
|||
Line 45: | Line 45: | ||
[1] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00081.html | [1] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00081.html | ||
==== Network Interface Bonding and Failover ==== | |||
[[DarrylPierce|Darryl L. Pierce]] began[1] a discussion on implementing support for ethernet bonding multiple interfaces for load balancing and failover. Special consideration for different hardware scenarios such as blade servers lead [[KonradRzeszutek|Konrad Rzeszutek]] to ask how these extra parameters would be passed in to the bonding setup. Darryl explained[2] that on boot the node identifies itself to the oVirt server, and downloads a configuration file to be processed by augtool[3]. The managed node then restarts the network service to apply the network configuration that it just retrieved. | |||
[1] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00064.html | |||
[2] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00075.html | |||
[3] http://augeas.net/ |
Revision as of 04:23, 7 September 2008
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.
Contributing Writer: Dale Bewley
Enterprise Management Tools List
This section contains the discussion happening on the et-mgmt-tools list
Fedora Xen List
This section contains the discussion happening on the fedora-xen list.
Libvirt List
This section contains the discussion happening on the libvir-list.
Libvirt vs XenAPI
Atif Bajwa asked[1] about the advantages of using libvirt over XenAPI and what platforms libvirt supports. Atsushi Sakai pointed to a list[2] of which libvirt calls work on which drivers / hypervisors. Daniel P. Berrange replied[3] that libvirt is available for every major Linux distro, and listed several benefits such as:
- avoids locking applications to a particular hypervisor
- provides a guaranteed stable API that can be used both locally and remotely
- remote security options include SSL + x509 certificates, SSH tunnel, Kerberos GSSAPI single sign on, and username + password
- works with every version of Xen 3.0.x or later while XenAPI is only usable in Xen 3.1.0 and later
Richard W.M. Jones mentioned[4] that although there are no binaries yet, libvirt client code can be compiled on windows.
[1] https://www.redhat.com/archives/libvir-list/2008-September/msg00002.html
[2] http://libvirt.org/hvsupport.html
[3] https://www.redhat.com/archives/libvir-list/2008-September/msg00008.html
[4] https://www.redhat.com/archives/libvir-list/2008-September/msg00016.html
oVirt Devel List
This section contains the discussion happening on the ovirt-devel list.
Renaming oVirt RPMs
Alan Pevec proposed[1] renaming the oVirt packages which turned into a discussion with Daniel P. Berrange about how to organize the git repos and how to continue support build-all after such a change.
[1] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00029.html
WUI Management of Underlying Hardware
Chris Lalancette posted[1] a series of patches to allow the Web User Interface to manage the underlying hardware it is running on.
[1] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00081.html
Network Interface Bonding and Failover
Darryl L. Pierce began[1] a discussion on implementing support for ethernet bonding multiple interfaces for load balancing and failover. Special consideration for different hardware scenarios such as blade servers lead Konrad Rzeszutek to ask how these extra parameters would be passed in to the bonding setup. Darryl explained[2] that on boot the node identifies itself to the oVirt server, and downloads a configuration file to be processed by augtool[3]. The managed node then restarts the network service to apply the network configuration that it just retrieved.
[1] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00064.html
[2] https://www.redhat.com/archives/ovirt-devel/2008-September/msg00075.html