Skip to content
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

Skip cluster port group operations for UDN #4738

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tssurya
Copy link
Member

@tssurya tssurya commented Sep 19, 2024

We kept trying to add the management port
for secondary networks into the cluster
port group of secondary networks.

But that port group doesn't exist yet.
It will exist once we get #4547 merged but until then this is causing
infinite retries from syncMgmtPort
erroring out. So let's skip this for now

PS: Not really infinite, only 15 times..

@tssurya tssurya requested a review from a team as a code owner September 19, 2024 08:10
@tssurya tssurya added kind/bug All issues that are bugs and PRs opened to fix bugs feature/user-defined-network-segmentation All PRs related to User defined network segmentation labels Sep 19, 2024
@tssurya tssurya requested a review from dceara September 19, 2024 08:11
Copy link
Contributor

@dceara dceara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If CI passes this looks good to me, thanks!

@dceara
Copy link
Contributor

dceara commented Sep 19, 2024

@tssurya we might want a more descriptive name than Fix Noise in UDN though. What about: Skip cluster port group operations for UDN?

@tssurya tssurya changed the title Fix Noise in UDN Skip cluster port group operations for UDN Sep 19, 2024
@tssurya
Copy link
Member Author

tssurya commented Sep 19, 2024

@tssurya we might want a more descriptive name than Fix Noise in UDN though. What about: Skip cluster port group operations for UDN?

updated the PR description, I guess the first thing that pops into the reviewers head when they hear fix noise is... what noise.. then they will read the PR description which had details but.. your method is more efficient where I just tell that in the title ;) you win.

We kept trying to add the management port
for secondary networks into the cluster
port group of secondary networks.

But that port group doesn't exist yet.
It will exist once we get ovn-org#4547
merged but until then this is causing
infinite retries from syncMgmtPort
erroring out.

Signed-off-by: Surya Seetharaman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/user-defined-network-segmentation All PRs related to User defined network segmentation kind/bug All issues that are bugs and PRs opened to fix bugs
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants