Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Err":"Could not find a link for the OVS bridge named ovsbr-xxxxxx" #42

Open
peeyuuec opened this issue Mar 25, 2016 · 1 comment
Open

Comments

@peeyuuec
Copy link

I am running docker 1.9.1 build a34a1d5 on ubuntu 14.04. When i try to create a docker network with the ovs plugin ,it is giving me an error.

docker network create -d ovs ovsnet

Error response from daemon: Plugin Error: NetworkDriver.CreateNetwork, {"Err":"Could not find a link for the OVS bridge named ovsbr-dd01c"}

Is this docker version error or there is something wrong happened with the plugin because initially it was working fine with the docker version 1.9.1

@peeyuuec
Copy link
Author

If somebody is also facing the same error in their setup, then the solution is to remove Open vSwitch from their host machine.
I used these commands to remove it from my ubuntu 14.04 machine.
#sudo apt-get remove openvswitch-common
#sudo apt-get remove --auto-remove openvswitch-common
#sudo apt-get purge --auto-remove openvswitch-common

Now ovs plugin is working on docker 1.9.x as well as 1.10.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant