From 4910caece70d5c3e28453174b990d2b764359e9a Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 13 Apr 2016 21:10:22 +0530 Subject: mgmt/glusterd: Change op-version for max-threads, shd-wait-qlength Change-Id: I0e2dcacfe0804737d2cff76d2a0ee51a520ccec2 BUG: 1221737 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/13992 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Atin Mukherjee CentOS-regression: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c') 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 }, -- cgit