summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith K <pranithk@gluster.com>2011-03-25 21:43:31 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-26 08:39:07 -0700
commit8b32b9ab363639888938c631882c8cfd6b00a3f5 (patch)
treeefc9d0b1346a0073aed0b41e93c3baae64465eeb
parentf6e0e614fbd07a57de44f0d16c304d01d1a5b269 (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
-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 33911d5209d..bdfe19fe76d 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 */