]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Revert changes to monkey_patch.
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 28 Nov 2012 19:19:14 +0000 (12:19 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Wed, 28 Nov 2012 19:23:28 +0000 (12:23 -0700)
commit44a2b8949fba07d9a3427137d59fe81fafbc3458
treec31d5a5232bc8e49739c9327db4f5ad5fb7673c4
parent79e0052e79fc8411b385c36cb1533d039ab09333
Revert changes to monkey_patch.

As a work-around to deal with bug 1075838, we modified
monkey_patch in the Cinder binaries.  The root cause of the
issue is/was actually a bug in eventlet but this was a quick
work-around.

Since the change Change-Id: I69ba75136e32e95c6fdf108f0c4fe21a5e3bdbe6
to do this landed, the problem has also been addressed in Keystone.

So, let's revert this patch to get back the greenthread performance
that we may have lost with this change.  For now, everything should
be addressed as long as we don't implement multi api worker in Cinder,
if we do and the evenlet fix hasn't been released we'll need to turn
the modification back on for bin/cinder-api.

Change-Id: Ie845bade85dbceacd91f15e082325602d9a79c74
bin/cinder-all
bin/cinder-api
bin/cinder-scheduler
bin/cinder-volume