$ sudo docker version Client version: 1.4.1 Client API version: 1.16 Go version (client): go1.3.3 Git commit (client): 5bc2ff8 OS/Arch (client): linux/amd64 Server version: 1.4.1 Server API version: 1.16 Go version (server): go1.3.3 Git commit (server): 5bc2ff8
Nodir. On 13 February 2015 at 20:25, Gurucharan Shetty <[email protected]> wrote: > > > >> On Feb 13, 2015, at 8:01 PM, Nodir Kodirov <[email protected]> wrote: >> >> 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 > What version of docker is this? >> >> 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. >> _______________________________________________ >> discuss mailing list >> [email protected] >> http://openvswitch.org/mailman/listinfo/discuss _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
