| Summary: | quota: Input/output error with cp command | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Saurabh <saujain> |
| Component: | glusterd | Assignee: | Bug Updates Notification Mailing List <rhs-bugs> |
| Status: | CLOSED ERRATA | QA Contact: | Saurabh <saujain> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | grajaiya, mzywusko, vagarwal, vbellur |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.4.0.40rhs | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-27 15:43:23 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: | |
|
Description
Saurabh
2013-10-22 06:46:59 UTC
updating the Expected results section, Expected results: if space is NOT available then it should mention "Disk quota exceeded" not EIO Don't see this with glusterfs-server-3.4.0.40rhs-1.el6rhs.x86_64
[shanks@localhost Music]$ df -h .
Filesystem Size Used Avail Use% Mounted on
10.70.43.3:/shanks-quota 1.0G 1.0G 0 100% /home
[shanks@localhost Music]$
[shanks@localhost Music]$ cp ../Downloads/en_server_2012_x64.iso .
cp: writing `./en_server_2012_x64.iso': Disk quota exceeded
cp: closing `./en_server_2012_x64.iso': Disk quota exceeded
[shanks@localhost Music]$
[root@server1 ~]# gluster vol quota shanks-quota limit-usage /shanks/Music 2GB
volume quota : success
[root@server1 ~]# gluster vol quota shanks-quota list /shanks/Music
Path Hard-limit Soft-limit Used Available
--------------------------------------------------------------------------------
/shanks/Music 2.0GB 80% 1.0GB 1.0GB
[root@server1 ~]#
[shanks@localhost Music]$ mkdir test1
[shanks@localhost Music]$ cp 1GBfile.1 test1/
[shanks@localhost Music]$ cp 1GBfile.1 test1/1GBfile.2
cp: writing `test1/1GBfile.2': Disk quota exceeded
cp: closing `test1/1GBfile.2': Disk quota exceeded
[shanks@localhost Music]$
Version: glusterfs-server-3.4.0.40rhs-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. http://rhn.redhat.com/errata/RHBA-2013-1769.html |