diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2014-08-01 01:30:45 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2014-08-03 22:08:22 -0700 |
commit | 36a6652f5d458c2ce0a734e11586a623848f991c (patch) | |
tree | 14397f336ca7549d570b6d74a8bffd8f25c99473 /libglusterfs/src/globals.h | |
parent | 8080a5555e7ba17b9e691171259899ca9e390c76 (diff) |
glusterd: Bump max op version
Change-Id: Ic66a0a751233ebbcb65d13f7e3265a046fae9a0b
BUG: 1125431
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/8397
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'libglusterfs/src/globals.h')
-rw-r--r-- | libglusterfs/src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |