Comment 4 for bug 1299124

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

Reviewed: https://review.openstack.org/83857
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=601d54c9ef926fa2d8abfe0121019f7ad94eefd5
Submitter: Jenkins
Branch: master

commit 601d54c9ef926fa2d8abfe0121019f7ad94eefd5
Author: Lucian Petrut <email address hidden>
Date: Fri Mar 28 10:47:07 2014 +0200

    Fixes cinder volume delete on Windows

    Because of the fact that an iSCSI target is not created anymore
    at volume creation time, not all volumes will have a corresponding
    target. For this reason, when removing an iSCSI target we must
    first check if the target actually exists.

    Change-Id: I8e571397df6d9a2eeb05e883b7da8494d4bfa1ad
    Closes-Bug: #1299124