Current Series Release Notes¶
5.5.0-5¶
Bug Fixes¶
Bug #2115906: Fixed race condition causing mount/umount operations to fail in multi-worker Glance deployment with uWSGI.
Bug #2154211: Fixed issue with the volume iterator detaching the volume after the get image call is finished causing the volume to be in transitional state and deletion fails if attempted immediately.
5.5.0¶
New Features¶
Added a new configuration option
cinder_attachment_retry_attemptsto configure the number of retries that needs can be attempted when trying to attach the image-volume. The default value is5.
Bug Fixes¶
Bug #2148167: Fixed issue when trying to attach the image-volume simultaneously. Added a new configuration option
cinder_attachment_retry_attemptsto allow more time for attachment create operation to finish when image is being consumed simultaneously. The default value is5.
Fixed a Swift download regression for multi-backend deployments: some code read options from the raw Oslo config group, where grafted backends leave unset values as
None, instead of usingstore_conf(BackendGroupConfiguration), which falls back tobackend_defaults.Retry count and retry iterator configuration now read from
store_conf(Oslo defaults apply when unset). Token-refresh interval usesstore_confwith a driver fallback if still unset. This avoidsTypeErroron image download (including whenswift_store_retry_get_countis greater than zero).For more details, see bug 2146432.