2017-02-27 13:39:37 -08:00
|
|
|
---
|
|
|
|
fixes:
|
|
|
|
- Fixes an issue which caused conductor's periodic tasks to stop executing.
|
2017-03-06 14:08:09 -08:00
|
|
|
See https://bugs.launchpad.net/ironic/+bug/1637210.
|
2017-02-27 13:39:37 -08:00
|
|
|
features:
|
|
|
|
- Adds DBDeadlock handling which may improve stability when using Galera.
|
2017-03-06 14:08:09 -08:00
|
|
|
See https://bugs.launchpad.net/ironic/+bug/1639338. Number of retries
|
2017-03-10 10:41:27 -08:00
|
|
|
depends on the configuration option ``[database]db_max_retries``.
|
2017-02-27 13:39:37 -08:00
|
|
|
upgrade:
|
|
|
|
- All DB API methods doing database writes now retry on deadlock. The
|
|
|
|
``[database]db_max_retries`` configuration option specifies the maximum
|
2017-03-10 10:41:27 -08:00
|
|
|
number of times to retry, and can be customised if necessary.
|