From 530453c78146e8ba4f13636e1dec1ea59849c783 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Thu, 1 Dec 2016 18:18:27 +0530 Subject: cluster/tier: fix op-version for tier-query-limit Correct the op-version for tier-query-limit option from 3.9.0 to 3.9.1 Change-Id: I3a52a94c2708a97c18377e945d559a51d8025c41 BUG: 1366648 Signed-off-by: Milind Changire Reviewed-on: http://review.gluster.org/15990 Reviewed-by: Dan Lambright Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee --- libglusterfs/src/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index e186d58cea6..4d8fd8d75a0 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -74,6 +74,8 @@ #define GD_OP_VERSION_3_9_0 30900 /* Op-version for GlusterFS 3.9.0 */ +#define GD_OP_VERSION_3_9_1 30901 /* Op-version for GlusterFS 3.9.1 */ + #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 -- cgit