Comment 3 for bug 1322340

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

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

commit b8a064f10a4dad097ef40f401015897cf9b424c3
Author: Mike Perez <email address hidden>
Date: Thu May 22 14:29:06 2014 -0700

    Handle volumes no longer existing in resume delete

    init_host resumes deletes for volumes with a status of 'deleting'. It
    does these sequentially, and sometimes a volume could be deleted under
    it, causing a bad stacktrace. This will gracefully handle those
    situations and move on. Added coverage for resume volume delete being
    successful as well.

    Change-Id: I5b30265609b65804f2da77d9daa84b640de7939c
    Closes-Bug: #1322340