From ce2488ac2a1a9b7944373676595b0d579e4b75f1 Mon Sep 17 00:00:00 2001 From: Shyam Date: Wed, 3 Jun 2015 14:12:27 -0400 Subject: cluster/dht: Increment op-version for lookup-optimize to 3.7.2 3.7.1 has already shipped, so carrying this configuration option at that op-version will break compatibility. As a result bumping this to 3.7.2. Change-Id: I603d82184ec10d0ea3edf550490e960a8523d572 BUG: 1227894 Signed-off-by: Shyam Reviewed-on: http://review.gluster.org/11073 Reviewed-by: N Balachandran Reviewed-by: Raghavendra G Tested-by: Raghavendra G --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index ed78be9ba6a..5cba295a25b 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -330,7 +330,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { }, { .key = "cluster.lookup-optimize", .voltype = "cluster/distribute", - .op_version = GD_OP_VERSION_3_7_1, + .op_version = GD_OP_VERSION_3_7_2, .flags = OPT_FLAG_CLIENT_OPT }, { .key = "cluster.min-free-disk", -- cgit