diff options
-rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 3 |
1 files changed, 3 insertions, 0 deletions
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} }, }; |