Set the container_fs_size to 12G for Glance
The image_cache_size for glance defaults to 10G whilst our default fs_size for glance is still 5G. Moving this up to 12G resolves this issue. Change-Id: I56ddcce0535fdc0aa9e47ec898a6568a3e118804 Closes-Bug: #1442115
This commit is contained in:
parent
8b5d8f5b5c
commit
f75c71595b
@ -159,6 +159,7 @@ container_skel:
|
||||
properties:
|
||||
service_name: glance
|
||||
container_release: trusty
|
||||
container_fs_size: 12G
|
||||
heat_apis_container:
|
||||
belongs_to:
|
||||
- infra_containers
|
||||
|
Loading…
Reference in New Issue
Block a user