Comment 2 for bug 1502460

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

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

commit 1f546af6ffc8f51f7ac2546fb9456cdac86082b1
Author: Masaki Kanno <email address hidden>
Date: Sun Oct 4 15:57:22 2015 +0900

    Delete a temporary volume in DB with admin context

    Non-disruptive backup creates a temporary volume. Information
    of the volume will be deleted from DB if the volume cannot be
    created by drivers. volume_destroy method is used in order to
    delete the information. We must elevate the context to admin
    context because the method requests admin context.

    Change-Id: Ie5cd935cdd9e13c261708e504fa6fb2622a8aebb
    Closes-Bug: 1502460