diff options
| author | Pranith K <pranithk@gluster.com> | 2011-03-26 11:41:56 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-29 05:32:48 -0700 | 
| commit | 36c30421fe2a5fd4edc050a49f1f2a08a3cbad78 (patch) | |
| tree | 593a8e9de38b28c047c388ce372d87a1c2eed621 | |
| parent | fc5775a1ec6fa4261dc0f1706c2c7d81454bca70 (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.c | 1 | 
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 ecf4df9dfe8..3e08d6b735c 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 */  | 
