From 65cc08d80d5db6a6854249cc04bece0a9554adfb Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 13 Jul 2011 09:21:55 +0000 Subject: glusterd: Add bind-insecure xlator-option for glusterd This is required if the number of connections from the glusterd increases. Change-Id: Iff78773f593a8bfae13ec9eec52c5a67ea936ef2 BUG: 3142 Signed-off-by: shishir gowda Reviewed-on: http://review.gluster.com/11 Tested-by: Gluster Build System Reviewed-by: Pavan T C --- xlators/mgmt/glusterd/src/glusterd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c index 850332fd8..19a7d9da0 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -840,5 +840,8 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_BOOL, }, + { .key = {"bind-insecure"}, + .type = GF_OPTION_TYPE_BOOL, + }, { .key = {NULL} }, }; -- cgit