Comment 2 for bug 1783582

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

Reviewed: https://review.openstack.org/588082
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8776c81f64bfee814573f217b140408f57fb302d
Submitter: Zuul
Branch: master

commit 8776c81f64bfee814573f217b140408f57fb302d
Author: Erlon R. Cruz <email address hidden>
Date: Mon Jul 23 16:34:47 2018 -0300

    NetApp ONTAP: Fix driver force detach operations

    Cinder API supports os-force_detach, which once invoked can call the
    driver finalize_connection passing a 'None' connector. When receiving
    this, the driver should handle this call by terminating every
    connection between the specified volume and any host it is mapped to.

    This patch fixes this behavior for NetApp ONTAP iSCSI and FC drivers.

    Change-Id: I7a6d3655cac173f2720a7f4ef87ce37ac4f022d7
    Closes-bug: #1783582