cinder/cinder/volume/drivers/hpe
Kushal 00bdedafff 3PAR: Fixed image cache enabled capability.
This patch fixes the problem with the 3PAR not
working with generic image cache during cache-miss scenario.

In order to do the image caching, the 3PAR has to create a
temporary snapshot of the volume being cloned.  Then the
background cloning is against the temporary snapshot.
The problem is, the temporary snapshot stays around.
We try to account for this temporary snapshot in
the delete volume action.

Addition to above scenario, When we try retype/migration of
above volume then this operation was unsuccessful as
temporary snapshot was present. So before doing retype/
migration of volume on 3par, we are checking temporary
snapshot on it, if it is present then we are deleting it.

Change-Id: I5eae88660b987d30c29a4827d349acc0350148bb
Closes-Bug: 1686985
2017-08-14 09:06:23 +00:00
..
__init__.py Refactor HP 3PAR drivers to now be HPE 2015-11-12 12:46:35 -08:00
hpe_3par_common.py 3PAR: Fixed image cache enabled capability. 2017-08-14 09:06:23 +00:00
hpe_3par_fc.py Tiramisu: Add groups param to failover_host 2017-07-10 09:30:13 -07:00
hpe_3par_iscsi.py Merge "3PAR: Get host from os-brick" 2017-07-24 21:22:28 +00:00
hpe_lefthand_iscsi.py HPE Lefthand: Fixed cloning operation 2017-07-19 08:57:47 +00:00