]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixed 3PAR driver issue finding correct vlun
authorWalter A. Boring IV <walter.boring@hp.com>
Mon, 28 Apr 2014 21:30:47 +0000 (14:30 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Mon, 28 Apr 2014 21:33:44 +0000 (14:33 -0700)
commit32bac00ea003015add0d33be262cb3002e4c43af
tree3c65aa9f68eb230ff4b0118c254c7dcced57032c
parenta221a30b32aa94077f352719b2637b51c1809069
Fixed 3PAR driver issue finding correct vlun

This patch fixes an issue that happens when
a volume is attached to the same host
more than once.  The driver wasn't looking
for the correct VLUN on the 3par after the
VLUN was created.  We now get the VLUN
information in the return of the creation call.

Change-Id: Id570094f29900c0adcffe6c9d4145c9ad5e3ce4e
Closes-Bug: #1313894
cinder/tests/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_common.py