Bug 1136312
| Summary: | geo-rep mount broker setup has to be simplified. | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Darshan <dnarayan> | |
| Component: | geo-replication | Assignee: | Aravinda VK <avishwan> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | low | |||
| Version: | mainline | CC: | avishwan, bugs, gluster-bugs | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.7.0beta1 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1139106 (view as bug list) | Environment: | ||
| Last Closed: | 2015-05-14 17:26:11 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1139106 | |||
|
Description
Darshan
2014-09-02 10:21:09 UTC
It would be nice if we can have a command to set-up mount broker. Something similar to "gluster system:: execute gsec_create". REVIEW: http://review.gluster.org/9398 (geo-rep: mountbroker user management) posted (#1) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/9398 (geo-rep: mountbroker user management) posted (#2) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/9398 (geo-rep: mountbroker user management) posted (#3) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/9398 (geo-rep: mountbroker user management) posted (#4) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/9398 (geo-rep: mountbroker user management) posted (#5) for review on master by Aravinda VK (avishwan) COMMIT: http://review.gluster.org/9398 committed in master by Vijay Bellur (vbellur) ------ commit 79009691c01f2b32b523d91a159aadd0e414f31b Author: Aravinda VK <avishwan> 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> Reviewed-on: http://review.gluster.org/9398 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: darshan n <dnarayan> Reviewed-by: Kotresh HR <khiremat> Reviewed-by: Vijay Bellur <vbellur> REVIEW: http://review.gluster.org/9923 (geo-rep: Remove Generated file From git) posted (#1) for review on master by Aravinda VK (avishwan) COMMIT: http://review.gluster.org/9923 committed in master by Vijay Bellur (vbellur) ------ commit b5a01eb9b65a11866c2b4ce0068d60dc667ed2be Author: Aravinda VK <avishwan> Date: Wed Mar 18 12:58:59 2015 +0530 geo-rep: Remove Generated file From git geo-replication/src/peer_mountbroker BUG: 1136312 Change-Id: Ib9b287b4e1183cb44acbf01184a240be7f09be7c Signed-off-by: Aravinda VK <avishwan> Reviewed-on: http://review.gluster.org/9923 Reviewed-by: Vijay Bellur <vbellur> Tested-by: Vijay Bellur <vbellur> REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#1) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#2) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#3) for review on master by Humble Devassy Chirammal (humble.devassy) REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#4) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#5) for review on master by Aravinda VK (avishwan) REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#6) for review on master by Humble Devassy Chirammal (humble.devassy) REVIEW: http://review.gluster.org/10007 (doc/geo-rep: Mountbroker User Management) posted (#7) for review on master by Aravinda VK (avishwan) COMMIT: http://review.gluster.org/10007 committed in master by Humble Devassy Chirammal (humble.devassy) ------ commit 36aef0411431f62d2412f71557730543edf05726 Author: Aravinda VK <avishwan> Date: Thu Mar 26 15:45:55 2015 +0530 doc/geo-rep: Mountbroker User Management BUG: 1136312 Change-Id: I1c8374de6e7ec93e401ec1c224752bfa5538adee Signed-off-by: Aravinda VK <avishwan> Reviewed-on: http://review.gluster.org/10007 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Humble Devassy Chirammal <humble.devassy> Tested-by: Humble Devassy Chirammal <humble.devassy> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |