-
Notifications
You must be signed in to change notification settings - Fork 193
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
OCPBUGS-52367: Fix collecting IPsec data for upgrade #482
base: master
Are you sure you want to change the base?
OCPBUGS-52367: Fix collecting IPsec data for upgrade #482
Conversation
After IPsec is upgraded from 4.14 into later versions, API option for IPsec in networks.operator.openshift.io cluster object continues to have {} in the ipsecConfig and may not be migrated to newer version containing IPsec mode option. This is supported in OCP for backward compatibility, so mg needs fixing to collect ipsec data when API configured with old option. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pperiyasamy 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 |
/assign @huiran0826 |
/retest |
@pperiyasamy: all tests passed! 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. |
pre-merge tested it, looks good
/label qe-approved |
Double checked for full mode, ipsec logs were collected in must-gather
|
/assign @sferich888 |
@pperiyasamy: This pull request references Jira Issue OCPBUGS-52367, 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: 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. |
I worry that what we collect here could collect a large number of files (that can't be limited) if ipsec configuration are in place. Thus on a 500 node cluster the collection time and space requirements to collect this data may be a problem for customers; should we provide a way to limit the collection with a label? |
@sferich888 The collected ipsec logs are mostly about collecting ipsec config files and few command outputs (like |
After IPsec is upgraded from 4.14 into later versions, API option for IPsec in networks.operator.openshift.io cluster object continues to have {} in the ipsecConfig and may not be migrated to newer version containing IPsec mode option. This is supported in OCP for backward compatibility, so mg needs fixing to collect IPsec data when API configured with old option.