summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushal M <kaushal@redhat.com>2014-01-29 16:57:12 +0530
committerAnand Avati <avati@redhat.com>2014-02-03 17:30:39 -0800
commitab8050448680f0c3f7e2bf670501926ca11764cf (patch)
tree39adf847ec05179223ffbe00657c89e02c217db9
parent33e9e8fcb98cd8ddd483b37ff7114ea9fd8d75fb (diff)
glusterd: Bump MAX_OP_VERSION to 4
Change-Id: Ib017a7d8ad8017bdcf15035018f4d04ecb5560e9 BUG: 1059206 Signed-off-by: Kaushal M <kaushal@redhat.com> Reviewed-on: http://review.gluster.org/6853 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
-rw-r--r--libglusterfs/src/globals.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
index 3085db21c..0de03925d 100644
--- a/libglusterfs/src/globals.h
+++ b/libglusterfs/src/globals.h
@@ -21,14 +21,15 @@
*
* 3.3.0 - 1
* 3.4.0 - 2
- * 3.next (3.5?) - 3
+ * 3.5.0 - 3
+ * 3.next (3.6?) - 4
*
* TODO: Change above comment once gluster version is finalised
* TODO: Finalize the op-version ranges
*/
#define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly
should not change */
-#define GD_OP_VERSION_MAX 3 /* MAX VERSION is the maximum count in VME table,
+#define GD_OP_VERSION_MAX 4 /* MAX VERSION is the maximum count in VME table,
should keep changing with introduction of newer
versions */