|
|
cb8e9e |
From ed2b44cd5e9ece62562a56056ab911e8568d9d4b Mon Sep 17 00:00:00 2001
|
|
|
cb8e9e |
From: Shyam <srangana@redhat.com>
|
|
|
cb8e9e |
Date: Wed, 3 Jun 2015 13:43:39 -0400
|
|
|
cb8e9e |
Subject: [PATCH 15/18] glusterd: Bump op version and max op version for 3.7.2
|
|
|
cb8e9e |
|
|
|
cb8e9e |
As 3.7.1 is released, and a DHT configuration option needs higher
|
|
|
cb8e9e |
op version, bumping the gluster op-version to 3.7.2 (or 30702).
|
|
|
cb8e9e |
|
|
|
cb8e9e |
Change-Id: Iaed9e49b86a195653ddca55994e2c2398b2ee3bc
|
|
|
cb8e9e |
BUG: 1228266
|
|
|
cb8e9e |
Signed-off-by: Shyam <srangana@redhat.com>
|
|
|
cb8e9e |
Reviewed-Upstream-on: http://review.gluster.org/11071
|
|
|
cb8e9e |
Reviewed-on: https://code.engineering.redhat.com/gerrit/50236
|
|
|
cb8e9e |
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
|
|
|
cb8e9e |
Tested-by: Krishnan Parthasarathi <kparthas@redhat.com>
|
|
|
cb8e9e |
---
|
|
|
cb8e9e |
libglusterfs/src/globals.h | 6 +++++-
|
|
|
cb8e9e |
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
cb8e9e |
|
|
|
cb8e9e |
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
|
|
|
cb8e9e |
index ed1bb7c..3ef18ce 100644
|
|
|
cb8e9e |
--- a/libglusterfs/src/globals.h
|
|
|
cb8e9e |
+++ b/libglusterfs/src/globals.h
|
|
|
cb8e9e |
@@ -25,6 +25,8 @@
|
|
|
cb8e9e |
* 3.5.1 - 30501
|
|
|
cb8e9e |
* 3.6.0 - 30600
|
|
|
cb8e9e |
* 3.7.0 - 30700
|
|
|
cb8e9e |
+ * 3.7.1 - 30701
|
|
|
cb8e9e |
+ * 3.7.2 - 30702
|
|
|
cb8e9e |
*
|
|
|
cb8e9e |
* Starting with Gluster v3.6, the op-version will be multi-digit integer values
|
|
|
cb8e9e |
* based on the Glusterfs version, instead of a simply incrementing integer
|
|
|
cb8e9e |
@@ -35,7 +37,7 @@
|
|
|
cb8e9e |
*/
|
|
|
cb8e9e |
#define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly
|
|
|
cb8e9e |
should not change */
|
|
|
cb8e9e |
-#define GD_OP_VERSION_MAX 30700 /* MAX VERSION is the maximum count in VME
|
|
|
cb8e9e |
+#define GD_OP_VERSION_MAX 30702 /* MAX VERSION is the maximum count in VME
|
|
|
cb8e9e |
table, should keep changing with
|
|
|
cb8e9e |
introduction of newer versions */
|
|
|
cb8e9e |
|
|
|
cb8e9e |
@@ -45,6 +47,8 @@
|
|
|
cb8e9e |
|
|
|
cb8e9e |
#define GD_OP_VERSION_3_7_1 30701 /* Op-version for GlusterFS 3.7.1 */
|
|
|
cb8e9e |
|
|
|
cb8e9e |
+#define GD_OP_VERSION_3_7_2 30702 /* Op-version for GlusterFS 3.7.2 */
|
|
|
cb8e9e |
+
|
|
|
cb8e9e |
#define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0
|
|
|
cb8e9e |
|
|
|
cb8e9e |
#include "xlator.h"
|
|
|
cb8e9e |
--
|
|
|
cb8e9e |
1.9.3
|
|
|
cb8e9e |
|