ab05b5c465
It is very likely to get 'deadlock' updating common records such as quotas, usages, reservations and metadata. All of these things are API-dependent. So, add wrappers, that retries request on 'deadlock' exceptions. Also, set database config opt "max_pool_size" to '40' instead of having default value - '5'. It allows to keep upto 40 SQL connection alive at once. Change-Id: Ia6ec09d4617191c51ad95dd6d9f053141ec1c4c4 Closes-Bug: #1483604 |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin manila https://github.com/openstack/manila
run
stack.sh