From 58bc556b84792562ff6cdc60e0e7a48006eb56a9 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Fri, 9 Oct 2009 02:40:10 +0000 Subject: performance/write-behind: Add enable-trickling-writes to volume_options. Signed-off-by: Anand V. Avati BUG: 276 (write behind needs to be optimized.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=276 --- xlators/performance/write-behind/src/write-behind.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 9d32cf0ade6..4fa23a25fb4 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -2557,5 +2557,8 @@ struct volume_options options[] = { { .key = {"enable-O_SYNC"}, .type = GF_OPTION_TYPE_BOOL, }, + { .key = {"enable-trickling-writes"}, + .type = GF_OPTION_TYPE_BOOL, + }, { .key = {NULL} }, }; -- cgit