From 36a6652f5d458c2ce0a734e11586a623848f991c Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Fri, 1 Aug 2014 01:30:45 +0530 Subject: glusterd: Bump max op version Change-Id: Ic66a0a751233ebbcb65d13f7e3265a046fae9a0b BUG: 1125431 Signed-off-by: Atin Mukherjee Reviewed-on: http://review.gluster.org/8397 Tested-by: Gluster Build System Reviewed-by: Humble Devassy Chirammal Reviewed-by: Kaushal M --- libglusterfs/src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 9f7041f1577..3e2ba870acc 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -35,7 +35,7 @@ */ #define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly should not change */ -#define GD_OP_VERSION_MAX 30600 /* MAX VERSION is the maximum count in VME +#define GD_OP_VERSION_MAX 30700 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer versions */ -- cgit