OCPBUGS-86429: Unpin libreswan version for IPsec scaling fix - #1961
OCPBUGS-86429: Unpin libreswan version for IPsec scaling fix#1961anuragthehatter wants to merge 1 commit into
Conversation
This enables consuming libreswan 5.x from the FDP repository, which fixes IPsec pluto segfaults at 75+ node scale in 4.18.z. Reverts the pin added for OCPBUGS-43498, as libreswan 5.x resolves the scaling issue with concurrent Child SA negotiation. Bug: https://issues.redhat.com/browse/OCPBUGS-86429 Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=66972299 Cherry-picked from: 9bb575a (openshift#1771) Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
|
@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. |
|
/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. |
|
[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: 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
Unpin libreswan from version 4.6 to enable consuming libreswan 5.x from the FDP repository, which resolves IPsec pluto segfaults at 75+ node scale in 4.18.z.
Background
At 75+ node IPsec mesh scale, libreswan 4.6 pluto crashes with a segfault in
set_larval_v2_transition()during concurrent Child SA negotiation, causing permanent tunnel failures. Libreswan 5.x fixes this issue.This reverts the pin added for OCPBUGS-43498, as libreswan 5.x resolves the scaling problem.
Related Changes
This is part of a coordinated set of PRs to unpin libreswan in 4.18.z:
_stackmanagerfor libreswan 5.3+)References
🤖 Generated with Claude Code