diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2013-11-25 15:16:23 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-11-30 10:15:05 -0800 |
commit | 182bad8bfd099da5e742da28c4820936eb1f3867 (patch) | |
tree | 50cbf409e303d5bef128c5da08809aef75dc62b4 /xlators/features/quota | |
parent | 72f733a64abeffee23fb87a3cb397baea1dc22a4 (diff) |
cli, glusterd: More quota fixes ...
... which may be grouped under the following categories:
1. Fix incorrect cli exit status for 'quota list' cmd
2. Print appropriate error message on quota parse errors in cli
Authored by: Anuradha Talur <atalur@redhat.com>
3. glusterd: Improve quota validation during stage-op
4. Fix peer probe issues resulting from quota conf checksum mismatches
5. Enhancements to CLI output in the event of quota command failures
Authored by: Kaushal Madappa <kmadappa@redhat.com>
7. Move aux mount location from /tmp to /var/run/gluster
Authored by: Krishnan Parthasarathi <kparthas@redhat.com>
8. Fix performance issues in quota limit-usage
Authored by: Krutika Dhananjay <kdhananj@redhat.com>
Note: Some functions that were used in earlier version of quota,
that aren't called anymore have been removed.
Change-Id: I9d874f839ae5fdcfbe6d4f2d727eac091f27ac57
BUG: 969461
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/6366
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features/quota')
-rw-r--r-- | xlators/features/quota/src/quota.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index 3c6c31def..7156edcad 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -4222,8 +4222,6 @@ struct volume_options options[] = { {.key = {"default-soft-limit"}, .type = GF_OPTION_TYPE_PERCENT, .default_value = "80%", - .min = 0, - .max = LONG_MAX, }, {.key = {"soft-timeout"}, .type = GF_OPTION_TYPE_TIME, |