Skip to content

Tags: bigmagic/python-3parclient

Tags

4.2.11

Toggle 4.2.11's commit message
- Fix problem with growVolume where python3 is converting division as…

… a float value

4.2.10

Toggle 4.2.10's commit message
- Add support for Primera Array

4.2.3

Toggle 4.2.3's commit message
Changes need to dist 4.2.3 version of python-3parclient on pypi.pytho…

…n.org

3.3.2

Toggle 3.3.2's commit message
Update copyVolume to remove destCPG offline copy

This patch fixes a small issue with copyVolume when it's not an online
copy.  The client can't pass the destCPG for offline copy, or the 3PAR
itself will throw an error.

Added .gitreview

Change-Id: I11eb5712b8cdd31585c3bd14ec8f0d7f523cfc60

4.2.1

Toggle 4.2.1's commit message
Add retries for certain exceptions

When certain exceptions are raised, we want the ability to retry
these API requests. Retries will be triggered when the following
exceptions are raised:
  - exceptions.HTTPServiceUnavailable
  - requests.exceptions.ConnectionError

Change-Id: Ie68d71038b55bf9c010887ce7f71a8b0b39afe3f

4.2.0

Toggle 4.2.0's commit message
Tag for 4.2.0 release

3.3.1

Toggle 3.3.1's commit message
Adds API to retrieve a volumes snapshots

Running "showvv -p -copyof <volume_name>" returns all snapshots that
are associated with a given volume. This patch adds support to retrieve
the list of these snapshot names.

Change-Id: I98104a002ef004163c97196f6025a776bd859efc

4.1.0

Toggle 4.1.0's commit message
Bump version to 4.1.0

Bumping the version to 4.1.0 in order to publish the client to PyPI.

Change-Id: I9816bae8c151746b9db6f1e7ea8fdf87bcdeef5a

4.0.2

Toggle 4.0.2's commit message
Fix docs and README of the 4.0.1 release

There are some doc errors that needs to be updated from the 4.0.1
release of the python-3parclient. The README file is also updated
to reflect remote copy capabilities.

Change-Id: I5ad2228e3b5442269d596169f295227faa5d966e

4.0.1

Toggle 4.0.1's commit message
Implement remote copy client calls

3PAR's WSAPI fully supports remote copying of volumes; this patch
implements all remote copy functionality at the client level:
   - getRemoteCopyInfo
   - getRemoteCopyGroups
   - getRemoteCopyGroup
   - createRemoteCopyGroup
   - removeRemoteCopyGroup
   - modifyRemoteCopyGroup
   - addVolumeToRemoteCopyGroup
   - removeVolumeFromRemoteCopyGroup
   - startRemoteCopy
   - stopRemoteCopy
   - synchronizeRemoteCopyGroup
   - recoverRemoteCopyGroupFromDisaster
   - toggleRemoteCopyConfigMirror


The option for running remote copy tests against live arrays is now
available through the config.ini file.

Change-Id: Ic3711ef7727578f7aeb70790ef8601ca2f4c488d