summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/ec/src/ec.c2
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/ec/src/ec.c b/xlators/cluster/ec/src/ec.c
index 9f361a54aa3..1acdc9e766e 100644
--- a/xlators/cluster/ec/src/ec.c
+++ b/xlators/cluster/ec/src/ec.c
@@ -1417,7 +1417,7 @@ struct volume_options options[] =
{ .key = {"other-eager-lock"},
.type = GF_OPTION_TYPE_BOOL,
.default_value = "on",
- .op_version = { GD_OP_VERSION_3_12_3 },
+ .op_version = { GD_OP_VERSION_3_13_0 },
.flags = OPT_FLAG_SETTABLE | OPT_FLAG_CLIENT_OPT | OPT_FLAG_DOC,
.tags = { "disperse" },
.description = "It's equivalent to the eager-lock option but for non "
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",