Comment 14 for bug 1112483

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

Reviewed: https://review.openstack.org/37907
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8a6ee4808782820cc0938519eb3db63a5eb9a2ff
Submitter: Jenkins
Branch: master

commit 8a6ee4808782820cc0938519eb3db63a5eb9a2ff
Author: Jason Dillaman <email address hidden>
Date: Wed Jul 17 16:17:08 2013 -0400

    Delete iSCSI devices after volume detached

    Previously, after detaching from a volume, the iSCSI device
    remains attached on the compute node until all LUNs for a given
    IQN are detached -- causing issues when LUNs are reused for
    different volumes. This change will delete the device(s)
    associated with the detached volume so LUNs can be reused.

    Fixes bug 1112483
    Change-Id: Icae3ec4d1ee2036fbba7b9eb5c03a1c86014fcc0