Comment 2 for bug 1708329

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

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

commit 2d888670817a1761e27d7482267ad1fcab0443a9
Author: Tingting Zha <email address hidden>
Date: Thu Aug 3 14:14:07 2017 +0800

    Fujitsu Driver: Fix exception in terminate_connection with no connector

    Force-detach should be ok when connector is None. When connector
    is None, we change the driver to detach the volume from anything
    its attached to.

    Change-Id: I244e392ff00ef333a4ea823fb7b27da457c4fcea
    Closes-Bug: #1708329