Comment 11 for bug 1011150

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

Reviewed: https://review.openstack.org/12965
Committed: http://github.com/openstack/nova/commit/b7f140351acf63c0054fc772edff2328fac3fcfb
Submitter: Jenkins
Branch: master

commit b7f140351acf63c0054fc772edff2328fac3fcfb
Author: John Griffith <email address hidden>
Date: Thu Sep 13 11:44:51 2012 -0600

    Add a resume delete on volume manager startup

      Currently if for some reason the volume service was stopped
      during the zero out operation of a volume delete there was
      no way to get the volume removed from the system (it would
      be present in deleting status forever).

      This change adds a simple check of volumes in the DB with status
      of deleting, and if any are found it restarts the delete process
      on them.

      addresses bug #1011150

    Change-Id: I6aa26e9eaa94da4b620f01160931cbfcad9dadf7