summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/globals.h
diff options
context:
space:
mode:
authorShyam <srangana@redhat.com>2015-06-03 13:43:39 -0400
committerRaghavendra G <rgowdapp@redhat.com>2015-06-03 22:26:52 -0700
commite1fb4e9ca7905243b57761ae1edb62a3fed76fc4 (patch)
tree382f6cda2b26c3dc755860af67fb3379f5bc7efb /libglusterfs/src/globals.h
parent2b7ae84a5feb636f0e41d0ab36c04b7f3fbce520 (diff)
glusterd: Bump op version and max op version for 3.7.2
As 3.7.1 is released, and a DHT configuration option needs higher op version, bumping the gluster op-version to 3.7.2 (or 30702). Change-Id: Iaed9e49b86a195653ddca55994e2c2398b2ee3bc BUG: 1227884 Signed-off-by: Shyam <srangana@redhat.com> Reviewed-on: http://review.gluster.org/11070 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-by: Raghavendra G <rgowdapp@redhat.com> Tested-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'libglusterfs/src/globals.h')
-rw-r--r--libglusterfs/src/globals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
index f3daa3bddad..3ef18ce33a9 100644
--- a/libglusterfs/src/globals.h
+++ b/libglusterfs/src/globals.h
@@ -26,6 +26,7 @@
* 3.6.0 - 30600
* 3.7.0 - 30700
* 3.7.1 - 30701
+ * 3.7.2 - 30702
*
* 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
@@ -36,7 +37,7 @@
*/
#define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly
should not change */
-#define GD_OP_VERSION_MAX 30701 /* MAX VERSION is the maximum count in VME
+#define GD_OP_VERSION_MAX 30702 /* MAX VERSION is the maximum count in VME
table, should keep changing with
introduction of newer versions */
@@ -46,6 +47,8 @@
#define GD_OP_VERSION_3_7_1 30701 /* Op-version for GlusterFS 3.7.1 */
+#define GD_OP_VERSION_3_7_2 30702 /* Op-version for GlusterFS 3.7.2 */
+
#define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0
#include "xlator.h"