From a7180391e12c8f0549ce573dbaef55f3cbd1060a Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 27 May 2016 18:39:33 +0200 Subject: glusterd: set the maximum op-version for 3.8.0 release-3.8 was branched after the op-version was increased for version 4.0.0. The maximum op-version for GlusterFS 3.8.0 should be 30800. BUG: 1327174 Change-Id: Ia5796219d8fb115a680e6080f164d2c399d728a3 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/14551 Reviewed-by: Shyamsundar Ranganathan NetBSD-regression: NetBSD Build System Tested-by: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee Smoke: Gluster Build System --- libglusterfs/src/globals.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index f6fc8de16de..c656bbfc5a1 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -38,7 +38,7 @@ */ #define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly should not change */ -#define GD_OP_VERSION_MAX GD_OP_VERSION_4_0_0 /* MAX VERSION is the maximum +#define GD_OP_VERSION_MAX GD_OP_VERSION_3_8_0 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer @@ -68,8 +68,6 @@ #define GD_OP_VERSION_3_8_0 30800 /* Op-version for GlusterFS 3.8.0 */ -#define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */ - #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0 #include "xlator.h" -- cgit