forked from vmware-tanzu/nsx-operator
-
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.
Fix the attachment id generation issue (vmware-tanzu#706)
If we use the NSX subnet port ID to generate the attachment id, there may be the same id generated because the UUID generation logic only read the first 16 bytes of the port ID. Then the NSX will report the error "Port attachment ID xxx used by another segment port ...". This patch will use the subnetport/pod UID as the input parameter. Testing done: patch the fix in the problematic testbed and confirmed that the issue can be fixed.
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 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
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