Skip to content

Releases: libstorage/libstoragemgmt

Version 1.7.3 release

16 Feb 19:31
43c4a5e
Compare
Choose a tag to compare

Version 1.7.2 release

Version 1.7.1 release

06 Nov 17:31
9c3adb6
Compare
Choose a tag to compare

Fix up/add documentation and correct packaging lint errors

sha1sum 06b56970729103d631dd079f7aac6f6f0a48c40d - libstoragemgmt-1.7.1.tar.gz

Version 1.7.0 release

24 Oct 17:41
0532cac
Compare
Choose a tag to compare

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

18 May 08:12
71577bf
Compare
Choose a tag to compare

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

31 Oct 16:00
961f638
Compare
Choose a tag to compare

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

19 Oct 14:05
d2227c4
Compare
Choose a tag to compare

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
  • 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

11 Oct 07:51
Compare
Choose a tag to compare

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 using sg 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()

Version 1.4.0 release

22 Feb 02:17
Compare
Choose a tag to compare
- 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

27 Sep 11:56
54eb290
Compare
Choose a tag to compare

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.