Comment 2 for bug 1304516

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

Reviewed: https://review.openstack.org/86087
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=131777688562b1ec020327067d89da1535b99640
Submitter: Jenkins
Branch: master

commit 131777688562b1ec020327067d89da1535b99640
Author: Lucian Petrut <email address hidden>
Date: Tue Apr 8 19:35:10 2014 +0300

    Fixes cinder error state volume delete on Windows

    If the volume creation fails and the iSCSI disk is not created,
    trying to delete the error state volume will fail on Windows.

    Deleting the iSCSI disk must be skipped when it does not exist.

    Change-Id: I2cd615e71fe457c241bea207c4bd8904c1ffd9cb
    Closes-Bug: #1304516