diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/glusterfs/globals.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h index e19a7cf8b95..b6ea799b0e1 100644 --- a/libglusterfs/src/glusterfs/globals.h +++ b/libglusterfs/src/glusterfs/globals.h @@ -45,7 +45,7 @@      1 /* MIN is the fresh start op-version, mostly                             \           should not change */  #define GD_OP_VERSION_MAX                                                      \ -    GD_OP_VERSION_7_0 /* MAX VERSION is the maximum                            \ +    GD_OP_VERSION_7_2 /* MAX VERSION is the maximum                            \                           count in VME table, should                            \                           keep changing with                                    \                           introduction of newer                                 \ @@ -116,6 +116,7 @@  #define GD_OP_VERSION_6_0 60000 /* Op-version for GlusterFS 6.0 */  #define GD_OP_VERSION_7_0 70000 /* Op-version for GlusterFS 7.0 */ +#define GD_OP_VERSION_7_2 70200 /* Op-version for GlusterFS 7.2 */  #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  | 
