From fac8038a9fa80e16b557d91b9e2fec271cfda5fa Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Mon, 14 Dec 2015 16:25:22 -0500 Subject: NSR: Volgen Support Allows the user to convert an afr-volume to a nsr-volume by using cluster.nsr option in the volume set command gluster volume set cluster.nsr Change-Id: Ia1c5aa89d27535f7275d474cf312dc5efb8e222f BUG: 1158654 Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.org/12943 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Avra Sengupta CentOS-regression: Gluster Build System --- libglusterfs/src/globals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 3a4ff44a335..ae05a3abd15 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_3_7_7 /* MAX VERSION is the maximum +#define GD_OP_VERSION_MAX GD_OP_VERSION_4_0_0 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer @@ -62,6 +62,8 @@ #define GD_OP_VERSION_3_7_7 30707 /* Op-version for GlusterFS 3.7.7 */ +#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" -- cgit