Still the same problem:

failed: error: Unable to add bridge br0 port vnet0: Operation not supported

sudo ovs-vsctl show
e2e80002-00ea-464d-9c62-5af5e0889d81
    Bridge "br0"
        Port "eth1"
            Interface "eth1"
        Port "br0"
            Interface "br0"
                type: internal
    ovs_version: "1.4.6"
leni@node-03:~$ sudo brctl show
bridge name     bridge id               STP enabled     interfaces
leni@node-03:~$


Tryied updating openvswitch from 1.4 to 1.9, the problem stays the same.
The only thing to get this working for now is to load brcompat module to
os, but it's problematic with new nodes. Any one have solution to this
problem?


2014-04-01 17:16 GMT+02:00 Stefan Kooman <ste...@bit.nl>:

> Quoting Leszek Master (keks...@gmail.com):
> > With BRCOMPAT=no i've got error:
> >
> > Unable to add bridge br0 port vnet0: Operation not supported
> >
> > Can't get this working without brcompat support. If i'll enable brcompat
> it
> > works, but it's deprecated, so how can i get this running without
> brcompat?
>
> Reminds me of libvirt and auto starting of default network which
> triggers openvswitch with legacy briding getting enabled. What's the
> output of:
>
> virsh net-list
>
> Could you try deleting "default" if it's active and "Autostarted"?
>
> virsh net-destroy default
> virsh net-undefine default
>
> keep "BRCOMPAT=no" for this test.
>
> Gr. Stefan
>
> --
> | BIT BV  http://www.bit.nl/        Kamer van Koophandel 09090351
> | GPG: 0xD14839C6                   +31 318 648 688 / i...@bit.nl
>
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to