diff options
author | Kaushal M <kaushal@redhat.com> | 2013-07-04 16:49:58 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-07-05 06:00:01 -0700 |
commit | eb46c44b333dded7dedb71a48f64785e8b95f93b (patch) | |
tree | e1100c8d23a6e505688ada85a4a511bad4105c32 /libglusterfs/src/globals.h | |
parent | 9e687332b4900cf4c91a4cf9b34da8d2a97e39df (diff) |
glusterd: Bump GD_MAX_OP_VERSION
Change-Id: I7a212435ce7e98fe01aad2c0d1f698de8ea84235
BUG: 981278
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/5287
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'libglusterfs/src/globals.h')
-rw-r--r-- | libglusterfs/src/globals.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 64a1594f5f8..857965bb458 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -20,14 +20,15 @@ /* Gluster versions - OP-VERSION mapping * * 3.3.0 - 1 - * 3.3.Next/3.Next - 2 + * 3.4.0 - 2 + * 3.next (3.5?) - 3 * * 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 2 /* MAX VERSION is the maximum count in VME table, +#define GD_OP_VERSION_MAX 3 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer versions */ |