summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorPranith K <pranithk@gluster.com>2011-03-26 11:41:56 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-29 05:32:48 -0700
commit36c30421fe2a5fd4edc050a49f1f2a08a3cbad78 (patch)
tree593a8e9de38b28c047c388ce372d87a1c2eed621 /xlators
parentfc5775a1ec6fa4261dc0f1706c2c7d81454bca70 (diff)
mgmt/glusterd: Provide volume option to allow insecure ports for server
Signed-off-by: Pranith Kumar K <pranithk@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 2582 (allow option to accept messages from insecure ports) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2582
Diffstat (limited to 'xlators')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c
index ecf4df9df..3e08d6b73 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volgen.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c
@@ -133,6 +133,7 @@ static struct volopt_map_entry glusterd_volopt_map[] = {
{"auth.reject", "protocol/server", "!server-auth", NULL, DOC},
{"transport.keepalive", "protocol/server", "transport.socket.keepalive", NULL, NO_DOC},
+ {"server.allow-insecure", "protocol/server", "rpc-auth-allow-insecure", NULL, NO_DOC},
{"performance.write-behind", "performance/write-behind", "!perf", "on", NO_DOC}, /* NODOC */
{"performance.read-ahead", "performance/read-ahead", "!perf", "on", NO_DOC}, /* NODOC */