Closed zeeke closed 1 month ago
/jira cherrypick OCPBUGS-41356
@zeeke: Jira Issue OCPBUGS-41356 has been cloned as Jira Issue OCPBUGS-43027. Will retitle bug to link to clone. /retitle OCPBUGS-43027: config-daemon: Restart all instances of device-plugin
@zeeke: This pull request references Jira Issue OCPBUGS-43027, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira backport release-4.16,release-4.15,release-4.14
@zeeke: The following backport issues have been created:
Queuing cherrypicks to the requested branches to be created after this PR merges: /cherrypick release-4.16 /cherrypick release-4.15 /cherrypick release-4.14
@openshift-ci-robot: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.
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.
/test e2e-telco5g-sriov
/retest
/jira refresh
@evgenLevin @bn222 @wizhaoredhat please take a look at this backport
@zeeke: This pull request references Jira Issue OCPBUGS-43027, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: wizhaoredhat, zeeke
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/jira refresh
/label backport-risk-assessed
@evgenLevin @ajaggapa when you have time, take a look at this backport. I need cherry-pick-approved
label
@zeeke: This pull request references Jira Issue OCPBUGS-43027, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @evgenLevin
/label cherry-pick-approved
@zeeke: all tests passed!
Full PR test history. Your PR dashboard.
@zeeke: Jira Issue OCPBUGS-43027: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-43027 has been moved to the MODIFIED state.
@openshift-ci-robot: new pull request created: #1023
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.
@openshift-ci-robot: new pull request created: #1024
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.
@openshift-ci-robot: new pull request created: #1025
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.
[ART PR BUILD NOTIFIER]
Distgit: sriov-network-config-daemon This PR has been included in build sriov-network-config-daemon-container-v4.17.0-202410211805.p0.g921d478.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: sriov-network-operator This PR has been included in build sriov-network-operator-container-v4.17.0-202410211805.p0.g921d478.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: sriov-network-webhook This PR has been included in build sriov-network-webhook-container-v4.17.0-202410211805.p0.g921d478.assembly.stream.el9. All builds following this will include this PR.
When the operator changes the device-plugin Spec (e.g. .Spec.NodeSelector), it may happen that there are two device plugin pods for a given node, one that is terminating, the other that is initializing. If the config-daemon executes
restartDevicePluginPod()
at the same time, it may kill the terminating pod, while the initializing one will run with the old dp configuration. This may cause one or more resources to not being advertised, until a manual device plugin restart occurs.Make the config-daemon restart all the device-plugin instances it founds for its own node.
4.17 backport of