deb-cinder/cinder/tests/unit/volume/drivers/hpe
stack 7e59cad656 backup of active 3par ISCSI bootable volume fails
1.Backup of ISCSI volume with chap enabled on it, fails
because it choose online copy code path where copy
volume is background process on 3par and we do not
wait for process to complete and setting of any attribute
on cloned volume failed during online copy of data.
This patch ensures it choses non online copy code path
for above scenario.

2.Backup of attached volume fails with snapCPG error
Sometime, during online clone operation, we set snapCPG and
userCPG on cloned volume but when we get cpg of
cloned volume we get an error as these attributes
do not set for cloned volume on 3par.
This patch ensure if cpg is not available for volume
from 3par it will take default value from 'host' attribute
from volume param.

Change-Id: I8dab8fd4e56c38557c46e4ae9a01fb6fead2a2a8
Closes-Bug: #1644238
Closes-Bug: #1646396
(cherry picked from commit 6543c0e13d)
2017-01-31 12:00:12 +00:00
..
__init__.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
fake_hpe_3par_client.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
fake_hpe_client_exceptions.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
fake_hpe_lefthand_client.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
test_hpe3par.py backup of active 3par ISCSI bootable volume fails 2017-01-31 12:00:12 +00:00
test_hpe_xp_fc.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00
test_hpelefthand.py Move drivers unit tests to unit.volume.drivers directory 2016-07-25 17:39:50 -04:00