forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn: support requested-chassis option for logical switch ports
This patch adds support for a "requested-chassis" option for logical switch ports. If set, the only chassis that will claim this port is the chassis identfied by this option; if already bound by another chassis, it will be released. The primary benefit of this enhancement is allowing a CMS to prevent "thrashing" in the southbound database during live migration by keeping the original chassis from attempting to re-bind a port that is in the process of migrating. This would also allow (with some additional work) RBAC to be applied to the Port_Binding table for additional security. Signed-off-by: Lance Richardson <[email protected]> Signed-off-by: Russell Bryant <[email protected]>
- Loading branch information
1 parent
2e1fca6
commit 63d91af
Showing
4 changed files
with
89 additions
and
1 deletion.
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
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