manila/devstack
Valeriy Ponomaryov ab05b5c465 Add retries for deadlock-vulnerable DB methods
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
2015-08-12 08:48:36 +00:00
..
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
plugin.sh Add retries for deadlock-vulnerable DB methods 2015-08-12 08:48:36 +00:00
settings Add devstack plugin 2015-02-20 19:57:21 +02:00

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin manila https://github.com/openstack/manila
  3. run stack.sh