]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix Storwize/SVC LUN allocation with holes.
authorAvishay Traeger <avishay@il.ibm.com>
Tue, 19 Mar 2013 07:42:06 +0000 (09:42 +0200)
committerAvishay Traeger <avishay@il.ibm.com>
Tue, 19 Mar 2013 07:42:06 +0000 (09:42 +0200)
commite0878c86207d5ff5c2ebaa69eac454af545925ef
treec580096fb3291fafab8b471579401e93b79d3058
parent18a99ca4c6af2c14d335c8158eda81d2b3c5ca85
Fix Storwize/SVC LUN allocation with holes.

The Storwize/SVC driver should find the first unused LUN, but
continues searching, returning erroneous results.  Added 'break'
statement to fix.

Change-Id: Ibd95714e086a513a39fe9d20ffec57135dc5ec55
Fixes: bug 1157012
cinder/volume/drivers/storwize_svc.py