diff options
| author | ShyamsundarR <srangana@redhat.com> | 2019-02-05 20:14:07 -0500 | 
|---|---|---|
| committer | ShyamsundarR <srangana@redhat.com> | 2019-02-05 20:16:29 -0500 | 
| commit | bdb8d7b9f6e2c53db5de43a6b4c8f8c2ab3f6d69 (patch) | |
| tree | 78d7bf4b5f5ecefbeb9eabfe3f1b5eb0249db80d /libglusterfs/src | |
| parent | 90922d20f55e26b23bfab0fbc4e179e305c38037 (diff) | |
glusterd: Update op-version for release 7
Change-Id: I0f3978d7e603e6e767dc7aa2a23ef35b1f2b43f7
Updates: bz#1193929
Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/glusterfs/globals.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h index 9a2f5324afc..980beb105da 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_6_0 /* MAX VERSION is the maximum                            \ +    GD_OP_VERSION_7_0 /* MAX VERSION is the maximum                            \                           count in VME table, should                            \                           keep changing with                                    \                           introduction of newer                                 \ @@ -113,6 +113,8 @@  #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_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  #include "glusterfs/xlator.h"  | 
