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
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api