Comment 2 for bug 1701506

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

Reviewed: https://review.openstack.org/479240
Committed: https://git.openstack.org/cgit/openstack/nova-dpm/commit/?id=4c23e0b0bcfec32c2fda762d01663280a1f55afa
Submitter: Jenkins
Branch: master

commit 4c23e0b0bcfec32c2fda762d01663280a1f55afa
Author: Prabhat Ranjan <email address hidden>
Date: Fri Jun 30 15:28:09 2017 +0530

    Instance delete always stops partition

    Instance delete always stops partition even if partition ia already stoped.
    Work around is when it try to stop the partition which
    is already stopped, then catch exception and pass it.

    Closes-Bug: #1701506

    Change-Id: I8ddb84de307bc58fa68136c503408a2d65ef629a
    Signed-off-by: Prabhat Ranjan <email address hidden>