[ovs-discuss] ovs-docker fails to add port to the bridge

Nodir Kodirov nodir.qodirov at gmail.com
Sat Feb 14 03:59:02 UTC 2015


Hi,

I am trying to attach another interface to my Docker by:

sudo ovs-docker add-port br-int eth1 5338a16d7722

It fails with following error message:

2015-02-14T03:31:46Z|00002|fatal_signal|WARN|terminating with signal
14 (Alarm clock)
Alarm clock
ovs-docker: Failed to add 9b3a98108dd24_l port to bridge br-int

Here is what I get from `sudo ovs-vsctl show` after running the command
    Bridge br-int
        Port br-int
            Interface br-int
                type: internal
        Port "9b3a98108dd24_l"
            Interface "9b3a98108dd24_l"
    ovs_version: "2.3.90"

Although new port (9b3a98108dd24_l) is added to the br-int, Docker
does not have eth1; it has eth0 only. My Docker host machine (the one
running OVS) is Ubuntu 14.04 LTS and OVS was installed via `sudo
apt-get install openvswitch-switch`

Here is the output from `sudo ovs-vsctl --version`
ovs-vsctl (Open vSwitch) 2.3.90
Compiled Jan 11 2015 18:42:23
DB Schema 7.11.1

Any help is appreciated.

Nodir.



More information about the discuss mailing list