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

Add --may-exist parameter to addition of ts #92

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

lucassdiass
Copy link

Without --may-exist, ovn-ic-nbctl ts-add ts1 could return error and doesn't execute the following steps of function.
This problem occurs when CENTRAL_COUNT is greater than 1 because create_fake_vms will be called more than once.

Here it's a example to see the problem:
OS_BASE=ubuntu OS_IMAGE=docker.io/library/ubuntu:jammy ENABLE_SSL=no CENTRAL_COUNT=3 GW_COUNT=3 CHASSIS_COUNT=3 ./ovn_cluster.sh start

@numansiddique
Copy link
Contributor

@lucassdiass Can you please add your Signed-off-by tag to both the commits in this PR ?

Please see "git log" to see an example if you're not aware of this tag usage.

Thanks

@lucassdiass lucassdiass force-pushed the add_parameter_ts_add branch 3 times, most recently from 41076f7 to 690eb6d Compare November 27, 2024 18:23
@lucassdiass
Copy link
Author

@numansiddique sign-off-by tag added

@numansiddique
Copy link
Contributor

@lucassdiass can you plz rebase ? The recent PR merge introduced some conflicts.

@lucassdiass
Copy link
Author

@numansiddique rebased

@numansiddique
Copy link
Contributor

@lucassdiass Little confused. Your PR has 9 commits ? Why is that ? Can you plz fix it to have just one commit ?

Without --may-exist, ovn-ic-nbctl ts-add ts1 could return error
and doesn't execute the following steps of function.

Signed-off-by: Lucas Vargas Dias <[email protected]>
@lucassdiass
Copy link
Author

@numansiddique sorry, my mistake in rebase. I fix it and I change pr to just one commit

@numansiddique numansiddique merged commit 9aa5a54 into ovn-org:main Nov 28, 2024
2 checks passed
@numansiddique
Copy link
Contributor

@lucassdiass Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants