summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2009-10-07 16:55:34 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-10-07 21:40:14 -0700
commita4b02e16a315862de378761b5f340ec346bd5e6d (patch)
tree2c7b30911dba529cb74a279d4afc108838681fd3 /xlators/performance/write-behind
parente31b712714920c8133269b416a0c9efd5c6ec44e (diff)
added few missing options in translator's option array
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/performance/write-behind')
-rw-r--r--xlators/performance/write-behind/src/write-behind.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c
index 8df81c4f7..a4e123993 100644
--- a/xlators/performance/write-behind/src/write-behind.c
+++ b/xlators/performance/write-behind/src/write-behind.c
@@ -2098,6 +2098,9 @@ struct volume_options options[] = {
},
{ .key = {"enable-O_SYNC"},
.type = GF_OPTION_TYPE_BOOL,
- },
+ },
+ { .key = {"enable-trickling-writes"},
+ .type = GF_OPTION_TYPE_BOOL
+ },
{ .key = {NULL} },
};