summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2016-04-13 21:10:22 +0530
committerAtin Mukherjee <amukherj@redhat.com>2016-04-14 01:24:14 -0700
commit4910caece70d5c3e28453174b990d2b764359e9a (patch)
treebfff8da0a3e2d230af70d2cd59734e7387ac78d0 /xlators/mgmt
parentf5383e11291b01b840c9172c4048a676e8bea518 (diff)
mgmt/glusterd: Change op-version for max-threads, shd-wait-qlength
Change-Id: I0e2dcacfe0804737d2cff76d2a0ee51a520ccec2 BUG: 1221737 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/13992 Smoke: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Atin Mukherjee <amukherj@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 9f97973b167..1fea1442cc5 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -2769,12 +2769,12 @@ struct volopt_map_entry glusterd_volopt_map[] = {
},
{ .key = "cluster.shd-max-threads",
.voltype = "cluster/replicate",
- .op_version = GD_OP_VERSION_3_7_10,
+ .op_version = GD_OP_VERSION_3_7_12,
.flags = OPT_FLAG_CLIENT_OPT
},
{ .key = "cluster.shd-wait-qlength",
.voltype = "cluster/replicate",
- .op_version = GD_OP_VERSION_3_7_10,
+ .op_version = GD_OP_VERSION_3_7_12,
.flags = OPT_FLAG_CLIENT_OPT
},