]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Don't perform retry_execute in certain cases.
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 18 Jun 2013 20:45:50 +0000 (14:45 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 19 Jun 2013 22:11:23 +0000 (16:11 -0600)
commitca04fc18293af34e0b92cad176804bb967bd19ae
tree8dd159b63d571f2f0c8968750509e9574d2e4440
parent1482c4045b94319aff0bd5999a52eb892152773b
Don't perform retry_execute in certain cases.

Certain cases like "LVM not found" and "Insufficient space"
in LVM create/delete shouldn't be retried.

Change-Id: I1a0891f769d37dc858c70b07c838f9fc4111a76c
cinder/volume/driver.py
cinder/volume/drivers/lvm.py