diff options
| -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"},  | 
