Comment 10 for bug 1450110

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

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

commit b813f3f807019fa4e87de644674fc41051b63118
Author: John Griffith <email address hidden>
Date: Wed Apr 29 17:25:12 2015 -0600

    Add retry to lvm delete

    Seems we have another issue related to lvm and
    snapshots, but this time it's on the delete side.

    We used a simple retry mechanism for snapshot create
    here:
      https://review.openstack.org/#/c/149360/8

    I'm hesitant to just add another retry without looking
    at dm issues, but this should address the problem
    temporarily and give us a chance to collect some
    data on the issue.

    Change-Id: I37607a09e2f9af6f2f32ddfaa8567400541e533a
    Closes-Bug: #1450110