Comment 9 for bug 1605193

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

Reviewed: https://review.openstack.org/382510
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=fe117a7bedb51cd1f4250dacef8264eb30d2cd75
Submitter: Jenkins
Branch: stable/mitaka

commit fe117a7bedb51cd1f4250dacef8264eb30d2cd75
Author: Helen Walsh <email address hidden>
Date: Wed Jul 27 14:38:26 2016 +0100

    VMAX driver - Cleanup of Initiator group fails

    When the last volume has been deleted from the Storage
    Group and the Masking View has been deleted and the
    initiator group is no longer in use, the deletion of
    the Initiator group fails. The initiator group is actually
    deleted off the array, but the code is throwing up an
    error when it uses the now deleted initiator group
    name to search for remaining masking views. The
    solution is to check if the initiator group has been
    deleted by common.terminate_connection before searching
    for remaining masking views.

    Change-Id: I79559789459f73c4adebf010d84cbeedd25f7f74
    Closes-Bug: #1605193
    (cherry picked from commit 8e62557f6e6608ab415d5d172caa88f3033a86a0)