summaryrefslogtreecommitdiffstats
path: root/xlators/storage
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/storage')
-rw-r--r--xlators/storage/posix/src/posix-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-common.c b/xlators/storage/posix/src/posix-common.c
index a7161de3396..ae1d6e46329 100644
--- a/xlators/storage/posix/src/posix-common.c
+++ b/xlators/storage/posix/src/posix-common.c
@@ -1315,6 +1315,7 @@ struct volume_options options[] = {
{ .key = {"shared-brick-count"},
.type = GF_OPTION_TYPE_INT,
.default_value = "1",
+ .flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC,
.description = "Number of bricks sharing the same backend export."
" Useful for displaying the proper usable size through statvfs() "
"call (df command)",