diff options
author | Avra Sengupta <asengupt@redhat.com> | 2013-01-17 14:46:30 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-01-21 23:03:57 -0800 |
commit | 2f60c8a4776a6052cfba43605263dd32c616cfa2 (patch) | |
tree | 58598d2986bec4fae773e62911029879df7b1466 /xlators/performance/write-behind/src | |
parent | 4fdc84da10104ef9bd3c2c7015e427056d32ccc5 (diff) |
glusterd/cli: Updated the options descriptions for "volume set help"
Change-Id: I0db00b7334bb9707ab48bd661ac03a3ad818d6e4
BUG: 893458
Signed-off-by: Avra Sengupta <asengupt@redhat.com>
Reviewed-on: http://review.gluster.org/4393
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/performance/write-behind/src')
-rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index a256419e867..0663dbc7de0 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -1987,6 +1987,8 @@ struct volume_options options[] = { { .key = {"strict-O_DIRECT"}, .type = GF_OPTION_TYPE_BOOL, .default_value = "off", + .description = "This option when set to off, ignores the " + "O_DIRECT flag." }, { .key = {"strict-write-ordering"}, .type = GF_OPTION_TYPE_BOOL, |