]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add retry to lvm delete
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 29 Apr 2015 23:25:12 +0000 (17:25 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 29 Apr 2015 23:27:49 +0000 (17:27 -0600)
commitb813f3f807019fa4e87de644674fc41051b63118
treeaa4fc91874fa1d7d06d5c1287b969eeb3e537542
parent5df1f2190434af6ab1e09d922dca961ca4f09c23
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
cinder/brick/local_dev/lvm.py