diff options
| author | ShyamsundarR <srangana@redhat.com> | 2018-05-07 14:51:06 -0400 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2018-05-08 03:46:14 +0000 | 
| commit | 38fa8b983b42c7970cd5583e9b10a385a60b89dc (patch) | |
| tree | 9a9e6e757f5f1852a0bc924dd11a3f22754d50e8 /libglusterfs | |
| parent | f8b6795b23aa23cc8e4af9159e6dd0dafc8b983b (diff) | |
glusterd: Update op-version for master
Updated the op-version on master to the next release
op-version, for any future options appearing on master.
Fixes: bz#1575742
Change-Id: I861d489573360e6679c6f5ffe127835ea71f2dda
Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/globals.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 5404780e456..fb1f839b259 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -44,7 +44,7 @@   */  #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly                                  should not change */ -#define GD_OP_VERSION_MAX  GD_OP_VERSION_4_1_0 /* MAX VERSION is the maximum +#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 @@ -108,6 +108,8 @@  #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_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  #include "xlator.h"  | 
