From b6edcbd6948f0252785672fde3db37cec6353d11 Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Tue, 22 Mar 2016 12:56:41 +0000 Subject: glusterd/ afr: Fix op-version for background client-side heals http://review.gluster.org/13207 tied cluster.heal-wait-queue-length to GD_OP_VERSION_3_7_9 but the patch will be merged in release-3.7 branch (http://review.gluster.org/#/c/13564/) only for 3.7.10. Hence change it on master also for uniformity. Change-Id: Id581695e58b0765f5652016cc2045f05e36b768f BUG: 1297172 Signed-off-by: Ravishankar N Reviewed-on: http://review.gluster.org/13810 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Pranith Kumar Karampuri --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index d0e5efbd9a0..34fcde4e6ba 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1128,7 +1128,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { { .key = "cluster.heal-wait-queue-length", .voltype = "cluster/replicate", .type = DOC, - .op_version = GD_OP_VERSION_3_7_9, + .op_version = GD_OP_VERSION_3_7_10, .flags = OPT_FLAG_CLIENT_OPT }, -- cgit