When uploading images from the Horizon UI, the images will get stored in the glance-api pods on those controllers. If the image is larger than the remaining disk size the operation will fail.
The default size for the controller nodes that run the glance-api pods are:
sizing:
small:
numCPUs: 4
memoryMB: 16384
diskSizeGB: 25
medium:
numCPUs: 8
memoryMB: 32768
diskSizeGB: 50
large:
numCPUs: 12
memoryMB: 32768
diskSizeGB: 75
To accommodate larger images, we need to change the disk size of the controller nodes.
6.x