Bug 1575758
Summary: | Cinder's image volume cache sync lock prevents parallel image downloading | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alan Bishop <abishop> |
Component: | openstack-cinder | Assignee: | Alan Bishop <abishop> |
Status: | CLOSED ERRATA | QA Contact: | Avi Avraham <aavraham> |
Severity: | medium | Docs Contact: | Kim Nylander <knylande> |
Priority: | medium | ||
Version: | 10.0 (Newton) | CC: | aavraham, abishop, cschwede, eharney, knylande, nchandek, srevivo |
Target Milestone: | zstream | Keywords: | Triaged, ZStream |
Target Release: | 8.0 (Liberty) | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | openstack-cinder-7.0.3-15.el7ost | Doc Type: | Bug Fix |
Doc Text: |
Cinder uses a synchronization lock to prevent duplicate entries in the volume image cache. Prior to this update, the scope of the lock was too broad and caused simultaneous requests to create a volume from an image to compete for the lock, even when the image cache was not enabled. With this update, the synchronization lock has been updated to minimize the scope of the lock, and to take effect only when the volume image cache is enabled. As a result, simultaneous requests to create a volume from an image run in parallel when the volume image cache is disabled. When the volume image cache is enabled, locking is minimized to ensure only a single entry is created in the cache.
|
Story Points: | --- |
Clone Of: | 1575720 | Environment: | |
Last Closed: | 2018-07-05 12:28:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1555188, 1572220, 1575130, 1575720 | ||
Bug Blocks: |
Description
Alan Bishop
2018-05-07 20:05:43 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2131 |