Comment 2 for bug 1707181

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

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

commit 662f34b67ccd48553c77c81ae1d377ef20a7ebc0
Author: Ciara Stacke <email address hidden>
Date: Fri Jul 28 12:50:10 2017 +0100

    VMAX driver - Error attaching failed over volumes.

    Attempting to attach a volume to a server on FC after a replication
    failover fails with "error: list index out of range". This is because
    'common.get_target_wwns_from_masking_view' does not check if the
    volume is failed over. This patch rectifies the issue. This patch also
    adds some locks around RDF groups to avoid concurrency issues.

    Change-Id: Ie04513903b7e75e6373124c164007fd141acdcc6
    Closes-Bug: #1707181