[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-API] Re: Project KRONOS - Networking





On 02.09.2011 13:01, Paul Durrant wrote:

The failure of qemu-ifup is mostly likely key here. If the tap device is not initialized then, when qemu-dm is lauched, it will fail to open the tap, hence the network device model will fail to initialize, hence it will exit prematurely.

 

  Paul



Yeah actually I get rid of the prob using this as /etc/xen/scripts/qemu-ifup

#!/bin/sh
echo 'config qemu network with xen bridge for $*'
ifconfig $1 0.0.0.0
ovs-vsctl add-port $2 $1

It was using brctl to add the port to the bridge...  It works, at least in openvswitch mode :)

Cheers,
Sébastien
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.