Releases: libstorage/libstoragemgmt
Releases · libstorage/libstoragemgmt
Version 1.7.3 release
- Bug fixes
- https://bugzilla.redhat.com/show_bug.cgi?id=1670077
- https://bugzilla.redhat.com/show_bug.cgi?id=1667096
- https://bugzilla.redhat.com/show_bug.cgi?id=1667992
sha1sum f4831f2a90f180583a55ac3effc7bde37720ab34 libstoragemgmt-1.7.3.tar.gz
Version 1.7.2 release
- Bug fixes
- https://bugzilla.redhat.com/show_bug.cgi?id=1572137
- https://bugzilla.redhat.com/show_bug.cgi?id=1583741
- https://bugzilla.redhat.com/show_bug.cgi?id=1585169
- https://bugzilla.redhat.com/show_bug.cgi?id=1624398
- https://bugzilla.redhat.com/show_bug.cgi?id=1596731
- https://bugzilla.redhat.com/show_bug.cgi?id=1583763
- https://bugzilla.redhat.com/show_bug.cgi?id=1583681
- https://bugzilla.redhat.com/show_bug.cgi?id=1584243
- https://bugzilla.redhat.com/show_bug.cgi?id=1564151
- https://bugzilla.redhat.com/show_bug.cgi?id=1583768
- https://bugzilla.redhat.com/show_bug.cgi?id=1583765
- https://bugzilla.redhat.com/show_bug.cgi?id=1591282
- https://bugzilla.redhat.com/show_bug.cgi?id=1591282
- https://bugzilla.redhat.com/show_bug.cgi?id=1571894
- https://bugzilla.redhat.com/show_bug.cgi?id=1657407
daa7df8f75c5f575b1d5bdb5018f3a0dc71368c9 libstoragemgmt-1.7.2.tar.gz
Version 1.7.1 release
Fix up/add documentation and correct packaging lint errors
sha1sum 06b56970729103d631dd079f7aac6f6f0a48c40d - libstoragemgmt-1.7.1.tar.gz
Version 1.7.0 release
Changes since 1.6.2:
- Replace yajl with nlohmann/json for JSON handling.
- Bug fixes:
- Fix the file path of lsmd.conf manpage.
- HPSA plugin: Support ssacli version 3.25+.
- Filesystem Hierarchy Standard: Move tools to
/usr/libexec/lsm.d folder. - scan-scsi-target: Fix compiling on gcc 8.2.
- Fix lsmcli on python 3.7.
- Handle 'Warning:' message in hpsa plugin
- Enhancements:
- Add configure options for not including specified plugins
- Add lsm_access_group_init_type_get to C API
sha1sum
4cb784abad38b4b9ff7e94d46d2543f5e081653a libstoragemgmt-1.7.0.tar.gz
Version 1.6.2 release
Changes since 1.6.1:
- MegaRAID plugin: Fix cache information query.
- SmartArray plugin: Remove the pyudev codes.
- lsmd: Fix crash when plugin named as _lsmplugin.
- Fix GCC 8 compiling warnings.
- Add support of Debian/Ubuntu packaging.
- User case tools for unused LUN scan and local storage sanity check.
Version 1.6.1 release
Changes since 1.6.0
- Add support of RHEL/Centos 6 back.
- Fix regression on SMI-S plugin.
sha1sum: 605151517e6b21e597afedc690924e3a4c205313 libstoragemgmt-1.6.1.tar.gz
Version 1.6.0 release
PLEASE DON'T USE THIS RELEASE, IT HAS REGRESSION, USE 1.6.1 OR LATER
- New error number for deleting volume/fs with child dependency:
- C:
LSM_ERR_HAS_CHILD_DEPENDENCY
- Python:
lsm.ErrorNumber.HAS_CHILD_DEPENDENCY
- C:
- Fix incorrect SCSI VPD query for 0x89 and 0xb1.
- Fix regression on using libstoragemgmt with pywbem 0.7.0.
- Updates on manpage and help message of lsmcli.
Sha1sum: 618fe333d9d94d3d70a328491b1e4f35906bb33a libstoragemgmt-1.6.0.tar.gz
Version 1.5.0 release
PLEASE DON'T USE THIS RELEASE, IT HAS REGRESSION, USE 1.6.1 OR LATER
- New plugin -- LibstorageMgmt NFS server plugin(
nfs://
). - New plugin -- LibstorageMgmt Local Pseudo plugin(
local://
). - New plugin -- LibstorageMgmt Microsemi storage plugin(
arcconf://
). - Removed support of lmiwbem due to missing self-signed CA verification and
inactive upstream of lmiwbem. - Support SES actions on kernel
bsg
module(old code was usingsg
kernel module). - Add manpages for every C API using kernel-doc.
- Using docker of Fedora and Centos for Travis CI test.
- New URI parameter
ca_cert_file
for ONTAP, SMI-S, targetd plugin. - Bug fixes:
- Fix the ONTAP SSL connection.
- Sim plugin: Fix sqlite3 transaction of fs_child_dependency_rm().
- MegaRAID: Handle when both perccli and storcli are installed.
- MegaRAID plugin: Support pool status for rebuild and check.
- Fixed C++ code compile warnings.
- Library adds:
- Query health status of local disk:
lsm_local_disk_health_status_get()/lsm.LocalDisk.health_status_get()
- Query health status of local disk:
Version 1.4.0 release
- Add Python3 support.
- Add support of lmiwbem.
- Allow plugin test to be run concurrently.
- Bug fixes:
* Fix megaraid plugin for dell PERC.
* Fix local disk rotation speed query on NVMe disk.
* Fix lsmcli incorrect try-expect on local disk query.
* Fix all the gcc compile warnings.
* Fix the obsolete usage of AC_OUTPUT in configure.ac.
- Library adds:
* Query serial of local disk:
lsm_local_disk_serial_num_get()/lsm.LocalDisk.serial_num_get()
* Query LED status of local disk:
lsm_local_disk_led_status_get()/lsm.LocalDisk.led_status_get()
* Query link speed of local disk:
lsm_local_disk_link_speed_get()/lsm.LocalDisk.link_speed_get()
Version 1.3.5 release
Bug fixes:
- Fix anon_uid/anon_gid handling.
- Fix HPSA plugin on capabilities, system status, system mode.
- Fix running lsmcli on python 2.6.
- Fix missing vpd83 optional property in C library.
Enhancements:
- Rewrite C simulator plugin to support state saving.