Bug 790389
Summary: | quota: calculation for data fails and exceeds the allotted quota limit | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Saurabh <saujain> |
Component: | quota | Assignee: | Junaid <junaid> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | pre-release | CC: | admin, amarts, gluster-bugs, mzywusko, rfortier, rgowdapp, vagarwal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:26:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | 3.3.0qa33 | Category: | --- |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 817967 |
Description
Saurabh
2012-02-14 12:15:31 UTC
with fuse also the calculation is not happening properly, data available via fuse mount is, 10.1.11.158:/quota_dist_rep on /mnt/quota_fuse.1329222171 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) [root@RHSSA1 new_scripts]# ls -lR /mnt/quota_fuse.1329222171/ /mnt/quota_fuse.1329222171/: total 24 drwxr-xr-x. 2 root root 92 Feb 14 12:34 d0 drwxr-xr-x. 2 root root 92 Feb 14 12:34 d1 drwxr-xr-x. 2 root root 92 Feb 14 12:34 d2 /mnt/quota_fuse.1329222171/d0: total 4128 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.0 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.1 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.2 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.3 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.4 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.5 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.6 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.7 /mnt/quota_fuse.1329222171/d1: total 4128 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.0 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.1 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.2 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.3 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.4 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.5 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.6 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.7 /mnt/quota_fuse.1329222171/d2: total 4128 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.0 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.1 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.2 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.3 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.4 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.5 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.6 -rw-r--r--. 1 root root 511996 Feb 14 12:34 f.7 the list command still fails, [root@RHSSA1 glusterfs]# /root/git/inst/sbin/gluster volume quota quota_dist_rep list path limit_set size ---------------------------------------------------------------------------------- / 1MB 96.0KB CHANGE: http://review.gluster.com/2802 (features/marker: Use loc.inode to obtain parent if loc.parent isn't set.) merged in master by Vijay Bellur (vijay) It will be good to know about the ETA for this bug, as in pre-alpha release period we planned to test this feature and could not do so as this bug is happening with basic tests itself. ETA request is made so that QA team can re-plan the test time period for this feature in case we are planning to resolve the issue before beta release of 3.3.0. CHANGE: http://review.gluster.com/2888 (features/marker: GFID file handle based backend related fixes) merged in master by Vijay Bellur (vijay) *** Bug 798633 has been marked as a duplicate of this bug. *** |