We high-spiritedly announce the release of: sushy 1.8.2: Sushy is a small Python library to communicate with Redfish based systems This release is part of the stein 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. 1.8.2 ^^^^^ Bug Fixes * Disable HTTP connection pooling by asking HTTP server to close our connection right upon use. The rationale is that some BMC observed in the wild seem to close persistent connections abruptly upon eventual re-use failing completely unrelated operation. So in "sushy" we just try not to maintain persistent connections with BMC at all. * Fixes bug in "SimpleStorageCollection.disks_sizes_bytes" which assumed the type of a disk's "CapacityBytes" property is "integer". According to the Distributed Management Task Force (DMTF) Redfish standard schema [1], it can be "null", which is converted to "None" in Python. For more information, see story 2006918 (https://storyboard.openstack.org/#!/story/2006918). [1] https://redfish.dmtf.org/schemas/SimpleStorage.v1_2_3.json Changes in sushy 1.8.1..1.8.2 ----------------------------- e6378be SSC.disks_sizes_bytes handle CapacityBytes is None a738cd7 Disable HTTP connection pooling 41f4e36 OpenDev Migration Patch 3391028 Change sushy devstack job to python3 31acf87 Update UPPER_CONSTRAINTS_FILE for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .../notes/disable-conn-pooling-3456782afe56ac94.yaml | 8 ++++++++ ...storage-device-capacity-bytes-null-0672eed36d9da70a.yaml | 11 +++++++++++ sushy/connector.py | 7 +++++++ sushy/resources/system/simple_storage.py | 3 ++- tox.ini | 2 +- zuul.d/project.yaml | 2 ++ zuul.d/sushy-jobs.yaml | 8 ++++++++ 9 files changed, 53 insertions(+), 3 deletions(-)
participants (1)
-
no-reply@openstack.org