We are ecstatic to announce the release of: sushy 3.12.6: Sushy is a small Python library to communicate with Redfish based systems This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy For more details, please see below. 3.12.6 ^^^^^^ Bug Fixes * Add retries on iDRAC error with code SYS518 and message "iDRAC is currently unable to display any information because data sources are unavailable." for all request types in addition to existing GET methods. This helps to fix a known intermittent issue when deleting set of volumes one after another and iDRAC is reloading after deleting each volume. * Correctly handles error code "Base.1.5.PropertyMissing" when dealing with hardware that requires "TransferProtocolType" for virtual media operations. Changes in sushy 3.12.5..3.12.6 ------------------------------- e71373c Remove setuptools workaround 3765efc Fix tox4 and setuptools errors be95c7c Retry on iDRAC SYS518 errors for all requests a20ecdd Handle a different error code for missing TransferProtocolType Diffstat (except docs and test files) ------------------------------------- ...olume_operation-on_sys518-009f2b16e5c38a27.yaml | 8 ++++ .../notes/property-missing-7602c421ec177e9a.yaml | 6 +++ sushy/connector.py | 17 +++++++-- sushy/exceptions.py | 18 +++++++-- sushy/resources/manager/virtual_media.py | 17 ++++----- .../unit/resources/manager/test_virtual_media.py | 27 ++++++++------ tox.ini | 1 - 8 files changed, 107 insertions(+), 30 deletions(-)
participants (1)
-
no-reply@openstack.org