RE: KVM and openvswitch

2013-10-24 Thread Teipel, Bjoern
Wednesday, October 23, 2013 6:53 PM To: users@cloudstack.apache.org Subject: Re: KVM and openvswitch Okie. So you might be interesting with openvswitch 1.0.10. I deployed success with that version. Instruction here: http://n40lab.wordpress.com/2012/09/19/installing-openvswitch-in-centos-6-3/ 2013/10

Re: KVM and openvswitch

2013-10-23 Thread Nguyen Anh Tu
Okie. So you might be interesting with openvswitch 1.0.10. I deployed success with that version. Instruction here: http://n40lab.wordpress.com/2012/09/19/installing-openvswitch-in-centos-6-3/ 2013/10/24 Bjoern Teipel > > Yup all done, did it multiple time now even with a clean host. > As I said

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
Yup all done, did it multiple time now even with a clean host. As I said while I was looking into the code, the issue might just that my brif directory is empty at /sys/class/net//brif I'm not sure if the open vswitch 1.0.9 version has a bug... LibvirtComputingResource.java 1036: (f

Re: KVM and openvswitch

2013-10-23 Thread Francois Gaudreault
So brctl is likely to return a mess. How did you configure the agent? Did you put : libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.OvsVifDriver and network.bridge.type=openvswitch in agent.properties? Francois On 10/23/2013, 1:24 PM, Bjoern Teipel wrote: Yes I did. On 10/23/2013 09:27

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
Yes I did. On 10/23/2013 09:27 AM, Francois Gaudreault wrote: Did you blacklist the linux bridge module? You have to blacklist it. FG On 10/23/2013, 12:24 PM, Bjoern Teipel wrote: Yes that's what I followed exactly. My OS is centos 6.4 and brctl bridge namebridge idSTP enabled

Re: KVM and openvswitch

2013-10-23 Thread Francois Gaudreault
Did you blacklist the linux bridge module? You have to blacklist it. FG On 10/23/2013, 12:24 PM, Bjoern Teipel wrote: Yes that's what I followed exactly. My OS is centos 6.4 and brctl bridge namebridge idSTP enabledinterfaces cloud0/sys/class/net/cloud0/bridge: No such

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
Yes that's what I followed exactly. My OS is centos 6.4 and brctl bridge namebridge idSTP enabledinterfaces cloud0/sys/class/net/cloud0/bridge: No such file or directory /sys/class/net/cloud0/bridge: No such file or directory /sys/class/net/cloud0/bridge: No such file or

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
Guess I can narrow it down in the code at LibvirtComputingResource.java 1036: File[] interfaces = f.listFiles(); >>> my array is basically empty.. <<< for (int i = 0; i < interfaces.length; i++) { String fname = interfaces[i].getName(); s_logger.debug(

Re: KVM and openvswitch

2013-10-22 Thread Nguyen Anh Tu
2013/10/23 Bjoern Teipel > Is somebody using cloustack >= 4.1 and openvswitch ? > Hi, take a look here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+with+OpenVSwitch -- N.g.U.y.e.N.A.n.H.t.U

Re: KVM and openvswitch

2013-10-22 Thread Marty Sweet
What base OS are you using? Can you run # brctl show? Marty On Wed, Oct 23, 2013 at 7:36 AM, Bjoern Teipel < bjoern.tei...@internetbrands.com> wrote: > Is somebody using cloustack >= 4.1 and openvswitch ? > > I configured everything according the cloudstack wiki and openswitch seems > to work f

KVM and openvswitch

2013-10-22 Thread Bjoern Teipel
Is somebody using cloustack >= 4.1 and openvswitch ? I configured everything according the cloudstack wiki and openswitch seems to work fine but the management server refuses to add the host with: 2013-10-22 23:30:52,742 DEBUG [agent.manager.AgentManagerImpl] (AgentConnectTaskPool-1320:null)