Jump to letter: [
034679ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python3-libstoragemgmt - Python 3 client libraries and plug-in support for libstoragemgmt
- Description:
The python3-libstoragemgmt package contains python 3 client libraries as
well as python framework support and open source plug-ins written in python 3.
Packages
| python3-libstoragemgmt-1.4.0-1.fc24.noarch
[160 KiB] |
Changelog
by Gris Ge (2017-02-21):
- 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()
|