]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Increase timeout period for clone volume.
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 17 Jul 2013 00:27:19 +0000 (18:27 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 17 Jul 2013 00:30:07 +0000 (18:30 -0600)
commit9ce7cdbaeb73031d841cb0943ca1812b149d1c19
tree1860daade1040b529822c4f5b5a0a58b7c07bdd4
parent4a200217a2d60e36629b9bb12785f19c4cb6061a
Increase timeout period for clone volume.

Current timeout value for clone volume in the
SolidFire driver is 20 seconds, this is fine
in many cases however there seems to be a
number of customers doing clones of
volumes >= 400G.

A populated 400G volume is taking upwards of
35 seconds to clone in some cases resulting in failure.

There's no reason not to bump this timeout value up
significantly to a worst case scenario (ie multi-terrabyte volume).

Fixes bug: 1202007

Change-Id: I98c399f5d647e14f031018f7fc1cc43bb0d94c84
cinder/volume/drivers/solidfire.py