OCPBUGS-86429: Unpin libreswan version for IPsec scaling fix - #3302
OCPBUGS-86429: Unpin libreswan version for IPsec scaling fix#3302anuragthehatter wants to merge 1 commit into
Conversation
Unpin libreswan from 4.6-3.el9_0.3 to allow picking up libreswan 5.x which fixes a pluto segfault in set_larval_v2_transition() that causes IPsec mesh tunnel failures at 75+ node scale.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anuragthehatter The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@anuragthehatter: This pull request references Jira Issue OCPBUGS-86429, 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. |
AFAIR, this segfault is specific to 5.x and IIRC not present in 4.6. And there is no fix for it yet in 5.x (RHEL-193479). |
|
/assign @pperiyasamy for review |
|
@anuragthehatter: GitHub didn't allow me to assign the following users: for, review. Note that only openshift members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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-sigs/prow repository. |
|
Scheduling required tests: |
|
@anuragthehatter: The following test 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. |
Summary
4.6-3.el9_0.3to latest available version in Dockerfileset_larval_v2_transition()that causes IPsec mesh tunnel failures at 75+ node scaleBackground
Large clusters (75+ nodes) with IPsec enabled hit a race condition in libreswan's pluto daemon during concurrent Child SA negotiation. The fix is in libreswan 5.x but OCP 4.18 pins to an older version. This PR removes the pin so the latest packaged version is installed.
Related PRs
Test plan
ipsec --versionshows libreswan 5.x on nodes