Comment 5 for bug 973194

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

Reviewed: https://review.openstack.org/7269
Committed: http://github.com/openstack/nova/commit/7028d66ae97c68f888a2bbf2d3b431702f72b4c5
Submitter: Jenkins
Branch: stable/essex

commit 7028d66ae97c68f888a2bbf2d3b431702f72b4c5
Author: Mandar Vaze <email address hidden>
Date: Thu Apr 5 01:33:34 2012 -0700

    Introduced flag base_dir_name. Fixes bug 973194

    rebased from master.

    If user faces locking related problem when two nova-compute hosts
    sharing same disk area via nfs, try to download same image into
    cache concurrently - Then base_dir_name can be set to "_base_$my_ip" in
    nova.conf

    Default value for base_dir_name is "_base" thus retaining existing
    behavior.

    Change-Id: Icff10ed75ba83f7256731614dc9e01e578b347a4