Skip to content

Releases: emc-openstack/storops

Release 0.2.18

22 Aug 15:38
Compare
Choose a tag to compare

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

25 Jul 10:19
Compare
Choose a tag to compare

Enhancements:

  • [API-119] Performance enhancement for VNX APIs

Bugfix:

  • [API-118] Pool feature '-all' not Inyo compatible

Release 0.2.16

21 Jul 09:51
Compare
Choose a tag to compare

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

05 Jul 07:53
Compare
Choose a tag to compare

Changes:

  1. Add display_name for VNXPort instance.
  2. Add description in README for VNXSystemCapacity.

Release 0.2.14

04 Jul 17:50
Compare
Choose a tag to compare

Add following properties to enhance ease of use.

  • Add lun_list property for VNXStorageGroup which returns a list of
    VNXLun that was added to the storage group.
  • Add hosts property for VNXStorageGroup which returns a list of
    VNXHost that was added to the storage group.
  • Add lun_list property for VNXHost 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 for VNXHost which returns the IDs of the array
    LUNs that attached to the host.
  • Add hlu_ids property for VNXHost which returns the LUN IDs on the
    host.

Release 0.2.13

01 Jul 11:40
Compare
Choose a tag to compare

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

20 Jun 05:30
Compare
Choose a tag to compare

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

06 Jun 07:53
Compare
Choose a tag to compare

Include Unity LUN operation feature.

Detail operations:

  • create
  • delete
  • attach
  • detach

Release 0.2.9

09 May 03:41
Compare
Choose a tag to compare

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

05 May 05:49
Compare
Choose a tag to compare

Contains the same feature as 0.2.8.

The only change is replacing pywbem with pywbemReq which is a simplified fork.