Comment 6 for bug 1219097

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

Reviewed: https://review.openstack.org/44794
Committed: http://github.com/openstack/cinder/commit/d2479f1e88e1eff777afbc922ae1da63afcc7716
Submitter: Jenkins
Branch: master

commit d2479f1e88e1eff777afbc922ae1da63afcc7716
Author: Avishay Traeger <email address hidden>
Date: Mon Sep 2 20:23:45 2013 +0300

    Soft delete tmp migration volume

    Previously the row for the temporary migration volume was deleted from
    the database, which caused a foreign key violation for its admin
    metadata. Regardless, the volume should have been soft deleted from the
    database anyway, and this patch takes care of that.

    Change-Id: I8e4942b0e21ec79c90aa95b18b5612b5b133fd62
    Closes-Bug: #1219097