summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
authorShyam <srangana@redhat.com>2015-06-03 14:12:27 -0400
committerRaghavendra G <rgowdapp@redhat.com>2015-06-09 07:40:15 -0700
commitce2488ac2a1a9b7944373676595b0d579e4b75f1 (patch)
tree5d6c88b4454d9d6a06b792675a223bf0c06eea9f /xlators/mgmt/glusterd/src/glusterd-volume-set.c
parent5e08bf5b351b13a4ced35a026c3db633e161b237 (diff)
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 <srangana@redhat.com> Reviewed-on: http://review.gluster.org/11073 Reviewed-by: N Balachandran <nbalacha@redhat.com> Reviewed-by: Raghavendra G <rgowdapp@redhat.com> Tested-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c2
1 files changed, 1 insertions, 1 deletions
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",