diff options
| author | Niels de Vos <ndevos@redhat.com> | 2016-05-27 18:39:33 +0200 | 
|---|---|---|
| committer | Niels de Vos <ndevos@redhat.com> | 2016-05-30 01:56:43 -0700 | 
| commit | a7180391e12c8f0549ce573dbaef55f3cbd1060a (patch) | |
| tree | dcc7e81f32d33145bbaf4a457774f41cdc180370 | |
| parent | 60765afb44a3d5d3989a4dfd73766c023769791b (diff) | |
glusterd: set the maximum op-version for 3.8.0
release-3.8 was branched after the op-version was increased for version
4.0.0. The maximum op-version for GlusterFS 3.8.0 should be 30800.
BUG: 1327174
Change-Id: Ia5796219d8fb115a680e6080f164d2c399d728a3
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/14551
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
| -rw-r--r-- | libglusterfs/src/globals.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index f6fc8de16de..c656bbfc5a1 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -38,7 +38,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_0_0 /* MAX VERSION is the maximum +#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_8_0 /* MAX VERSION is the maximum                                                    count in VME table, should                                                    keep changing with                                                    introduction of newer @@ -68,8 +68,6 @@  #define GD_OP_VERSION_3_8_0    30800 /* Op-version for GlusterFS 3.8.0 */ -#define GD_OP_VERSION_4_0_0    40000 /* Op-version for GlusterFS 4.0.0 */ -  #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  #include "xlator.h"  | 
