From cccf41f254c601c249d064315592941375570f88 Mon Sep 17 00:00:00 2001 From: Raghavendra Gowdappa Date: Tue, 12 Feb 2019 09:11:34 +0530 Subject: performance/md-cache: change the op-version of "global-cache-invalidation" Since release-6 is not done yet, this option can be introduced with GD_OP_VERSION_6_0. Change-Id: I8a0867e5b8b23d0d485704a2fc7a3efc4a90f637 Signed-off-by: Raghavendra Gowdappa updates: bz#1664934 --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 46eda9379ac..b32b6ce0ec4 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1798,7 +1798,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { {.key = "performance.global-cache-invalidation", .voltype = "performance/md-cache", .option = "global-cache-invalidation", - .op_version = GD_OP_VERSION_7_0, + .op_version = GD_OP_VERSION_6_0, .flags = VOLOPT_FLAG_CLIENT_OPT}, /* Feature translators */ -- cgit