-
Notifications
You must be signed in to change notification settings - Fork 448
[release-4.20] OCPBUGS-62273: Networking: reset ovn-remote config and allow ovnkube controller to s… #5317
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
base: release-4.20
Are you sure you want to change the base?
Conversation
…et it This fixes the issue where ovn-remote is set prior to reboot and when boot occurs, ovn-controller syncs quickly with a stale SB DB. This PR is part of the EIP GARP issue fix. Its required because when ovnkube-controller and ovn-controller container start on boot, there is no order to which container will start first, and we dont want ovn-controller to connect to SB DB before ovnkube controller has added the drop flows. Ideally, we would only allow ovn-controller to sync with SB DB when ovnkube controller has concluded syncing and the changes are available in SB DB. That maybe future work. Signed-off-by: Martin Kennelly <[email protected]>
@openshift-cherrypick-robot: Detected clone of Jira Issue OCPBUGS-42303 with correct target version. Will retitle the PR to link to the clone. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@openshift-cherrypick-robot: This pull request references Jira Issue OCPBUGS-62273, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-cherrypick-robot The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@openshift-cherrypick-robot: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/payload-with-prs 4.20 nightly blocking openshift/cluster-network-operator#2806,openshift/ovn-kubernetes#2767 |
@martinkennelly: given command is invalid: at least one of the commands given is only supported on a one-command-per-comment basis, please separate out commands as multiple comments |
/payload-with-prs 4.20 nightly blocking openshift/cluster-network-operator#2806,openshift/ovn-kubernetes#2767 |
@martinkennelly: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info. |
/payload-with-prs 4.20 nightly blocking openshift/cluster-network-operator#2806,openshift/ovn-kubernetes#2767 |
@martinkennelly: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info. |
/payload-with-prs 4.20 nightly blocking openshift/cluster-network-operator#2806 openshift/ovn-kubernetes#2767 |
@martinkennelly: trigger 10 job(s) of type blocking for the nightly release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/c1411b20-9ea4-11f0-832b-31e3f9e7c09d-0 |
/payload-with-prs 4.20 nightly informing openshift/cluster-network-operator#2806 openshift/ovn-kubernetes#2767 |
@martinkennelly: trigger 67 job(s) of type informing for the nightly release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/d08c34c0-9ea4-11f0-9135-f805ed0e2cd9-0 |
/hold Until 4.20.0 is cut. |
/payload-with-prs 4.20 nightly blocking openshift/cluster-network-operator#2806 openshift/ovn-kubernetes#2767 Looking good. |
@martinkennelly: An error was encountered. No known errors were detected, please see the full error message for details. Full error message.
unable to get additional pr info from string: Looking: string: Looking doesn't match expected format: org/repo#number
Please contact an administrator to resolve this issue. |
/payload-with-prs 4.20 nightly blocking openshift/cluster-network-operator#2806 openshift/ovn-kubernetes#2767 |
@martinkennelly: trigger 10 job(s) of type blocking for the nightly release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/13c8aa30-9f85-11f0-8f90-4690ab5934ee-0 |
This is an automated cherry-pick of #5123
/assign martinkennelly