]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixed wait for job completion in VMAX driver
authorXing Yang <xing.yang@emc.com>
Sun, 7 Dec 2014 19:57:27 +0000 (14:57 -0500)
committerXing Yang <xing.yang@emc.com>
Wed, 17 Dec 2014 23:19:34 +0000 (18:19 -0500)
commite845c1182dde5aa8858290c2719b017fb5ca5915
tree32f310df006b72daa858cb53d74306e9497be2d9
parentd1b89778f97fe235bef68a81215249ea590f327b
Fixed wait for job completion in VMAX driver

The VMAX driver used non-thread-safe variables in the wait for job
completion routines, resulting in failures or timeouts during concurrent
operations. This patch fixed the problem.

Closes-Bug: #1393568
Change-Id: I444b961a6543886da35fb44127b1cf7c509ce8d8
cinder/tests/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_utils.py