Comment 2 for bug 1311350

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/112692
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=b5791432e5126f47b55e958f1686d3dd474b97f6
Submitter: Jenkins
Branch: master

commit b5791432e5126f47b55e958f1686d3dd474b97f6
Author: Anthony Lee <email address hidden>
Date: Thu Aug 7 13:58:34 2014 -0700

    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