[Bugs] [Bug 1136312] geo-rep mount broker setup has to be simplified.

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 17 11:56:28 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1136312



--- Comment #7 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/9398 committed in master by Vijay Bellur
(vbellur at redhat.com) 
------
commit 79009691c01f2b32b523d91a159aadd0e414f31b
Author: Aravinda VK <avishwan at redhat.com>
Date:   Tue Jan 6 18:20:45 2015 +0530

    geo-rep: mountbroker user management

    Non root geo-replication setup is now simplified. This
    patch provides cli for mountbroker user and options management

    To set Options,
        gluster system:: execute mountbroker opt <KEY> <VALUE>
        # for example,
        gluster system:: execute mountbroker opt mountbroker-root
/var/mountbroker-root
        gluster system:: execute mountbroker opt geo-replication-log-group
geogroup
        gluster system:: execute mountbroker opt rpc-auth-allow-insecure on

    To remove option,
        gluster system:: execute mountbroker optdel <KEY>
        # for example,
        gluster system:: execute mountbroker optdel geo-replication-log-group

    To add/edit user,
        gluster system:: execute mountbroker user <USERNAME> <VOLUMES>
        # for example
        gluster system:: execute mountbroker user geoaccount
slavevol1,slavevol2

    To remove user,
        gluster system:: execute mountbroker userdel <USERNAME>
        # for example
        gluster system:: execute mountbroker userdel geoaccount

    For info,
        gluster system:: execute mountbroker info
        gluster system:: execute mountbroker -j info

    For JSON output add -j after mountbroker, for example,
        gluster system:: execute mountbroker -j user geoaccount
slavevol1,slavevol2

    PS: Each peer prints its own JSON output, aggregator required from consumer
side

    BUG: 1136312
    Change-Id: Ie52210c0bcc91ac2ffd3ba58988222ffca62b47f
    Signed-off-by: Aravinda VK <avishwan at redhat.com>
    Reviewed-on: http://review.gluster.org/9398
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: darshan n <dnarayan at redhat.com>
    Reviewed-by: Kotresh HR <khiremat at redhat.com>
    Reviewed-by: Vijay Bellur <vbellur at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RDwaptmvxv&a=cc_unsubscribe


More information about the Bugs mailing list