c09d157960
This commit adds an external lock to sqlite when launching multiple worker processes (using uwsgi) the db init will fail for one since the 2 workers will race for initializing the DB. The method is idempotent so we can safely run it twice in succession, but the lock is necessary to provides us protection against running it at the same time. Depends-On: I9a66a8636d12037ff9aa4fb73cc3f9b9343dd7e9 Change-Id: I654c3a5604a89402ba94d9cea44699a48583a7e0
6 lines
212 B
YAML
6 lines
212 B
YAML
---
|
|
upgrade:
|
|
- The lock_path config option from oslo.concurrency is now required for using
|
|
the sql image_cache driver. If one is not specified it will default to
|
|
the image_cache_dir and emit a warning.
|