From ab8050448680f0c3f7e2bf670501926ca11764cf Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 29 Jan 2014 16:57:12 +0530 Subject: glusterd: Bump MAX_OP_VERSION to 4 Change-Id: Ib017a7d8ad8017bdcf15035018f4d04ecb5560e9 BUG: 1059206 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/6853 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- libglusterfs/src/globals.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 3085db21c..0de03925d 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -21,14 +21,15 @@ * * 3.3.0 - 1 * 3.4.0 - 2 - * 3.next (3.5?) - 3 + * 3.5.0 - 3 + * 3.next (3.6?) - 4 * * TODO: Change above comment once gluster version is finalised * TODO: Finalize the op-version ranges */ #define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly should not change */ -#define GD_OP_VERSION_MAX 3 /* MAX VERSION is the maximum count in VME table, +#define GD_OP_VERSION_MAX 4 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer versions */ -- cgit