Comment 17 for bug 1565895

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to compute-hyperv (master)

Reviewed: https://review.openstack.org/374966
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=7c2e267d5da59cce6eb19e1ec6e98679ec0af102
Submitter: Jenkins
Branch: master

commit 7c2e267d5da59cce6eb19e1ec6e98679ec0af102
Author: Lucian Petrut <email address hidden>
Date: Thu Sep 22 19:23:39 2016 +0300

    Fix image handling when shared storage is being used

    The image cache operation uses thread locks, for which reason it is
    prone to race conditions when using shared storage. This is avoided
    by using file locks, placed on the shared path.

    Change-Id: I2b002993b7ab0973960794bfdd81d4fe57bf7399
    Partial-Bug: #1565895