ERROR glance.api.v2.image_data [req-########-####-####-####-############ ################################ ################################ - ################################ ################################] The incoming image is too large: The provided image is too large.: glance.common.exception.ImageSizeLimitExceeded: The provided image is too large.DEBUG oslo_vmware.image_util [req-########-####-####-####-############ ################################ ################################ - ################################ ################################] Introspected the following properties from the VMDK {'virtual_size': '#####', 'vmware_disktype': 'streamOptimized', 'vmware_adaptertype': 'busLogic'} introspect_vmdk /usr/lib/python3.7/site-packages/oslo_vmware/image_util.py:3277.x
The upstream documentation for Openstack (Train) says that the default size for a Glance Image is 1 TB
https://docs.openstack.org/glance/train/configuration/configuring.html see 'Configuring Glance Image Size Limit'
This message indicates that the introspected size exceeds this default limit.
We can set a higher limit on the image_size_cap value for Glance.
#viocli update glanceconf: glance: DEFAULT: image_size_cap: "###" (new size in bytes)