diff options
| -rw-r--r-- | xlators/features/quota/src/quota.c | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index cd7f0147d75..54414025a95 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -5332,6 +5332,16 @@ struct xlator_dumpops dumpops = {          .priv    = quota_priv_dump,  };  struct volume_options options[] = { +        {.key = {"enable"}, +         .type = GF_OPTION_TYPE_BOOL, +         .default_value = "off", +         .description = "enable is the volume option that can be used " +                        "to turn on quota.", +         .op_version = {1}, +         .flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC, +         .level = OPT_STATUS_BASIC, +         .tags = {}, +        },          {.key = {"deem-statfs"},           .type = GF_OPTION_TYPE_BOOL,           .default_value = "on",  | 
