summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorXavier Hernandez <jahernan@redhat.com>2017-11-14 10:53:47 +0100
committerShyamsundar Ranganathan <srangana@redhat.com>2017-11-16 14:48:45 +0000
commit271b7de727ea77bf06402562f449d6df969a3f99 (patch)
tree9ed266505b78af04993478d2b0d0f3f38bc6ceda /xlators/mgmt
parentb4684468c19e0fb447ba3762750044452a452a32 (diff)
cluster/ec: Fix op-version for disperse.other-eager-lock
The op-version used for the new option was wrong. It has been set to 3.13.0. >Change-Id: I88fbd7834e4a8018c8906303e734c251e90be8cf >BUG: 1502610 >Signed-off-by: Xavier Hernandez <jahernan@redhat.com> Change-Id: I88fbd7834e4a8018c8906303e734c251e90be8cf BUG: 1512460 Signed-off-by: Xavier Hernandez <jahernan@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-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 69e207eb0a1..e105783fdb2 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -1447,7 +1447,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
},
{ .key = "disperse.other-eager-lock",
.voltype = "cluster/disperse",
- .op_version = GD_OP_VERSION_3_12_2,
+ .op_version = GD_OP_VERSION_3_13_0,
.flags = VOLOPT_FLAG_CLIENT_OPT
},
{ .key = "cluster.quorum-type",