Merge "Bind mount glance cache directory"
This commit is contained in:
commit
2b0ece67d3
@ -33,3 +33,5 @@ glance_venv_download_url: "{{ venv_base_download_url }}/glance-{{ openstack_rele
|
||||
glance_container_bind_mounts:
|
||||
- bind_dir_path: "/var/lib/glance/images"
|
||||
mount_path: "/openstack/{{ inventory_hostname }}"
|
||||
- bind_dir_path: "/var/lib/glance/cache"
|
||||
mount_path: "/openstack/{{ inventory_hostname }}"
|
||||
|
11
releasenotes/notes/glance-cache-4d5f8036c5e8f5b1.yaml
Normal file
11
releasenotes/notes/glance-cache-4d5f8036c5e8f5b1.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue
Block a user