Comment 3 for bug 1501670

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

Reviewed: https://review.openstack.org/233355
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=e91632b6e2ff34d9bf0be52f6ac7d5d2a7520245
Submitter: Jenkins
Branch: master

commit e91632b6e2ff34d9bf0be52f6ac7d5d2a7520245
Author: Csaba Henk <email address hidden>
Date: Sat Oct 10 01:23:11 2015 +0200

    glusterfs/volume layout: fix incorrect usage of export_location

    Actually, all uses of export_location are incorrect -- from the
    layout code's point of view, export_location is an arbitrary
    opaque value, obtained from self.driver._setup_via_manager with
    which the only legit action is to return it from create_share*.

    That we use export_location as dict key in ensure_share is just
    a pre-layout relict that survived by the virtue of remaining
    unnoticed. Now the referred bug forced it out of the dark.

    Change-Id: I965dae99486002f00145daff0cd2a848777b5b81
    Partial-Bug: #1501670