]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Handle maxclonepervolume/node limits in SF driver.
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 20 Feb 2013 04:34:01 +0000 (21:34 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 20 Feb 2013 04:56:59 +0000 (21:56 -0700)
commit737468e5c80a35b859dcda29706c88e2976339a3
tree0f8adbd2ea8322c863be38c235275b91b198de57
parent31f34cad309b09d983f753d24715f1bcb9ebfc2c
Handle maxclonepervolume/node limits in SF driver.

The SolidFire cluster has a max simultaneous clones per volume and node
limt that we weren't accounting for.  Add some logic to detect this situation
and loop until enough simultaneous clones are completed to allow processing
of the next one in line.

Fixes bug: 1129810

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