-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podNetworkController: Disable LSP when VM migration target pod is ready
currently all pods have the LSP.Enabled option set to true by default. During migration, it makes sense to handoff the network traffic from the source to target pod as soon as the target pod is up and ready for traffic. The handoff is done by closing the LSP of the source port. Doing this significantly reduces the migration downtime. This traffic handoff optimization is currently restricted to VM with only secondary interfaces, and layer2 topology. Signed-off-by: Ram Lavi <ralavi@redhat.com>
- Loading branch information
Showing
2 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters