From 3ceb64f3bd0919c556829c7297e67fb3ba40eaa9 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Sat, 31 Jan 2015 00:32:05 +0530 Subject: mgmt/glusterd: Add bind-insecure option Also deleted default values for disperse-self-heal-daemon and locks.trace Change-Id: Icc927d176aa10f06b40c114aa296b02dbad3a8ff BUG: 1187858 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/9516 Reviewed-by: Atin Mukherjee Tested-by: Gluster Build System Reviewed-by: Kaushal M --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index e35a607cfc2..b0cf2609210 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1643,13 +1643,11 @@ struct volopt_map_entry glusterd_volopt_map[] = { }, { .key = "locks.trace", .voltype = "features/locks", - .value = "disable", .type = NO_DOC, .op_version = GD_OP_VERSION_3_7_0, }, { .key = "cluster.disperse-self-heal-daemon", .voltype = "cluster/disperse", - .value = "enable", .type = NO_DOC, .option = "self-heal-daemon", .op_version = GD_OP_VERSION_3_7_0, @@ -1658,6 +1656,14 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "cluster.quorum-reads", .voltype = "cluster/replicate", .op_version = GD_OP_VERSION_3_7_0, + .flags = OPT_FLAG_CLIENT_OPT + }, + { .key = "client.bind-insecure", + .voltype = "protocol/client", + .option = "client-bind-insecure", + .type = NO_DOC, + .op_version = GD_OP_VERSION_3_7_0, + .flags = OPT_FLAG_CLIENT_OPT }, { .key = NULL } -- cgit