From 98cf45970ec3c147d65c98da01727c6b4e0dce4f 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: I5856ab3447b465879ec068cecb0933b91dd697f9 Signed-off-by: Mohit Agrawal --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 9c09112f9d3..9ba2edf9fdf 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -8097,7 +8097,7 @@ struct volume_options options[] = { .validate = GF_OPT_VALIDATE_MIN, .description = "Percentage of disk space to be reserved." " Set to 0 to disable", - .op_version = {GD_OP_VERSION_3_12_0}, + .op_version = {GD_OP_VERSION_3_13_0}, .flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC }, { .key = {"batch-fsync-mode"}, -- cgit