diff options
author | Kotresh HR <khiremat@redhat.com> | 2015-05-21 17:00:59 +0530 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2015-05-28 23:19:16 -0700 |
commit | 4675bffe46d4cd93ad7198167ca4beb9da4e293e (patch) | |
tree | 7fb0a5f3ed5774e0d64f8f74db77173c9fd76ab6 /xlators | |
parent | 4397d7e72fdff6f01c59b72eebea421f23c1a392 (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.
Change-Id: I5b93ebb81bd308fc343c3b9e21c36c78acedcbaa
BUG: 1223741
Signed-off-by: Kotresh HR <khiremat@redhat.com>
Reviewed-on: http://review.gluster.org/10876
Tested-by: NetBSD Build System
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-mountbroker.c | 1 |
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 " |