-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
@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 |
41076f7
to
690eb6d
Compare
@numansiddique sign-off-by tag added |
@lucassdiass can you plz rebase ? The recent PR merge introduced some conflicts. |
690eb6d
to
75086e2
Compare
a95a189
to
f8d8854
Compare
@numansiddique rebased |
@lucassdiass Little confused. Your PR has 9 commits ? Why is that ? Can you plz fix it to have just one commit ? |
f8d8854
to
6a5376c
Compare
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]>
1be70b0
to
642df5c
Compare
@numansiddique sorry, my mistake in rebase. I fix it and I change pr to just one commit |
@lucassdiass Thanks |
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