Comment 2 for bug 1437176

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

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

commit 482d304e385b93b34ee7dd087b4a435987a7a232
Author: Csaba Henk <email address hidden>
Date: Fri Jan 23 00:32:33 2015 +0100

    glusterfs_native: negotiate volumes with glusterd

    So far glusterfs_native was able to create shares
    from volumes listed in 'glusterfs_targets' config
    option.

    New behavior: a regexp pattern is to be provided
    through the glusterfs_volume_pattern config option.
    Upon share creation, grep gluster server's volumes
    with this pattern and create the new share from
    one among those.

    Change-Id: I12ba0dbad0b1174c57e94acd5e7f6653f5bfaae8
    Closes-Bug: #1437176