diff options
author | Ravishankar N <root@ravi2.(none)> | 2016-03-22 12:56:41 +0000 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-03-22 19:19:11 -0700 |
commit | b6edcbd6948f0252785672fde3db37cec6353d11 (patch) | |
tree | a2c5825be0a64e60417f43616953af111f4ca354 /xlators | |
parent | 86501cd36b9784a6c0247326092a50fb44524656 (diff) |
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 <ravishankar@redhat.com>
Reviewed-on: http://review.gluster.org/13810
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |