mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
* Fix GetChassisPower when multiple chassis are present
When multiple chassis are present, and one or more of those chassis do _not_
report power information, the GetChassisPower command will fail. To address
that, only report a failure if _all_ of the Chassis objects lack power
power reporting functionality.
Fixes #4901
* Update changelogs/fragments/4901-fix-redfish-chassispower.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit f60d12cf2d
)
Co-authored-by: Jacob Yundt <jyundt@gmail.com>
This commit is contained in:
parent
bf42b48d5d
commit
96c80fe478
2 changed files with 7 additions and 6 deletions
2
changelogs/fragments/4901-fix-redfish-chassispower.yml
Normal file
2
changelogs/fragments/4901-fix-redfish-chassispower.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- redfish_info - fix to ``GetChassisPower`` to correctly report power information when multiple chassis exist, but not all chassis report power information (https://github.com/ansible-collections/community.general/issues/4901).
|
Loading…
Add table
Add a link
Reference in a new issue