OK, thanks for the advice, I just updated my environment to use Xen 4.1.1 and libvirt.<br><br>I've changed the SQL DB table nova.networks to use the bridge xenbr0 instead of br100, but when I try to start an instance, the cloud controller's nova-compute gives me an error searching for br100, and the instance is frozen in the networking phase:<br>
<br>(nova): TRACE: NotFound: No network for bridge br100<br><br>I already restarted all nova-computes, is there anywhere else I should change the bridge name to xenbr0? I only have one network configured in nova.networks and it is using xenbr0 as bridge.<br>
<br><br><div class="gmail_quote">Em 22 de agosto de 2011 16:02, Todd Deshane <span dir="ltr"><<a href="mailto:todd.deshane@xen.org">todd.deshane@xen.org</a>></span> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2011/8/22 Rogério Vinhal Nunes <<a href="mailto:rogervn@dcc.ufmg.br">rogervn@dcc.ufmg.br</a>>:<br>
<div class="im">> Hi, I'm new to Nova and would like to clear up some issues.<br>
><br>
> The Nova's compute node networking configuration creates the default bridge<br>
> (br100), copying eth0 values and connecting the actual eth0 along with the<br>
> VMs. Xen does almost that, it renames the physical eth0 to peth0 and creates<br>
> a bridge named eth0 that connects the VMs and peth0.<br>
><br>
> Could Nova work using the Xen's eth0 bridge? I think if it was the old<br>
> '"xenbr0" bridge it could be easier just to change the bridge name in the<br>
> DB, but how does that work even with the controller not habing Xen installed<br>
> (so eth0 would be the real interface)?<br>
><br>
<br>
</div>What version of Xen do you have and on what distro?<br>
<br>
Xen 4.1+ doesn't do this crazy renaming anymore and instead uses the<br>
built in distro supported networking. Using the distro supported<br>
networking is likely to work better, so it is often recommended. See:<br>
<br>
<a href="http://wiki.xensource.com/xenwiki/HostConfiguration/Networking" target="_blank">http://wiki.xensource.com/xenwiki/HostConfiguration/Networking</a> (this<br>
should work with any version of Xen + Linux)<br>
<div class="im"><br>
> Also, in the Administrator's Manual, it says that you need KVM + libvirt for<br>
> live migration, would Nova work with Xen for live migration?<br>
><br>
<br>
</div>It should work the same, but I don't know how much it has been tested.<br>
Let us know if it doesn't work.<br>
<br>
A lot of the Xen testing up to this point has been on Citrix XenServer<br>
and its open source counterpart XCP. We'd love to see Xen the<br>
hypervisor work fine as it seems that is some interest there too.<br>
<br>
libvirt works with Xen hypervisor, so it should work just like it does with KVM.<br>
<br>
Feel free to bring xen-specific issues over to the appropriate xen<br>
mailings lists.<br>
<br>
Thanks,<br>
Todd<br>
<font color="#888888"><br>
--<br>
Todd Deshane<br>
<a href="http://www.linkedin.com/in/deshantm" target="_blank">http://www.linkedin.com/in/deshantm</a><br>
<a href="http://www.xen.org/products/cloudxen.html" target="_blank">http://www.xen.org/products/cloudxen.html</a><br>
<a href="http://runningxen.com/" target="_blank">http://runningxen.com/</a><br>
</font></blockquote></div><br>