Comment 28 for bug 1565895

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/newton)

Reviewed: https://review.openstack.org/403251
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d4ee75c931bea7b0583db1b8d07063fb22034ec6
Submitter: Jenkins
Branch: stable/newton

commit d4ee75c931bea7b0583db1b8d07063fb22034ec6
Author: Lucian Petrut <email address hidden>
Date: Thu Jun 16 11:41:20 2016 +0300

    Hyper-V: 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
    Closes-Bug: #1565895
    (cherry picked from commit 8c40c4268be57ff2f76cf616b53992b0d32e1fd3)