diff options
| author | Mohit Agrawal <moagrawa@redhat.com> | 2017-11-29 12:03:48 +0530 | 
|---|---|---|
| committer | Atin Mukherjee <amukherj@redhat.com> | 2017-11-30 04:30:47 +0000 | 
| commit | 98cf45970ec3c147d65c98da01727c6b4e0dce4f (patch) | |
| tree | a53d87cf8d96860767c3bca00bd4fea97b089154 | |
| parent | 8d31f537a896ff6d70808d90a9b98a1fdb82f42a (diff) | |
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 <moagrawa@redhat.com>
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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"},  | 
