OCPBUGS-48678: Update OVN to FDP25.A.1 24.09.2-41#2493
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test all |
|
/test e2e-aws-ovn-fdp-qe |
|
/label qe-approved |
This contains the following relevant changes:
- controller: Fix active mac-binding refresh for IPv6.
- controller: Send ARP/ND for stale mac_bindings entries. (#FDP-1135)
https://issues.redhat.com/browse/FDP-1135
- northd: Fix action parsing in build_lb_vip_actions(). (#FDP-1095)
https://issues.redhat.com/browse/FDP-1095
- northd: Fix missing tier related ACL flows. (#FDP-1154)
https://issues.redhat.com/browse/FDP-1154
- mac-cache: Fix expiration of active FDB entry due to skipped update. (#FDP-1132)
https://issues.redhat.com/browse/FDP-1132
- mac-cache: Fix expiration of active MAC binding due to skipped update. (#FDP-1130)
https://issues.redhat.com/browse/FDP-1130
- mac-cache: Fix MAC binding entry lookup for timestamp refresh. (#FDP-1131)
https://issues.redhat.com/browse/FDP-1131
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
b2b0538 to
9c4499b
Compare
|
/hold Until FDP 25.A.1 is actually released. |
|
/remove-label qe-approved |
|
/test images |
1 similar comment
|
/test images |
|
/remove-hold |
|
/test e2e-aws-ovn-fdp-qe |
|
/retest-required |
|
/test 4.19-upgrade-from-stable-4.18-e2e-gcp-ovn-rt-upgrade |
|
/test e2e-aws-ovn-fdp-qe |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/test e2e-aws-ovn-hypershift |
|
/test e2e-aws-ovn-fdp-qe |
1 similar comment
|
/test e2e-aws-ovn-fdp-qe |
@zhaozhanqi There was a job underway - 1 hr ago that I triggered., this one was 42 mins ago. |
Yes, I saw it, However the job is failed due to some reason ( not sure). so I triggered again to see if it's flake issue |
|
@dceara: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
|
||
| ARG ovsver=3.4.0-18.el9fdp | ||
| ARG ovnver=24.09.2-14.el9fdp | ||
| ARG ovnver=24.09.2-41.el9fdp |
There was a problem hiding this comment.
usually the master bump first has to happen upstream, relevant tests in e2e if any have to be added for the corresponding fixes that are being brought in on OCP side, example the ACL drop with allow-related not working as expected with some ANP tests and LB DROP with zero backends for services. I have not looked into the MAC Binding timing issues but I can tell that's hard to test on e2e level which seems to be fixes related to the customer case here ? @zshi-redhat where are the relevant bugs on OCP side for the fix you are targeting? What exactly is the user bug here? The bump shows the fixes being brought in but which one is relevant here? IMHO Correct way is:
- OCPBUGS for this case should have the assignee who bumps it upstream first: https://github.com/ovn-kubernetes/ovn-kubernetes/blob/master/dist/images/Dockerfile.fedora#L78
- evaluates if e2e tests are required for the new bug fixes and adds them and if not explain why not
- Then do the same in OCP with QE's assignee's help
- Given the urgency I can try to label this by by-passing the above three points (but I have no context), but only if I know what did OCP QE add as new tests to fix this bug? Is there a link to polarion with the relevant tests for this bug fix? Meaning how do I know this works in OCP's bug case?
There was a problem hiding this comment.
I know Anusaxen added tests on https://issues.redhat.com/browse/OCPQE-28285
There was a problem hiding this comment.
thank you @zhaozhanqi that's perfect, does that mean that test is already catching the bug and that has been run on this PR already ? @anuragthehatter ?
@arghosh93 : this fix is for this bug: https://issues.redhat.com/browse/OCPBUGS-48678 after shift week can you please take take of points 1 & 2 ? Bug shouldn't be closed without test coverage upstream. - that's the only way to catch regressions before they land downstream
|
/retitle OCPBUGS-48678: Update OVN to FDP25.A.1 24.09.2-41 |
|
@dceara: This pull request references Jira Issue OCPBUGS-48678, 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/label acknowledge-critical-fixes-only Fix going in for a PRIO Ticket: https://issues.redhat.com/browse/RHOCPPRIO-408 |
|
/jira refresh |
|
@zshi-redhat: This pull request references Jira Issue OCPBUGS-48678, which is valid. The bug has been moved to the POST state. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dceara, tssurya, zshi-redhat 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 |
|
@dceara: Jira Issue OCPBUGS-48678: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-48678 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: ovn-kubernetes-base |
|
[ART PR BUILD NOTIFIER] Distgit: ovn-kubernetes-microshift |
|
[ART PR BUILD NOTIFIER] Distgit: ose-ovn-kubernetes |
📑 Description
This contains the following relevant changes:
- controller: Fix active mac-binding refresh for IPv6.
- controller: Send ARP/ND for stale mac_bindings entries. (#FDP-1135)
https://issues.redhat.com/browse/FDP-1135
- northd: Fix action parsing in build_lb_vip_actions(). (#FDP-1095)
https://issues.redhat.com/browse/FDP-1095
- northd: Fix missing tier related ACL flows. (#FDP-1154)
https://issues.redhat.com/browse/FDP-1154
- mac-cache: Fix expiration of active FDB entry due to skipped update. (#FDP-1132)
https://issues.redhat.com/browse/FDP-1132
- mac-cache: Fix expiration of active MAC binding due to skipped update. (#FDP-1130)
https://issues.redhat.com/browse/FDP-1130
- mac-cache: Fix MAC binding entry lookup for timestamp refresh. (#FDP-1131)
https://issues.redhat.com/browse/FDP-1131
Fixes #
Additional Information for reviewers
✅ Checks
How to verify it