Comment 2 for bug 1941694

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/809518
Committed: https://opendev.org/openstack/cinder/commit/c569b7f22575ef22f9d0d2af512b31c27ca0ccbe
Submitter: "Zuul (22348)"
Branch: master

commit c569b7f22575ef22f9d0d2af512b31c27ca0ccbe
Author: gksk <email address hidden>
Date: Fri Sep 17 04:18:18 2021 +0000

    [SVf] Fixed Detach for multi-attach volumes

    [Spectrum Virtualize family] During detach operation
    for Multi attach type volumes the first detach
    from the host is successful. In the second detach
    operation the volume remains in detaching state.

    Fixed the above issue by adding a check for multi-attach
    volumes and get the host mapping info of a volume.
    if the volume is attached to single host skip the
    terminate connection function and return.

    closes bug: #1941694

    Change-Id: I40c088c17b15b3de815caddfe2922097228e3b00