Comment 10 for bug 1011150

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

Reviewed: https://review.openstack.org/12955
Committed: http://github.com/openstack/cinder/commit/2aa501560384205b0fd3891ed5dd2a3864afcdc2
Submitter: Jenkins
Branch: master

commit 2aa501560384205b0fd3891ed5dd2a3864afcdc2
Author: John Griffith <email address hidden>
Date: Thu Sep 13 10:53:52 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: Id4c4a3bc61f95245ebc6658234b4b88029956562