From cff6cf5e01a4c643e63dae5b45b2f4eb8239664f Mon Sep 17 00:00:00 2001 From: Poornima G Date: Thu, 31 Aug 2017 15:49:51 +0530 Subject: quick-read: redefine options Updates: #302 Change-Id: If25996a080d69e9ac819ca771a5774ccdab6e1ce Signed-off-by: Poornima G --- xlators/performance/quick-read/src/quick-read.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators') diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 92b2f8266ea..5afc7ec74ad 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -1149,6 +1149,8 @@ struct volume_options options[] = { .min = 0, .max = INFINITY, .default_value = "128MB", + .op_version = {1}, + .flags = OPT_FLAG_CLIENT_OPT | OPT_FLAG_SETTABLE | OPT_FLAG_DOC, .description = "Size of the read cache." }, { .key = {"cache-timeout"}, -- cgit