From f74112b1298ed9f227e1a0784b1eabbfc9ab4d31 Mon Sep 17 00:00:00 2001 From: Mohit Agrawal Date: Wed, 29 Nov 2017 12:03:48 +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: 1518508 Change-Id: I3890a3e921847d896465ce456fee003efaeb0c61 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 7155228ce81..8c73f10de10 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