-
Notifications
You must be signed in to change notification settings - Fork 386
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
[CNIServer] Remove stale OVS interfaces in reconcile if the original Pod interface is disconnected #6919
Conversation
} | ||
|
||
// This should only happen on Windows because it is already satisfy the condition "isStaleInterface" on Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the first sentence:
This should only happen on Windows Nodes because if this condition (OFPort is -1) is satisfied on Linux, the call to isStaleInterface above will return true, the interface will be removed, and this code will not be executed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
82a29d6
to
5fa81a7
Compare
/test-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @jianjuns do you want to take a look?
@antoninbas I have addressed your comments, could you help take another look if possible? |
…Pod interface is disconnected Signed-off-by: Wenying Dong <[email protected]>
5fa81a7
to
5f15b8b
Compare
/test-all |
/test-windows-e2e |
The failure (http://10.164.243.223/job/antrea-windows-e2e-for-pull-request/70/console) in windows-e2e is tracked by issue #6891
|
…-io#6919) Signed-off-by: Wenying Dong <[email protected]>
…#6942) Signed-off-by: Wenying Dong <[email protected]>
No description provided.