diff options
Diffstat (limited to 'xlators/performance/write-behind')
| -rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 65c72cfa894..018cd04dbc6 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -3154,6 +3154,14 @@ struct xlator_dumpops dumpops = {  };  struct volume_options options[] = { +    { +        .key = {"write-behind"}, +        .type = GF_OPTION_TYPE_BOOL, +        .default_value = "off", +        .description = "enable/disable write-behind", +        .op_version = {GD_OP_VERSION_6_0}, +        .flags = OPT_FLAG_SETTABLE, +    },      {.key = {"flush-behind"},       .type = GF_OPTION_TYPE_BOOL,       .default_value = "on",  | 
