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>
This commit is contained in:
Shyam 2015-06-03 14:12:27 -04:00 committed by Raghavendra G
parent 5e08bf5b35
commit ce2488ac2a

View File

@ -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",