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 /libglusterfs/src | |
| 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 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/globals.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index cf9ae9a417b..703a270cb40 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -62,8 +62,6 @@  #define GD_OP_VERSION_3_7_7    30707 /* Op-version for GlusterFS 3.7.7 */ -#define GD_OP_VERSION_3_7_9    30709 /* Op-version for GlusterFS 3.7.9 */ -  #define GD_OP_VERSION_3_7_10   30710 /* Op-version for GlusterFS 3.7.10 */  #define GD_OP_VERSION_4_0_0    40000 /* Op-version for GlusterFS 4.0.0 */  | 
