summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorKotresh HR <khiremat@redhat.com>2015-05-21 17:00:59 +0530
committerVenky Shankar <vshankar@redhat.com>2015-05-29 02:02:46 -0700
commit74beb614efc94f6017a8face50bcbfab407ad9c4 (patch)
tree172d76a4b6db27d838f9c01df7c97fe261371f2f /xlators
parent31d494d4f0a4bf7fa588efb57f8dc5e8788c7758 (diff)
geo-rep: Fix acl mounting in mountbroker setup
Add acl option to geo-rep mount specification template (georep_mnt_desc_template) for mountbroker setup. BUG: 1222750 Reviewed On: http://review.gluster.org/#/c/10876 Change-Id: I6eccffeb592a8011002cf1cd925e3ed85245b4de Signed-off-by: Kotresh HR <khiremat@redhat.com> Reviewed-on: http://review.gluster.org/10903 Tested-by: NetBSD Build System Reviewed-by: Aravinda VK <avishwan@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-mountbroker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-mountbroker.c b/xlators/mgmt/glusterd/src/glusterd-mountbroker.c
index 3d26b8745cc..0a68540ad7c 100644
--- a/xlators/mgmt/glusterd/src/glusterd-mountbroker.c
+++ b/xlators/mgmt/glusterd/src/glusterd-mountbroker.c
@@ -232,6 +232,7 @@ parse_mount_pattern_desc (gf_mount_spec_t *mspec, char *pdesc)
const char *georep_mnt_desc_template =
"SUP("
"aux-gfid-mount "
+ "acl "
"volfile-server=localhost "
"client-pid=%d "
"user-map-root=%s "