Comment 4 for bug 1422699

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to glance_store (master)

Reviewed: https://review.openstack.org/157013
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=774d9acb1593f181eef199922411c7ae51fd72e6
Submitter: Jenkins
Branch: master

commit 774d9acb1593f181eef199922411c7ae51fd72e6
Author: Gorka Eguileor <email address hidden>
Date: Wed Feb 18 15:24:00 2015 +0100

    Only warn on duplicate path on fs backend

    Currently if the same path is used in two filesystem_store_datadirs a
    BadStoreConfiguration exception is raised in the filesystem driver.

    This is the desired behavior if the same path appears with different
    priorities, as we don't know which one is correct, but if it appears
    with the same priority (it is an exact duplicate) a warning in the log
    should be enough.

    DocImpact
    Related-Bug: #1422699
    Closes-Bug: #1428257
    Change-Id: I4b0685f3c74851de6a47f1fdfdb6109b3eceb8ef