WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] help with bugs

To: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] help with bugs
From: Gerd Knorr <kraxel@xxxxxxx>
Date: 05 Aug 2005 10:29:17 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 05 Aug 2005 08:35:44 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <A95E2296287EAD4EB592B5DEEFCE0E9D282959@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: SUSE Labs, Berlin
References: <A95E2296287EAD4EB592B5DEEFCE0E9D282959@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
"Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx> writes:

> I'd like to appeal for some help tracking down a couple of bugs that
> we're struggling to reproduce:
> 
>  BUG62  eth0 -> veth0 in network script can loose network

I think the only sane way to fix this is to let the distribution tools
configure the network.  Thats a bit harder to set up, but works more
reliable.  Also the "if{up|down} <interface>" commands and the like
will work as usual then.  Especially in case eth0 is configured via
dhcp the ip address copying is a bad idea.  Unfortunaly it isn't very
good documented how all this works, especially the new veth0 thing.

IMHO it would be good if the network start script checks whenever any
bridges are already present in the system and don't touch the network
setup if that is the case.  That should catch both network setup being
already done by the distro start scripts or by an earlier network
setup script run (when xend is restarted).

The setup I'm running looks like this (classic 2.x setup, no
veth0/vid0.0 used), in boot.local:

        ip link set eth0 name hw-eth0
        brctl addbr eth0
        brctl addif eth0 hw-eth0
        ip link set hw-eth0 up
        ip link set eth0 up

Then let the network scripts setup eth0 (now a bridge) as usual and
tell xend that "eth0" is the bridge device it should add the vif
interfaces to.

cheers,

  Gerd

-- 
panic("it works"); /* avoid being flooded with debug messages */

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel