[ovs-discuss] enabling trunk for multiple on openvswitch

nisha goyal nisha.goyal1987 at gmail.com
Wed Oct 9 06:58:58 UTC 2013


Hi Ben,

I figured out that the problem is that the ovs is not able to write the
configurations for the VMs into its db. Please refer to the excerpts from
the ovs-vswitchd.log file:

Oct 07 15:18:54|00031|bridge|INFO|created port br0 on bridge br0
Oct 07 15:18:54|00032|ofproto|INFO|using datapath ID 0000002320de1035
Oct 07 15:18:54|00033|bridge|WARN|bridge br0: using default bridge Ethernet
address X:X:X:X:X:X
Oct 07 15:18:54|00034|ofproto|INFO|datapath ID changed to 00000e59d5807d4f
Oct 07 15:18:54|00035|bridge|INFO|created port eth0 on bridge br0
Oct 07 15:18:54|00036|ofproto|INFO|datapath ID changed to 0000545200011788
Oct 07 15:19:52|00037|bridge|INFO|created port vlan10 on bridge br0
Oct 07 15:19:52|00038|netdev_linux|WARN|/sys/class/net/vnet0/carrier: open
failed: No such file or directory
Oct 07 15:20:05|00039|bridge|INFO|created port vlan20 on bridge br0
Oct 07 15:20:05|00040|netdev_linux|WARN|/sys/class/net/vnet1/carrier: open
failed: No such file or directory
Oct 07 15:22:58|00041|bridge|INFO|destroyed port eth0 on bridge br0


There are no datapath IDs created for vnet0, vnet1 and so on. Can you
please tell me, what could be the possible cause for it?

Regards,
- Nisha

On Mon, Sep 30, 2013 at 9:10 PM, Ben Pfaff <blp at nicira.com> wrote:

> On Mon, Sep 30, 2013 at 11:45:31AM +0530, nisha goyal wrote:
> > Thanks Ben for your reply. I was not having internet access so I could
> not
> > get back to you earlier.
> > On Fri, Sep 27, 2013 at 9:10 PM, Ben Pfaff <blp at nicira.com> wrote:
> >
> > > On Fri, Sep 27, 2013 at 06:26:56PM +0530, nisha goyal wrote:
> > > > This configuration works perfectly i.e. the vms vm1 and vm2 are able
> to
> > > > ping each other but not vm3 until the networking is restarted.
> > > >
> > > > There are two problems that I am facing now:
> > > > 1) when the networking service is restarted, the vms configuration
> gets
> > > > erased from the ovs-vsctl. and "ovs-vsctl show" results into:
> > >
> > > What is "the networking service"?  How are you restarting it?
> >
> > I am sorry that i later didn't mention  it earlier that I trying this
> > configuration on ubuntu 12.04 machine. I am restarting the networking
> > service as "service networking restart".
>
> OK, can you figure out where that runs ovs-vsctl?  I would not expect it
> to do so.
>
> Are you using the Debian network scripts integration described in the
> openvswitch-switch README.Debian file?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20131009/b754e998/attachment.html>


More information about the discuss mailing list