-
Notifications
You must be signed in to change notification settings - Fork 92
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
Pods networking is broken after openvswitch is restarted #47
Comments
Restarting OVS should cause the SDN pod to restart, and it should reattach the pods then. Is that not happening? |
The sdn pod is restarted along with ovs, but pods network is not attached. |
@danwinship we've encountered this issue one more time today. Is there any possible fix? |
This may be fixed by #58, but it's not clear if/when that's going to be backported to 3.11. If that is the problem, then you could fix it by stopping the SDN pod before you restart the OVS pod, and then restarting it afterward. |
@danwinship There's a backport PR proposed: openshift/origin#24318 |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
After
ovs
pod is restarted all pods on the corresponding node come up with broken networking. The gateway is not reachable, thus all egress connections are not possible.If
ovs-ofctl -O OpenFlow13 dump-ports-desc br0
is run inside theovs
pod, the output doesn't show old vethXXX interfaces, however they're still present on host.Version
git describe
of openshift-ansibleovs
image version:Steps To Reproduce
ovs
pod on the compute node.ovs-ofctl -O OpenFlow13 dump-ports-desc br0
, verify thatveth
interfaces are missing.Expected Results
Expected pod networking is not broken after
ovs
is restarted. OldvethXXX
interfaces are picked byovs
after the restart.Additional Information
The text was updated successfully, but these errors were encountered: