diff options
author | Raghavendra G <rgowdapp@redhat.com> | 2013-11-26 17:37:24 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-11-26 10:27:31 -0800 |
commit | ec8c678c4d8b948c1b471e497db5adc0221c154b (patch) | |
tree | 437eae8eb8d4669b6237fe2a20a8b13870af45c8 /doc/TODO | |
parent | 33e0df30cbffbfbda5197704d0f788c83cd7ed78 (diff) |
features/quota: Add TODO file.
Change-Id: I31990f05ca1814d229026965b7675e3990a65678
BUG: 969461
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/6360
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO/quota.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/TODO/quota.txt b/doc/TODO/quota.txt new file mode 100644 index 00000000000..f8ee1b7512c --- /dev/null +++ b/doc/TODO/quota.txt @@ -0,0 +1,14 @@ +* Add the quota config xattr to newly added brick +* Get directory size before enforcing quota limits on rename +* Xattr cleanup on disabling quota +* Heal limit-key while self-healing directories in dht +* Correct the statfs calculation when set limit is beyond actual disk + space. +* Use STACK_WIND_TAIL when quota is turned off to avoid using a frame. +* Parent gfid xattr self-healing in storage/posix. +* Failure of regression test related to Quota anonymous fd handling + handling. mkdir -p in the test-script was failing with EIO error +* Add GET_ANCESTRY test cases to posix pgfid regression test cases +* regression tests related to quota accounting covering all possible + cases of dht rename +* Build Ancestry in quota_update_size if parent is found to be NULL |