diff options
| author | Shyam <srangana@redhat.com> | 2015-05-20 09:47:05 -0400 | 
|---|---|---|
| committer | Krishnan Parthasarathi <kparthas@redhat.com> | 2015-06-02 04:57:42 -0700 | 
| commit | ffb207dfbd118e4dad8055a2c2ebe53b893c9745 (patch) | |
| tree | daf2d78a618e7eafbcdf821430d376ca87e4b9df | |
| parent | efdb183c62be68f1a371237d1caac4347288f538 (diff) | |
glusterd: Bump op version and max op version for 3.7.1
As 3.7 is released, and a DHT configuration option needs higher
op version, bumping the gluster op-version to 3.7.1 (or 30701).
Change-Id: I9747cf93b41be72e43077ed8e977e21eed99ccc3
BUG:  1225999
Signed-off-by: Shyam <srangana@redhat.com>
Reviewed-upstream-on: http://review.gluster.org/10849
Reviewed-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/10975
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
| -rw-r--r-- | libglusterfs/src/globals.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index b9eaf8ad131..f3daa3bddad 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -25,6 +25,7 @@   * 3.5.1                - 30501   * 3.6.0                - 30600   * 3.7.0                - 30700 + * 3.7.1                - 30701   *   * Starting with Gluster v3.6, the op-version will be multi-digit integer values   * based on the Glusterfs version, instead of a simply incrementing integer @@ -35,7 +36,7 @@   */  #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly                                  should not change */ -#define GD_OP_VERSION_MAX  30700 /* MAX VERSION is the maximum count in VME +#define GD_OP_VERSION_MAX  30701 /* MAX VERSION is the maximum count in VME                                      table, should keep changing with                                      introduction of newer versions */ @@ -43,6 +44,8 @@  #define GD_OP_VERSION_3_7_0    30700 /* Op-version for GlusterFS 3.7.0 */ +#define GD_OP_VERSION_3_7_1    30701 /* Op-version for GlusterFS 3.7.1 */ +  #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0  #include "xlator.h"  | 
