Comment 2 for bug 1476710

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

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

commit 26ff88ca9f63ea24374d027252ee7501fe36451a
Author: Csaba Henk <email address hidden>
Date: Tue Jul 21 23:27:19 2015 +0200

    GlusterFS: fix retrieval of management address of GlusterFS volumes

    We need the so-called management address of a GlusterFS
    volume (ssh address of its management node) at a few places
    for bookkeping reasons (certain data like GlusterFS version
    is stored in management address-keyed dicts).

    So far it was available only through ad-hoc mangling of
    various attributes of a GlusterManager instance that
    represents the volume. Now we make it available
    directly from GlusterManager as an attribute.

    Also fix an occurrence of ad-hoc mangling going wrong,
    ie. where a wrongly constructed address is attempted
    to be used as dict key.

    Change-Id: Ic5a96bc99943dda3592372512916257d53f61b80
    Closes-Bug: #1476710