diff options
| author | ShyamsundarR <srangana@redhat.com> | 2018-09-13 12:50:30 -0400 | 
|---|---|---|
| committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-09-17 14:26:25 +0000 | 
| commit | afc9f3b8716e88410ba50a6ce8abbfa186ee7c46 (patch) | |
| tree | d665769335fe6283de2dc5a8fba968d78972710a /libglusterfs/src | |
| parent | cee40c3e3c26ebfb3b98109d154501a5cce61c0d (diff) | |
glusterd: Update op-version from 4.2 to 5.0
Post changing the max op-version to 4.2, after release
4.1 branching, the decision was to go with increasing
release numbers. Thus this needs to change to 5.0.
This commit addresses the above change.
Fixes: bz#1628668
Change-Id: Ifcc0c6da90fdd51e4eceea40749511110a432cce
Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/globals.h | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 95082f04588..c5595ca7d7d 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -45,11 +45,11 @@      1 /* MIN is the fresh start op-version, mostly                             \           should not change */  #define GD_OP_VERSION_MAX                                                      \ -    GD_OP_VERSION_4_2_0 /* MAX VERSION is the maximum                          \ -                           count in VME table, should                          \ -                           keep changing with                                  \ -                           introduction of newer                               \ -                           versions */ +    GD_OP_VERSION_5_0 /* MAX VERSION is the maximum                            \ +                         count in VME table, should                            \ +                         keep changing with                                    \ +                         introduction of newer                                 \ +                         versions */  #define GD_OP_VERSION_3_6_0 30600 /* Op-Version for GlusterFS 3.6.0 */ @@ -109,7 +109,7 @@  #define GD_OP_VERSION_4_1_0 40100 /* Op-version for GlusterFS 4.1.0 */ -#define GD_OP_VERSION_4_2_0 40200 /* Op-version for GlusterFS 4.2.0 */ +#define GD_OP_VERSION_5_0 50000 /* Op-version for GlusterFS 5.0 */  #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  | 
