From 8b32b9ab363639888938c631882c8cfd6b00a3f5 Mon Sep 17 00:00:00 2001 From: Pranith K Date: Fri, 25 Mar 2011 21:43:31 +0000 Subject: mgmt/glusterd: Provide volume option to allow insecure ports for server Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 2582 (allow option to accept messages from insecure ports) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2582 --- xlators/mgmt/glusterd/src/glusterd-volgen.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit