Skip to content
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

Bug 1834141: Fix draining watch #207

Merged

Conversation

SchSeba
Copy link
Contributor

@SchSeba SchSeba commented May 10, 2020

This commit fix the draining watch.

Before this commit we stop the informer and use is lister to update the node.
That didn't update the node in the cluster only the object itself so the node object
inside the cluster stuck on Draining for ever.

Signed-off-by: Sebastian Sch sebassch@gmail.com

@SchSeba
Copy link
Contributor Author

SchSeba commented May 10, 2020

@pliurh @zshi-redhat

PTAL

@zshi-redhat
Copy link
Contributor

@SchSeba does this always happen?
Is this because node object is mutated after getting the lister which result in failure in kubeClient Patch?

@pliurh
Copy link
Contributor

pliurh commented May 11, 2020

@SchSeba Could you create a BZ for this issue, and describe how to reproduce it?

@SchSeba
Copy link
Contributor Author

SchSeba commented May 11, 2020

@SchSeba does this always happen?
Is this because node object is mutated after getting the lister which result in failure in kubeClient Patch?

Yes this always happened I will open a BZ with the reproduce steps.

@SchSeba Could you create a BZ for this issue, and describe how to reproduce it?

Sure

This commit fix the draining watch.

Before this commit we stop the informer and use is lister to update the node.
That didn't update the node in the cluster only the object itself so the node object
inside the cluster stuck on Draining for ever.

Signed-off-by: Sebastian Sch <sebassch@gmail.com>
@SchSeba SchSeba changed the title Fix draining watch Bug 1834141: Fix draining watch May 11, 2020
@openshift-ci-robot openshift-ci-robot added the bugzilla/severity-unspecified Referenced Bugzilla bug's severity is unspecified for the PR. label May 11, 2020
@openshift-ci-robot
Copy link
Contributor

@SchSeba: This pull request references Bugzilla bug 1834141, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.5.0) matches configured target release for branch (4.5.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1834141: Fix draining watch

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.

@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label May 11, 2020
@pliurh
Copy link
Contributor

pliurh commented May 11, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label May 11, 2020
@openshift-merge-robot openshift-merge-robot merged commit da10662 into openshift:master May 11, 2020
@openshift-ci-robot
Copy link
Contributor

@SchSeba: All pull requests linked via external trackers have merged: openshift/sriov-network-operator#207. Bugzilla bug 1834141 has been moved to the MODIFIED state.

In response to this:

Bug 1834141: Fix draining watch

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.

SchSeba pushed a commit to SchSeba/sriov-network-operator that referenced this pull request Dec 27, 2021
Reload VF driver only when rdma is enabled
bn222 pushed a commit to bn222/sriov-network-operator that referenced this pull request Apr 14, 2022
SriovNetworkNodeState is outdated. IsRdma field was introduced
in the PR openshift#207.

This patch syncs CRDs between config/crd/bases and helm chart.
pacevedom pushed a commit to pacevedom/sriov-network-operator that referenced this pull request Sep 21, 2022
SriovNetworkNodeState is outdated. IsRdma field was introduced
in the PR openshift#207.

This patch syncs CRDs between config/crd/bases and helm chart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla/severity-unspecified Referenced Bugzilla bug's severity is unspecified for the PR. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants