diff options
author | Junaid <junaid@gluster.com> | 2011-04-11 07:13:40 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-11 08:07:52 -0700 |
commit | f0ef00478f1f2722d349606924d0d3479eb5da80 (patch) | |
tree | c44478339d4192cde3b0a5cb0c9a30921c3468e3 /xlators/mgmt/glusterd/src | |
parent | 3a709be6850e50915c9e188cc308d7bfa5f781e5 (diff) |
features/quota: Adding the option "timeout" to quota.
This option tells the quota translator when to perform the next aggregation.
Signed-off-by: Junaid <junaid@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2473 (Support for volume and directory level quota)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
Diffstat (limited to 'xlators/mgmt/glusterd/src')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index 5844c7c7e8c..0d05ec5b52a 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -168,7 +168,7 @@ static struct volopt_map_entry glusterd_volopt_map[] = { {"features.quota", "features/quota", "quota", "off", NO_DOC}, {"features.quota", "features/marker", "quota", "off", NO_DOC}, {"features.limit-usage", "features/quota", "limit-set", NULL, NO_DOC}, - + {"features.quota-timeout", "features/quota", "timeout", "0", NO_DOC}, {NULL, } }; |