On Tue, Jun 28, 2011 at 11:01, James Hongyi Zeng <[email protected]> wrote: > Can you elaborate (or point me to) the "tailoring" to Xen is necessary? > I am running into problems that I cannot start my VM even vif field in > the configuration file is left empty. (I think I should bind it to OVS > bridge later using ovs-vsctl, right?). I got the following error. > Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
You need to write a custom script to replace the default network-bridge script in your xen config. You'll need a similar set of changes to the network-vif script for bringing up vifs when you start domains. -- Nick _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
