-
Notifications
You must be signed in to change notification settings - Fork 87
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
MGMT-19927: Modify MTU Check to Only MTUs != 1500 #910
base: master
Are you sure you want to change the base?
MGMT-19927: Modify MTU Check to Only MTUs != 1500 #910
Conversation
@linoyaslan: This pull request references MGMT-19927 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: linoyaslan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7964699
to
f57edb7
Compare
@linoyaslan: This pull request references MGMT-19927 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. 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. |
4caa4eb
to
60042fc
Compare
@linoyaslan: This pull request references MGMT-19927 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #910 +/- ##
==========================================
+ Coverage 60.52% 60.70% +0.17%
==========================================
Files 75 75
Lines 4008 4044 +36
==========================================
+ Hits 2426 2455 +29
- Misses 1411 1417 +6
- Partials 171 172 +1
|
LGTM. I assume you have tested this locally with a non-default MTU? I expect none of the CI jobs are exercising it. |
@zaneb Yes, I tested it locally using stat-net to configure interfaces with MTU < 1500 and MTU > 1500. I set the switch MTU smaller than the hosts' interfaces MTU. The validation failed for all hosts as expected. I started the installation despite the validation failure, and it timed out—similar to what was described in the original ticket, as expected. |
/retest |
1 similar comment
/retest |
60042fc
to
432fb2d
Compare
432fb2d
to
547cbdb
Compare
/lgtm |
/retest |
/test okd-scos-e2e-aws-ovn |
@linoyaslan: The following tests failed, say
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. |
This PR updates the MTU check to apply only to MTUs != 1500. Additionally, it adjusts the header subtraction to account only for IPv4/IPv6 headers.
/cc @zaneb @AlonaKaplan