From 3a591d1207e4bdc86e39d805dba0e8d7a85d7e75 Mon Sep 17 00:00:00 2001 From: Mohit Agrawal Date: Thu, 30 Nov 2017 11:51:32 +0530 Subject: posix: Change GD_OP_VERSION to 3_13_0 from 3_12_0 for storage.reserve Problem: Change GD_OP_VERSION to 3_13_0 from 3_12_0 for option storage.reserve Solution: Actually feature was merged in 3.13.0 branch so GD_OP_VERSION needs to change from 3_12_0 to 3_13_0 BUG: 1518512 Change-Id: I6f753978fd607919efcc60f73c37feaadc4f32ef Signed-off-by: Mohit Agrawal --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index fa18ec470cf..9c6c64c17f0 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -2816,7 +2816,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { }, { .key = "storage.reserve", .voltype = "storage/posix", - .op_version = GD_OP_VERSION_3_12_0, + .op_version = GD_OP_VERSION_3_13_0, }, { .key = "storage.bd-aio", .voltype = "storage/bd", -- cgit