Bug 1167593
Summary: | quota: EDQUOT when trying to rename a file back to original name | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Saurabh <saujain> | ||||||
Component: | quota | Assignee: | Vijaikumar Mallikarjuna <vmallika> | ||||||
Status: | CLOSED ERRATA | QA Contact: | storage-qa-internal <storage-qa-internal> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | rhgs-3.0 | CC: | asriram, mzywusko, rhs-bugs, smohan, storage-qa-internal, vagarwal, vbellur, vmallika | ||||||
Target Milestone: | --- | Keywords: | ZStream | ||||||
Target Release: | RHGS 3.0.4 | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | glusterfs-3.6.0.45-1 | Doc Type: | Bug Fix | ||||||
Doc Text: |
Previously when a quota limit is reached more than 50%, rename of a file/dir failed with 'Disk Quota Exceeded' even within the same directory. Now the rename works fine when the file is renamed under the same branch where quota limit is set.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-03-26 06:35:00 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: | 1029866, 1183944 | ||||||||
Bug Blocks: | 1182947 | ||||||||
Attachments: |
|
Description
Saurabh
2014-11-25 06:25:39 UTC
Created attachment 961009 [details]
sosreport of node1
Created attachment 961010 [details]
sosreport of node3
Patch https://code.engineering.redhat.com/gerrit/#/c/39200/ fixes the issue on server, [root@vm1 ~]# gluster volume quota vol0 list Path Hard-limit Soft-limit Used Available Soft-limit exceeded? Hard-limit exceeded? --------------------------------------------------------------------------------------------------------------------------- / 100.0GB 80% 47.9GB 52.1GB No No /dir1 18.0GB 80% 17.0GB 1.0GB Yes No /dir2 22.9GB 80% 22.9GB 0Bytes Yes Yes on client, Change the filename mv 5GBfile 5GBfile-rename rename it back to original mv dirn1-rename/5GBfile-rename dirn1-rename/5GBfile ls -l dirn1-rename/5GBfile -rw-r--r--. 1 root root 5368709120 Mar 3 05:22 dirn1-rename/5GBfile Verified on glusterfs-3.6.0.48-1.el6rhs.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0682.html |