openstack-ansible/releasenotes/notes/glance-cache-4d5f8036c5e8f5b1.yaml
Matthew Thode fb5a5cff7f
Bind mount glance cache directory
By default glance has ~10GB available to cache images on within it's
container.  Some images exceed that size causing image uploads to fail.
To work around this we can mount the image cache directory on the host.

This has the same danger as bind mounting the image directory (filling
up the host disk), so it's not a new danger, just one to be called out.

Change-Id: I887180b165a802a8d3635c2ad5b2284a123e230d
2018-08-27 18:21:55 -05:00

12 lines
454 B
YAML

---
features:
- |
Glance containers will now bind mount the default glance cache directory
from the host when glance_default_store is set to file and nfs is not in
use. With this change, the glance file cache size is no longer restricted
to the size of the container file system.
upgrade:
- |
Glance containers will be rebooted to add the glance cache bind mount if
glance_default_store is set to file and nfs is not in use.