-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Dell PwrButton requires a job initated at reboot #9012
Conversation
1e36495
to
730ffdc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Rubueno thanks for your contribution!
We got some adjustments to make in the changelog fragment, but the actual code LGTM. Thanks!
changelogs/fragments/9012-dell-pwrbutton-requires-a-job-initiated-at-reboot.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. LGTM
e4608c8
to
957025f
Compare
Dell systems do not change the bios setting PwrButton right away. The command will return changed=true, but it is not applied. Also no job is scheduled at next reboot for the change to take place. This patch aims to fix this issue.
All looks good; thanks! shipit |
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #9015 🤖 @patchback |
Dell systems do not change the bios setting PwrButton right away. The command will return changed=true, but it is not applied. Also no job is scheduled at next reboot for the change to take place. This patch aims to fix this issue. (cherry picked from commit 67ddb56)
…initated at reboot (#9015) Dell PwrButton requires a job initated at reboot (#9012) Dell systems do not change the bios setting PwrButton right away. The command will return changed=true, but it is not applied. Also no job is scheduled at next reboot for the change to take place. This patch aims to fix this issue. (cherry picked from commit 67ddb56) Co-authored-by: Ruben Bosch <8641284+Rubueno@users.noreply.github.com>
…#9012) Dell systems do not change the bios setting PwrButton right away. The command will return changed=true, but it is not applied. Also no job is scheduled at next reboot for the change to take place. This patch aims to fix this issue.
SUMMARY
Dell systems do not change the bios setting PwrButton right away. The command will return changed=true all the time, but it is not applied. Also no job is scheduled at next reboot for the change to take place. This patch aims to fix this issue.
ISSUE TYPE
COMPONENT NAME
redfish_utils / refish_config
ADDITIONAL INFORMATION
community.general.redfish_config
with params:{"changed": true, "msg": "Modified BIOS attributes {'PwrButton': 'Disabled'}
With my patch a job will be scheduled and the output will change as expected.
I'm not aware currently of what other parameters require a reboot when changing them, thus this patch is limited to only "PwrButton"