diff options
Diffstat (limited to 'xlators/storage/posix')
-rw-r--r-- | xlators/storage/posix/src/posix-common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-common.c b/xlators/storage/posix/src/posix-common.c index 2bbf6570a97..9c9d52e3609 100644 --- a/xlators/storage/posix/src/posix-common.c +++ b/xlators/storage/posix/src/posix-common.c @@ -1105,7 +1105,9 @@ struct volume_options options[] = { .type = GF_OPTION_TYPE_PATH, .default_value = "{{brick.path}}"}, {.key = {"hostname"}, .type = GF_OPTION_TYPE_ANY}, - {.key = {"export-statfs-size"}, .type = GF_OPTION_TYPE_BOOL}, + {.key = {"export-statfs-size"}, + .type = GF_OPTION_TYPE_BOOL, + .default_value = "on"}, {.key = {"mandate-attribute"}, .type = GF_OPTION_TYPE_BOOL}, {.key = {"background-unlink"}, .type = GF_OPTION_TYPE_BOOL}, {.key = {"janitor-sleep-duration"}, |