Bug 1269375
| Summary: | rm -rf on /run/gluster/vol/<directory name>/ is not showing quota output header for other quota limit applied directories | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Manikandan <mselvaga> | |
| Component: | quota | Assignee: | bugs <bugs> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | bugs, smohan | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1271178 1271490 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-16 13:39:34 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1271178, 1271490 | |||
REVIEW: http://review.gluster.org/12345 (cli/quota : rm -rf on /<mountpoint>/<dir> is not showing quota header) posted (#1) for review on master by Manikandan Selvaganesh (mselvaga) COMMIT: http://review.gluster.org/12345 committed in master by Kaushal M (kaushal) ------ commit 00eeb153f4ea473c6636147f6c72c04336128198 Author: Manikandan Selvaganesh <mselvaga> Date: Tue Oct 13 14:28:03 2015 +0530 cli/quota : rm -rf on /<mountpoint>/<dir> is not showing quota header Currently, when 'gluster v quota <VOLNAME> list' command is issued after an rm -rf on /run/gluster/vol/<directory>, quota output header is not shown. It is because the list_count was properly calculated with 'gluster v quota <VOLNAME> remove /path' and not with an rm -rf. The patch fixes this issue. Change-Id: I5266a8b0b9322b7db1b9e1d6b0327065931f4bcb BUG: 1269375 Signed-off-by: Manikandan Selvaganesh <mselvaga> Reviewed-on: http://review.gluster.org/12345 Reviewed-by: Vijaikumar Mallikarjuna <vmallika> Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Kaushal M <kaushal> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create some directories under the mount point and set limits. 2. Remove one directory by issuing rm -rf /run/gluster/vol/dir/ 3. Issue gluster v quota vol list/list-objects Actual results: gluster v quota vol list/list-objects should show quota output header and then the list. But it plainly shows the list without a header. /test 5.0MB 80%(4.0MB) 0Bytes 5.0MB No No Expected results: Path Hard-limit Soft-limit Used Available Soft-limit exceeded? Hard-limit exceeded? ------------------------------------------------------------------------------------------------------------------------------- /test 5.0MB 80%(4.0MB) 0Bytes 5.0MB No No Additional info: