summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 33ff0512abf..02049c2fdce 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -3519,23 +3519,23 @@ struct volopt_map_entry glusterd_volopt_map[] = {
.option = "!debug",
.value = "off",
.type = NO_DOC,
- .op_version = GD_OP_VERSION_4_0_0,
+ .op_version = GD_OP_VERSION_3_13_0,
.flags = VOLOPT_FLAG_XLATOR_OPT
},
{ .key = "delay-gen.delay-percentage",
.voltype = "debug/delay-gen",
.type = NO_DOC,
- .op_version = GD_OP_VERSION_4_0_0,
+ .op_version = GD_OP_VERSION_3_13_0,
},
{ .key = "delay-gen.delay-duration",
.voltype = "debug/delay-gen",
.type = NO_DOC,
- .op_version = GD_OP_VERSION_4_0_0,
+ .op_version = GD_OP_VERSION_3_13_0,
},
{ .key = "delay-gen.enable",
.voltype = "debug/delay-gen",
.type = NO_DOC,
- .op_version = GD_OP_VERSION_4_0_0,
+ .op_version = GD_OP_VERSION_3_13_0,
},
{ .key = "disperse.parallel-writes",
.voltype = "cluster/disperse",