cinder/cinder/image
Eric Harney 1e74f318d6 Compress images uploaded to Glance
When possible (based on the image format), compress
images that are uploaded to Glance.  For now, this is
done for the qcow2 format, but can be expanded to
other formats as needed.

This should be a performance win for some deployments,
consuming less network/storage at the expense of CPU.
An "image_compress_on_upload" option is provided to
disable this behavior for deployments that want to
prioritize minimal CPU usage, etc.

Closes-Bug: #1824821
Change-Id: I22bd2be6653bdc4e755ea8a9d8780e8e67b4485a
2019-07-17 08:08:34 -04:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
cache.py Fix image volume cache max size and max count limits 2018-09-17 10:14:11 -04:00
glance.py Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
image_utils.py Compress images uploaded to Glance 2019-07-17 08:08:34 -04:00