From 144972bbddc4071600a1cc0380a997ada05c013d Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Fri, 3 Jan 2020 09:59:29 +0530 Subject: afr: expose cluster.optimistic-change-log to CLI. This volume option was not made avaialble to `gluster volume set` CLI. Reported-by: epolakis(https://github.com/kinsu) in https://github.com/gluster/glusterfs/issues/781 fixes: bz#1787554 Change-Id: I7141bdd4e53ee99e22b354edde8d023bfc0b2cd7 Signed-off-by: Ravishankar N --- libglusterfs/src/glusterfs/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/glusterfs/globals.h b/libglusterfs/src/glusterfs/globals.h index 781ea04e121..f0c7395b4cb 100644 --- a/libglusterfs/src/glusterfs/globals.h +++ b/libglusterfs/src/glusterfs/globals.h @@ -117,6 +117,7 @@ #define GD_OP_VERSION_7_0 70000 /* Op-version for GlusterFS 7.0 */ #define GD_OP_VERSION_7_1 70100 /* Op-version for GlusterFS 7.1 */ +#define GD_OP_VERSION_7_2 70200 /* Op-version for GlusterFS 7.2 */ #define GD_OP_VERSION_8_0 80000 /* Op-version for GlusterFS 8.0 */ -- cgit