Skip to content

Conversation

@Gal-Zaidman
Copy link

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

@Gal-Zaidman
Copy link
Author

/retest

@Gal-Zaidman
Copy link
Author

/cc rgolangh

@Gal-Zaidman
Copy link
Author

/cc dcbw

@openshift-ci-robot openshift-ci-robot requested a review from dcbw April 1, 2020 20:01
@rgolangh
Copy link
Contributor

rgolangh commented Apr 2, 2020

also, use /test e2e-ovirt when you think its ready

@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

1 similar comment
@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

@cgwalters
Copy link
Member

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?)

@rgolangh
Copy link
Contributor

rgolangh commented Apr 2, 2020

I suggest to open a bug which depends on 1794714, for the removal of this machine-config item.

@Gal-Zaidman
Copy link
Author

So this is an openshift-sdn bug that only seems to manifest on oVirt, is that right?

On ovirt all other platforms according to comment#8

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?)

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]>
@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

@Gal-Zaidman
Copy link
Author

Gal-Zaidman commented Apr 2, 2020

I suggest to open a bug which depends on 1794714, for the removal of this machine-config item.

created:

  1. https://bugzilla.redhat.com/show_bug.cgi?id=1820305
  2. https://bugzilla.redhat.com/show_bug.cgi?id=1820581

@rgolangh
Copy link
Contributor

rgolangh commented Apr 3, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 3, 2020
@Gal-Zaidman
Copy link
Author

/assign @ericavonb

@cgwalters
Copy link
Member

/approve
because there's a promise/mechanism to ensure this workaround is dropped when it's not necessary anymore.

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 4, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@runcom
Copy link
Member

runcom commented Apr 4, 2020

/approve

@openshift-ci-robot
Copy link
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link
Contributor

@Gal-Zaidman: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-aws-scaleup-rhel7 2226748 link /test e2e-aws-scaleup-rhel7

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.

Details

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. I understand the commands that are listed here.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 48cb244 into openshift:master Apr 4, 2020
@rgolangh
Copy link
Contributor

rgolangh commented Apr 5, 2020

/cherry-pick release-4.4

@openshift-cherrypick-robot

@rgolangh: new pull request created: #1617

Details

In response to this:

/cherry-pick release-4.4

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.

@mandre
Copy link
Member

mandre commented Apr 6, 2020

We're likely going to do the same for OpenStack.

Gal-Zaidman pushed a commit to Gal-Zaidman/machine-config-operator that referenced this pull request Apr 6, 2020
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]>
mandre added a commit to mandre/machine-config-operator that referenced this pull request Apr 7, 2020
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
openshift-cherrypick-robot pushed a commit to openshift-cherrypick-robot/machine-config-operator that referenced this pull request Apr 7, 2020
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
@kikisdeliveryservice
Copy link
Contributor

vrutkovs pushed a commit to vrutkovs/machine-config-operator that referenced this pull request Apr 13, 2020
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]>
vrutkovs pushed a commit to vrutkovs/machine-config-operator that referenced this pull request Apr 13, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.