Releases: Naudit/pystorcli2
Releases · Naudit/pystorcli2
Version 0.6.4
-
New features:
- [Controller] Added methods to control the foreign configuration. (PR #11)
- [Controller] Now some storcli calls can return an error and get handled without raising exceptions. (Issue #13)
- [Drive] Added some aliases to
drive.state
&drive.set_state
method. (Issue #12) - Added enum-class StorcliError. This Enum stores any posible (documented) error reported by storcli. We can expect & catch some of them if we want to
-
Changes:
Thanks to @ulmitov & @dgilbert101 for the contributions to this release
Version 0.6.3
-
New features:
- [Controller] Added methods to control the patrolread. (PR #10)
- [Virtualdrive] New property (get & set)
access
in order to get or set the access policy of a virtual drive.
-
Fixes:
- [Controller] Fixed minnor issue with controller.metrics typing. WARNING: those types will be changed in future versions.
-
Changes:
- [Controller] Refactor: Moved metrics into different subfolder.
- [Enclosure] Refactor: Moved into subfolder.
- [Drive] Refactor: Moved state & metrics into different subfolder.
- [Virtualdrive] Refactor: Moved metrics into different subfolder.
- Many python typing fixes
-
Breaking changes
- [Virtualdrive] State is now of type
VDState
- [Virtualdrive] State is now of type
Version 0.6.1
-
New features:
-
Fixes:
Thanks to @ulmitov and @dgilbert101
Version 0.6.0
-
New features:
- Added enclosures, drives and virtualdrives to main init.py
- Increased test coverage
- [Storcli] Added version properties to storcli class
- [Storcli] Added property to get the list of controllers
- [Controller] Method
create_vd
now acceptsPDperArray
. If it is required for some raid types, it is set to #disks//2. Requested in #2 - [DriveMetrics] Added vd and vd_id properties to DriveMetrics class
- [Drive] Added method
set_state
that can be forced. Requested in #5 - [Drive] Added class
DriveState
to better manage drive states. Closes #7 - [Drives] Added class
Drives
to manage a list of drives. This have been just added to keep the enclosures/virtualdrives working model.
-
Fixes:
- Package
pystorcli2
installs packagespystorcli
andpystorcli2
for backward compatibility. This is a temporary fix until all the projects usingpystorcli
are updated to usepystorcli2
. The packagepystorcli
will be removed in the future. Contents ofpystorcli
andpystorcli2
are the same.
Requested in #1 - Fixed variable
__all__
in project__init__.py
- [Storcli] Fixed issue with
get_controllers
method. Requested in #6 - [Storcli] Fixed (some) calls when storcli rejects returning jsons. Requested in #8
- [Controller] Fixed issue with
create_vd
method. Now it is possible to create a virtual drive with a specific number of physical drives per array. Requested in #2 - [Drive] Fixed issue with
set_state
method & property. Requested in #5 - [Binaries][metric]: fixed library calls
- Other minor fixes
- Package
-
Breaking changes
- Supported python versions are now 3.8 and onwards
- Slowly we are migrating to python3-typed classes. This have changed types in many clases and more is coming in future versions.
If you found any issue (typing error), please report it and we'll fix it as soon as possible. - Migrated from setup.py to pyproject.toml
- [Enclosure] Drive list is now a
Drives
object instead of a list ofDrive
objects
Thanks to @ulmitov for the contributions to this release
Version 0.5.0
-
New features:
- Added some code tests
- Added coverals to ci
-
Fixes:
- Fixed some issues with python<3.9
- fixing listing controllers when there is no controllers
Pystorcli 1 -- 0.3.7 and previous
Version 0.3.7
- Minnor code fixes
- Changed maintainer to Rafael Leira & Naudit HPCN S.L.
- pystorcli is renamed to pystorcli2
- Change license to BSD
Version 0.3.6
- [virtualdrive] fix pdcache getter and setter docstring
Version 0.3.5
- [bin] [metrics] add smart and predictive failure to the drive metrics
Version 0.3.4
- [bin] [metrics] fix missing cachevault
- [enclosure] change way of getting disk slot ids
- [storcli] fix singleton binary override
- [all] suppressing exception context for StorCliMissingError
Version 0.3.2
- install pystorcli-metrics script
- [bin] add pystorcli-metrics script for printing base storcli json metrics
- [controller] fix physical_drives_non_optimal metric
Version 0.3.1
- [all] consolidate all metrics as string
Version 0.3.0
- Add option for StorCLI thread safe singleton class instance and resposne caching
Version 0.2.3
- [enclosure] fix 2 has_drives method
Version 0.2.2
- [enclosure] fix has_drives method
Version 0.2.1
- [all] rework exceptions & and add object self existance check
Version 0.1.0
- [cachevault] add another abstract object CacheVault
- [virtualdrive] consolidate state output
- [vd / enclosure] add has_* method to verify presence of the next level objects in storctl hierarchy
- [controller / vd / drive / enclosure] fix args modification - create deep copy of args first
- [controller / vd / drive] add basic metrics
- [all] fix docstrings
Version 0.0.5
- [drive] fix comment typo
- [drive] fix create hotspare dgs and enclaffinity options
Version 0.0.2
- [drive] create hotspare add enclousure affinity option