Activity log for bug #1644177

Date Who What changed Old value New value Message
2016-11-23 10:28:13 Andrey Pavlov bug added bug
2016-11-23 10:28:23 Andrey Pavlov glance-store: assignee Andrey Pavlov (apavlov-e)
2016-11-23 10:29:15 Andrey Pavlov description Configuration: 1) glance is configured to store images in cinder. 2) cinder's backend is a ScaleIO. Description: ScaleIO creates volumes with size divided by 8Gb. And if client wants to create 1Gb cinder will create volume of 8Gb anyway. glance store creates 1Gb volume for uploading image. If image is bigger it extends volume by 1Gb. In this case cinder throws an error "New size for extend must be greater than current size. (current: 8, extended 2)." glance store should check real voluume size after creation and extends volume only if it's needed. Configuration: 1) glance is configured to store images in cinder. 2) cinder's backend is a ScaleIO. Description: ScaleIO creates volumes with size divided by 8Gb. And if client wants to create 1Gb cinder will create volume of 8Gb anyway. glance store creates 1Gb volume for uploading image. If image is bigger it extends volume by 1Gb. In this case cinder throws an error "New size for extend must be greater than current size. (current: 8, extended 2)." glance store should check real voluume size after creation and extends volume only if it's needed. cinder behavior was changed in Newton release.
2016-11-23 14:10:48 OpenStack Infra glance-store: status New In Progress
2016-12-13 23:57:23 OpenStack Infra glance-store: status In Progress Fix Released