-
Notifications
You must be signed in to change notification settings - Fork 462
ovirt: disable tx checksum offload for workers #1606
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
ovirt: disable tx checksum offload for workers #1606
Conversation
|
/retest |
|
/cc rgolangh |
|
/cc dcbw |
templates/worker/00-worker/ovirt/files/ovirt-disable-tx-checksum-offload.yaml
Outdated
Show resolved
Hide resolved
templates/worker/00-worker/ovirt/files/ovirt-disable-tx-checksum-offload.yaml
Outdated
Show resolved
Hide resolved
templates/worker/00-worker/ovirt/files/ovirt-disable-tx-checksum-offload.yaml
Outdated
Show resolved
Hide resolved
|
also, use |
82e5237 to
58f058b
Compare
|
/test e2e-ovirt |
1 similar comment
|
/test e2e-ovirt |
|
So this is an openshift-sdn bug that only seems to manifest on oVirt, is that right? What's the timeframe for the SDN fix landing (or rephrased, when can we remove this and how do we track things to ensure it's removed?) |
|
I suggest to open a bug which depends on 1794714, for the removal of this machine-config item. |
On ovirt all other platforms according to comment#8
Don't know what is the timeframe but as you can see it is currently handled by RHEL and on high priority |
This patch adds the workaround suggested on [1] to make nodeport work, instead of ethtool we use NM to apply the fix for each connction before it is up. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1794714 Signed-off-by: Gal Zaidman <[email protected]>
58f058b to
2226748
Compare
|
/test e2e-ovirt |
created: |
|
/lgtm |
|
/assign @ericavonb |
|
/approve |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, Gal-Zaidman, rgolangh, runcom 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 |
|
@Gal-Zaidman: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/cherry-pick release-4.4 |
|
@rgolangh: new pull request created: #1617 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/test-infra repository. |
|
We're likely going to do the same for OpenStack. |
On PR [1] we added a workaround for Bug [2], this fails when the worker starts for the first time since openshift-sdn is created only when the sdn pod is starting. Instead we will disable by default leave as is only when running with OVNkubernetes [1] On PR openshift#1606, [2] https://bugzilla.redhat.com/show_bug.cgi?id=1794714 Signed-off-by: Gal Zaidman <[email protected]>
This patch adds the workaround suggested on [1] to make nodeport work, instead of ethtool we use NM to apply the fix for each connction before it is up. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1794714 Brings the following ovirt fixes to openstack platform: - openshift#1606 - openshift#1621
This patch adds the workaround suggested on [1] to make nodeport work, instead of ethtool we use NM to apply the fix for each connction before it is up. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1794714 Brings the following ovirt fixes to openstack platform: - openshift#1606 - openshift#1621
On PR [1] we added a workaround for Bug [2], this fails when the worker starts for the first time since openshift-sdn is created only when the sdn pod is starting. Instead we will disable by default leave as is only when running with OVNkubernetes [1] On PR openshift#1606, [2] https://bugzilla.redhat.com/show_bug.cgi?id=1794714 Signed-off-by: Gal Zaidman <[email protected]>
This patch adds the workaround suggested on [1] to make nodeport work, instead of ethtool we use NM to apply the fix for each connction before it is up. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1794714 Brings the following ovirt fixes to openstack platform: - openshift#1606 - openshift#1621
This patch adds the workaround suggested on [1]
to make nodeport work, instead of ethtool we use
NM to apply the fix for each connction before it is up.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1794714
Signed-off-by: Gal Zaidman [email protected]
- What I did
- How to verify it
- Description for the changelog