From 74beb614efc94f6017a8face50bcbfab407ad9c4 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Thu, 21 May 2015 17:00:59 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/10903 Tested-by: NetBSD Build System Reviewed-by: Aravinda VK --- xlators/mgmt/glusterd/src/glusterd-mountbroker.c | 1 + 1 file changed, 1 insertion(+) 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 " -- cgit