]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add locking to PureISCSIDriver around creating Purity Host objects.
authorPatrick East <patrick.east@purestorage.com>
Wed, 15 Apr 2015 01:42:19 +0000 (18:42 -0700)
committerDoug Hellmann <doug@doughellmann.com>
Wed, 15 Apr 2015 19:49:29 +0000 (19:49 +0000)
commit3c3e1d8db5ff64156ab345c375549021db55b8a2
treef6d82b656300ef82b12e19197808d4cc7d33d273
parent672a1d4362268cd614adb2b424c982d6555d1629
Add locking to PureISCSIDriver around creating Purity Host objects.

This will prevent us from getting conflicting credentials for
connection methods which will result in iSCSI attach operations to fail.

Change-Id: Ia206e7b5ff330c8fccb49ed23a31b120a5c04eb3
Closes-Bug: 1444224
(cherry picked from commit a712afe42833443878898bb42851376cd8615ff9)
cinder/volume/drivers/pure.py