f4910af Upgrade to libstoragemgmt 1.4.0

Authored and Committed by cathay4t 7 years ago
    Upgrade to libstoragemgmt 1.4.0
    
     - Add Python3 support.
     - New sub rpm package python3-libstoragemgmt.
     - Add support of lmiwbem(this rpm use pywbem instead).
     - 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()
    
        
file modified
+1 -0
file modified
+190 -66
file modified
+1 -1