+++ This bug was initially created as a clone of Bug #1709248 +++
+++ This bug was initially created as a clone of Bug #1708043 +++
Description of problem:
========================
# gluster-mountbroker setup /var/mountbroker-root geogroup
Traceback (most recent call last):
File "/usr/sbin/gluster-mountbroker", line 396, in <module>
runcli()
File "/usr/lib/python2.7/site-packages/gluster/cliutils/cliutils.py", line 225, in runcli
cls.run(args)
File "/usr/sbin/gluster-mountbroker", line 230, in run
args.group])
File "/usr/lib/python2.7/site-packages/gluster/cliutils/cliutils.py", line 127, in execute_in_peers
raise GlusterCmdException((rc, out, err, " ".join(cmd)))
gluster.cliutils.cliutils.GlusterCmdException: (1, '', 'Unable to end. Error : Success\n', 'gluster system:: execute mountbroker.py node-setup /var/mountbroker-root geogroup')
Version-Release number of selected component (if applicable):
How reproducible:
=================
Always
Steps to Reproduce:
====================
1. Create a master and slave volume
2. Create groups on all slaves - geogroup
3. Add user to the group created on all slaves - geoaccount
4. Set up mountbroker root directory and group
5. Add slave vol and user to the mountbroker service
Actual results:
===============
Unable to set up the mountbroker root directory and group successfully
Expected results:
=================
Should be able to set up mountbroker root directory and group successfully.
Should be able to add slave vol and user to the mountbroker service
--- Additional comment from Worker Ant on 2019-05-13 09:32:23 UTC ---
REVIEW: https://review.gluster.org/22716 (geo-rep : fix mountbroker setup) posted (#1) for review on master by Sunny Kumar
--- Additional comment from Worker Ant on 2019-06-12 04:17:48 UTC ---
REVIEW: https://review.gluster.org/22716 (geo-rep : fix mountbroker setup) merged (#13) on master by Amar Tumballi