Releases: emc-openstack/storops
Releases · emc-openstack/storops
Release 0.2.18
Enhancements:
- [API-123] Add keep_for option for snap operation
- [API-122] Add job for NFS share creation
- [API-121] Add retry for drop connection error.
- [API-120] performance enhancement for VNX API.
Release 0.2.17
Enhancements:
- [API-119] Performance enhancement for VNX APIs
Bugfix:
- [API-118] Pool feature '-all' not Inyo compatible
Release 0.2.16
Enhancements:
- [API-117] Add white list support for Unity clear share access
- [API-115] Use REST API for Unity ACE related operation.
- [API-114] Add no parentheses support for decorators.
- [API-113] Enhance debug log for HTTP request.
Bugfix:
- Do not error out if VNX domain is missing.
Release 0.2.15
Changes:
- Add display_name for VNXPort instance.
- Add description in README for VNXSystemCapacity.
Release 0.2.14
Add following properties to enhance ease of use.
- Add
lun_list
property forVNXStorageGroup
which returns a list of
VNXLun
that was added to the storage group. - Add
hosts
property forVNXStorageGroup
which returns a list of
VNXHost
that was added to the storage group. - Add
lun_list
property forVNXHost
which contains all connected LUNs
of the host. - Add
alu_hlu_map
that returns the mapping between array LUN ID and host
LUN ID. - Add
alu_ids
property forVNXHost
which returns the IDs of the array
LUNs that attached to the host. - Add
hlu_ids
property forVNXHost
which returns the LUN IDs on the
host.
Release 0.2.13
Enhancements:
- Add list host support for VNX.
- Add system level capacity for VNX.
- Add callback for VNX LUN migration complete.
- Enhance log for Unity HTTP request and VNX naviseccli call.
Bugfix:
- Fix the issue that some times remove Unity Filesystem will fail.
- Add CT for VNX mirror view support.
Release 0.2.12
Including following bugfix:
- Enhance the performance of getting host related LUN.
- Fix the issue that
UnityResourceList
returns one fake object even if no resource exists. - Pop the
pywbemReq
version which contains the fix for certificate verification error.
Release 0.2.11
Include Unity LUN operation feature.
Detail operations:
- create
- delete
- attach
- detach
Release 0.2.9
Including following bugfix:
- [API-95] IP address is not normalized.
- [API-92] Add clear_access for UnityCifsShare
- [API-93] Incorrect hlu returned by storops
Release 0.2.8
Contains the same feature as 0.2.8.
The only change is replacing pywbem with pywbemReq which is a simplified fork.