OCPBUGS-15538,OCPBUGS-19961: Downstream merge 2023-10-10#1935
OCPBUGS-15538,OCPBUGS-19961: Downstream merge 2023-10-10#1935openshift-ci[bot] merged 10 commits intoopenshift:masterfrom
Conversation
This would synchronize node primary address update on the address manager which helps to avoid unnecessary update of the same ovn encapsulation ip address into ovs. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
Not sure if this case can ever happen, but if we ever get to this code and have no gateways, we want to delete the pod IP from the policy. Just make this safer by checking if 0 or 1 gws are present in the cache, rather than just 1. Signed-off-by: Tim Rozet <trozet@redhat.com>
Hybrid route policies were not unconditionally removed if there was not a matching ECMP route in OVN. This changes the behavior to fully clean hybrid policies as well as any stale addresses that exist in its related address set. Signed-off-by: Tim Rozet <trozet@redhat.com> Co-authored-by: Nadia Pinaeva <npinaeva@redhat.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
…g net-attach-def This change is to prevent Type Assertion panic in case the object has already been removed but was put into tombstone of type cache.DeletedFinalStateUnknown which contains the deleted key and object JIRA: https://issues.redhat.com/browse/OCPBUGS-19961 Signed-off-by: Arnab Ghosh <arnabghosh89@gmail.com>
Fix exgw hybrid policy
Synchronize node primary address update
|
@pperiyasamy: This pull request references Jira Issue OCPBUGS-15538, which is valid. 3 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. DetailsIn 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 kubernetes/test-infra repository. |
Handle tombstone of type cache.DeletedFinalStateUnknown while deleting net-attach-def
|
/retitle OCPBUGS-15538,OCPBUGS-19961: Downstream merge 2023-10-10 |
|
@pperiyasamy: This pull request references Jira Issue OCPBUGS-15538, which is valid. 3 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. This pull request references Jira Issue OCPBUGS-19961, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 kubernetes/test-infra repository. |
|
/jira refresh |
|
@tssurya: This pull request references Jira Issue OCPBUGS-15538, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: This pull request references Jira Issue OCPBUGS-19961, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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 kubernetes/test-infra repository. |
|
/retest |
|
/retest-required |
|
I see disruptions again https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_ovn-kubernetes/1935/pull-ci-openshift-ovn-kubernetes-master-4.15-upgrade-from-stable-4.14-local-gateway-e2e-aws-ovn-upgrade/1712369089361481728 and on both upgrades which seem unrelated. |
|
/retest |
|
/retest |
|
/retest-required |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pperiyasamy, trozet The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
/test e2e-aws-ovn-kubevirt |
|
@pperiyasamy: Jira Issue OCPBUGS-15538: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-15538 has been moved to the MODIFIED state. Jira Issue OCPBUGS-19961: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-19961 has been moved to the MODIFIED state. DetailsIn 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 kubernetes/test-infra repository. |
|
Fix included in accepted release 4.15.0-0.nightly-2023-10-24-230302 |
@npinaeva @trozet