diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/features/quota/src/quota.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index 1d32e1b06fe..ef6d1f4408a 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -5286,10 +5286,10 @@ struct volume_options options[] = {          {.key = {"limit-set"}},          {.key = {"deem-statfs"},           .type = GF_OPTION_TYPE_BOOL, -         .default_value = "off", +         .default_value = "on",           .description = "If set to on, it takes quota limits into" -                        "consideration while estimating fs size. (df command)" -                        " (Default is off)." +                        " consideration while estimating fs size. (df command)" +                        " (Default is on)."          },          {.key = {"server-quota"},           .type = GF_OPTION_TYPE_BOOL,  | 
