]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixing LeftHand live migration error
authorAnthony Lee <anthony.mic.lee@hp.com>
Thu, 7 Aug 2014 20:58:34 +0000 (13:58 -0700)
committerAnthony Lee <anthony.mic.lee@hp.com>
Thu, 7 Aug 2014 21:12:11 +0000 (14:12 -0700)
commitb5791432e5126f47b55e958f1686d3dd474b97f6
tree9592adf4d256e4caa85416a1979fafd347f8e8e9
parent45716ca46f3608342fa922079b2c86d07d043bf8
Fixing LeftHand live migration error

Fixed a bug in the LeftHand driver that was causing an error to occur during
live migration of an instance that is attached to a volume. The solution was
to make sure server access is only requested for a volume if the iSCSI
session doesn't already have access enabled on the LeftHand backend.

Change-Id: I41046beb66f2a6138659ec3e4d1d3f37b37859b8
Closes-Bug: 1311350
cinder/tests/test_hplefthand.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py