OCPBUGS-87999,OCPBUGS-88000: [release-4.19] Backport Mellanox firmware reset defaults#1233
OCPBUGS-87999,OCPBUGS-88000: [release-4.19] Backport Mellanox firmware reset defaults#1233SchSeba wants to merge 3 commits into
Conversation
this is needed when the version of mstfwreset will be >= v4.32 Signed-off-by: Sebastian Sch <sebassch@gmail.com>
This feature gate is used to enable the Mellanox firmware reset feature. The reason we enable this feature gate is because on newer mstflint version mstconfig command sends MFRL with bit 6 AND bit 3 ((1<<6)|(1<<3)). some cards like ConnectX-6 Dx firmware does not support the bit 3 (PCIe link toggle) reset trigger for this operation, so the MFRL SET command fails (rc != 0). The code returns "Please power cycle machine to load new configurations." The operator does not have access to out of band management system to make a power cycle. so instead we run mstfwreset command to reset the firmware. Signed-off-by: Sebastian Sch <sebassch@gmail.com> (cherry picked from commit 518df93)
Limit the default feature-state backport to feature gates that exist on release-4.19 so the branch builds and the Mellanox reset default remains enabled. Signed-off-by: Sebastian Sch <sebassch@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
f0a1e5d to
a1270ed
Compare
|
@SchSeba: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
|
/label backport-risk-assessed |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SchSeba, zeeke 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 |
|
/retitle OCPBUGS-87999,OCPBUGS-88000 [release-4.19] Backport Mellanox firmware reset defaults |
|
/retitle OCPBUGS-87999 OCPBUGS-88000 [release-4.19] Backport Mellanox firmware reset defaults |
|
/jira refresh |
|
@SchSeba: No Jira issue is referenced in the title of this pull request. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retitle OCPBUGS-87999,OCPBUGS-88000: [release-4.19] Backport Mellanox firmware reset defaults |
|
/jira refresh |
|
@SchSeba: This pull request references Jira Issue OCPBUGS-87999, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-88000, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@SchSeba: This pull request references Jira Issue OCPBUGS-87999, which is invalid:
Comment This pull request references Jira Issue OCPBUGS-88000, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@SchSeba: This pull request references Jira Issue OCPBUGS-87999, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: This pull request references Jira Issue OCPBUGS-88000, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
Summary
kmodin the downstream config daemon image somstfwresetsupport works with newermstflintMellanoxFirmwareResetFeatureGateby default onrelease-4.19release-4.19feature-gate implementation so the new default behavior works with the APIs available on that branch