]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
GlusterFS: Lock on a per-volume basis
authorEric Harney <eharney@redhat.com>
Mon, 17 Nov 2014 14:22:15 +0000 (19:52 +0530)
committerBharat Kumar Kobagana <bkobagan@redhat.com>
Fri, 21 Nov 2014 08:17:13 +0000 (13:47 +0530)
commitf16c121697b4f2efcb4f7074658c1f3412e61465
tree102aaed3a515eb328853863922248d699f8917ad
parent6dacf44f27966593b427f950fbdbb19e37bdf5bd
GlusterFS: Lock on a per-volume basis

This allows operations that do not conflict with each
other (i.e. are on different volumes) to run concurrently.
The prior locking scheme was too coarse and essentially
made the driver single-threaded.

Change-Id: Ib048c21f66926cb96ae02ced4bd16a752d52b301
cinder/volume/drivers/glusterfs.py