October 2015
Intermediate to advanced
210 pages
4h 23m
English
The glance-api and glance-registry services are commonly configured to use /var filesystem to store locally Glance images and to cache images locally. It is possible to limit the maximum image size that can be uploaded to glance to avoid filling the /var filesystem or abusing the service.
The maximum possible should be set to a value under 8 exabyte (9223372036854775808).
To limit the size of glance images, follow these steps:
glance-api service to 1 TB:
[root@controller ~]# openstack-config --set /etc/glance/glance-api.conf default image_size_cap 1099511627776
glance-api service:
[root@controller ...Read now
Unlock full access