cinder/cinder/tests/unit/volume/drivers/solidfire
John Griffith 6cf3756c49 Fix lock contention in SolidFire driver
I'm an idiot an introduced a double lock around the
same resource here:
    commit fb9ed782f1

This patch removes the lock decorator from the inner
_do_clone method and puts a common source lock around
the public calls to clone and clone-from-snapshot,
while preserving the intent of the image-id lock around
clone_image.

Change-Id: If9145dbaf3678522beea14c613055049f5757a98
Closes-Bug: #1673264
(cherry picked from commit eceade74b8)
2017-03-15 16:59:02 -06:00
..
__init__.py SolidFire QoS scaled by volume size 2016-12-05 08:43:35 -07:00
scaled_iops_invalid_data.json SolidFire QoS scaled by volume size 2016-12-05 08:43:35 -07:00
scaled_iops_test_data.json SolidFire QoS scaled by volume size 2016-12-05 08:43:35 -07:00
test_solidfire.py Fix lock contention in SolidFire driver 2017-03-15 16:59:02 -06:00