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

vxlan bridge mode doesn't handle ovs restart gracefully #100

Open
kahou82 opened this issue Nov 22, 2017 · 0 comments
Open

vxlan bridge mode doesn't handle ovs restart gracefully #100

kahou82 opened this issue Nov 22, 2017 · 0 comments

Comments

@kahou82
Copy link
Member

kahou82 commented Nov 22, 2017

When I use vxlan bridge mode, docker run seems stuck when ovs get restart.

Steps to reproduce:

  1. make demo
  2. netctl global set --fwd-mode bridge
  3. netctl network create -s 10.0.0.0/24 -g 10.0.0.1 -e vxlan -pkt-tag 100 net1
  4. docker run -itd --name c1 --net net1 debian /bin/bash
  5. restart ovs-switchd
  6. docker run -itd --name c2 --net net1 debian /bin/bash

step #6 will stuck

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